/*::::MEDIA QUERIES:::::*/
@media all and (max-width: 1299px) {

}

@media all and (max-width: 1199px) {

}

@media all and (max-width: 992px) {
    .section-background h3,
    .section-background p {
        width: 95%;
    }
}

@media all and (max-width: 767px) {
    .section-background h3 {
        font-size: 35px;
        line-height: 35px;
    }

    .section-background p {
        font-size: 25px;
        text-align: center;
    }

    .main-col {
        width: 95%;
        margin: 10px auto;
        padding: 30px 20px;
    }

}

@media all and (max-width: 600px) {


}

@media all and (max-width: 500px) {
    .font-60 {
        font-size: 40px !important;
    }
}
