@charset "utf-8";
.aboutSection{
    background-color: #f9f9f9;
    padding: 100px 0;
}

.exhibitionsBG{
    padding: 100px 0;
}

.newsBG{
    padding: 100px 0;
}

.recommendationsBG{
    padding: 100px 0;
    background-color: #1f3b97;
}

.formBG{
    background-color: #f9f9f9;
    padding: 100px 0;
}

.formBG h1{
    text-align: center;
    color: #000000;
    margin-bottom: 45px;
}

.formBG .formArea{
    margin-bottom: 0px;
}

/*--------------------------  Laptops ( max 1400 ) --------------------------*/
@media (max-width:1400px){
    .recommendationsBG, .formBG, .exhibitionsBG, .aboutSection, .newsBG{
        padding: 80px 0;
    }
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){
    .recommendationsBG, .formBG, .exhibitionsBG, .aboutSection, .newsBG{
        padding: 60px 0;
    }
}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){
    .recommendationsBG, .formBG, .exhibitionsBG, .aboutSection, .newsBG{
        padding: 40px 0;
    }

    .formContentWrap .richtext{
        margin-top: 20px;
    }
}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){

}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){
    
}