@media only screen and (max-width: 1399px) {
    .info_sec .content p {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .significance_sec .content {
        padding: 0 20px;
    }

    .info_sec .content h2 {
        font-size: 30px;
    }
}


@media only screen and (max-width: 1099px) {
    .banner_sec .txt {
        top: 35%;
    }

    .banner_sec .txt h1 {
        font-size: 35px;
        line-height: 45px;
    }
}