.about_content{
    width: 90%;
    max-width: 1920px;
}

.about_mid_wrap{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 30px;
    max-width: 1920px;
    justify-content: center;
}

.img_box{
    width: 74%;
}

.feature_type_txt2.about {
    width: 26%;
}

.feature_type_txt2.about h1{
    color: #163C91;
    font-weight: normal;
    font-size: 2.5rem;
}

.feature_type_txt2.about p{
    color: #454545;
}

@media screen and (max-width: 1680px) {

    .about_mid_wrap{
        flex-direction: column;
        justify-content: center;
    }

    .img_box{
        width: 100%;
        max-width: 100%;
    }
    
    .feature_type_txt2.about {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .feature_type_txt2.about h1{
        font-size: 1.8rem;
        text-align: justify !important;
    }
    
    .feature_type_txt2.about p{
        font-size: 1.2rem;
        text-align: justify !important;
    }
    
}