@media (min-width: 1440px){
  
}
@media (min-width: 1600px){

}

@media (min-width: 1850px){

}

@media (min-width: 2000px){

}
@media (max-width: 1366px){

}
@media (max-width: 1024px) and (min-width: 981px){

}
@media (max-width: 980px){
section.banner-section {
    padding-top: 110px;
    padding-bottom: 80px;
}
section.banner-section .row{
    flex-direction: column-reverse;
}
section.banner-section .banner-left {
    padding-top: 0;
}
.banner-content{
    padding-right:0 !important;
}
.banner-content h1 {
    font-size: 38px;
}
.banner-right{
    display:none;
}
.cta-info{
        padding: 42px 30px;
}
}
@media (max-width: 540px){
    section.banner-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
        .banner-content h1 {
        font-size: 30px;
    }
     section.banner-section .bottom-fade{
        height: 40px;
    }
    section.banner-section .bottom-fade:after{
        height: 10%;
    }
    section.banner-section p.banner-tag{
        margin-bottom: 25px;
    }

    .cta-info {
        padding: 25px 20px;
        grid-template-columns: 100%;
    }
    .cta-info h2{
        font-size:30px;
    }
.content-gallery{
    width: 100%;
    padding: 40px 12px 40px;
}
.load-more-container{
    padding: 30px 12px 30px;
}
}
@media (max-width: 384px){
     
}