

@media screen and (min-width:1400px) {
    
    .about-top-section .container{
        max-width: 1338px;
        padding: 0;
    }
}

.about-top-section .container{
    padding-top:46px;
    padding-bottom:70px ;
} 

.about-top-section .container .about-top-text-section p:first-child{
    font-weight: 600;
}

.about-top-section .container .about-top-text-section p{
    color:#000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 530px;
    margin-bottom: 20px;
}

.about-top-section .container .row{
    margin: 0;
}

.about-top-image-section img{
    width: 100%;
}

.about-top-section .container .col-md-6{
    padding: 0;
    padding-top: 25px;
}

.about-top-section .container .about-top-image-section{
    padding-left: 69px;
    padding-top: 0px;
}

.about-top-section .container .about-top-image-section iframe{
    width: 509px;
    height: 352px;
}

.about-top-section .container .about-top-text-section h4{
    color:#C3002F;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

.about-top-section .container .about-top-text-section h3{
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 400;
    line-height: 36px; 
    letter-spacing: -0.32px;
    margin-bottom: 35px;
}

@media screen and (min-width:1200px) and (max-width:1299px){
    .about-top-section .container .about-top-image-section {
        padding-left: 45px;
        padding-top: 20px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .about-top-section .container .about-top-text-section p{
        width: 430px;
    }
    .about-top-section .container .about-top-image-section {
        padding-left: 25px;
    }
    .about-top-text-section{
        padding-top: 0;
    }
    .about-top-section .container .about-top-image-section iframe{
        width: 100%;
        height: 352px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .about-top-section .container .about-top-text-section p{
        width: 100%;
    }
    .about-top-section .container .about-top-image-section {
        padding-left: 25px;
    }
    .about-top-text-section{
        padding-top: 0;
    }
    .about-top-section .container .about-top-image-section iframe{
        width: 100%;
        height: 300px;
    }
}

@media screen and (max-width:767px) {
    .about-top-section .container .about-top-image-section {
        padding-left: 0;
    }
    .about-top-section .container .about-top-text-section p{
        font-size: 14px;
        padding-right: 0;
        line-height: 19px;
        width: 100%;
    }
    .about-top-section .container .about-top-text-section h3{
        margin-bottom: 20px;
    }
    .about-top-section .container {
        padding-top: 0px;
    }
    .about-top-text-section{
        padding-top: 0;
    }
    .about-top-section .container .about-top-image-section iframe{
        width: 100%;
        height: 300px;
    }
}
