
@media screen and (min-width:1700px) {
    
    .about_top_section .container{
        max-width:1598px;
        padding: 0;
    }
}

.about_top_section .container{
    margin-top: 50px;
    margin-bottom: 30px;
}

.about_top_section .container .row{
    margin: 0;
}

.about_top_section .about_top_right{
    padding-right: 0;
    padding-top: 5px;
    padding-left: 99px;
}

.about_top_section .about_top_left{
    padding-left: 0;
}

.about_top_section .about_top_left h4{
    padding: 0; 
    color:#6D6D6D;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1px;
}

.about_top_section .about_top_left h3{
    color:#000;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px; 
    letter-spacing: -0.32px;
    margin-bottom: 35px;
}
.about_top_section .about_top_left p{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    padding-right: 84px;
}

.about_top_section .about_top_left p.top{
    font-weight: 700;
}
.about_top_section .about_top_right img{
    width: 100%;
}

@media screen and (min-width:1200px) and (max-width:1699px) {
    .about_top_section .about_top_right {
        padding-left: 20px;
    }
    .about_top_section .about_top_left p{
        padding-right: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .about_top_section .about_top_right {
        padding-left: 0px;
    }
    .about_top_section .about_top_left p{
        padding-right: 20px;
    }
    .about_top_section .about_top_left h3{
        font-size: 28px;
    }
}

@media screen and (max-width:767px) {
    .about_top_section .about_top_right {
        padding-left: 0px;
    }
    .about_top_section .about_top_left p{
        padding-right: 0px;
    }
    .about_top_section .about_top_left h3{
        font-size: 24px;
    }
    .about_top_section .container {
        margin-top: 35px;
    }
}