
.about_banner{
    width: 100%;
    /* border: 1px solid; */
    height: 100%;
    position: relative;
}
.about_banner h1{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    padding: 1rem;
    font-size: 3rem;
    font-weight: 500;
    color: white;
    z-index: 11;
    /* border: 1px solid; */
}
.about_banner .about_banner_box{
    width: 100%;
    max-width: 700px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10%;
    overflow: hidden;
    z-index: 1;
    /* border: 1px solid; */
}
.about_banner .about_banner_box img{
    width: 80%;
    position: absolute;
    top: 10%;
    right: -12%;
}  
.company_profile_container, .company_profile_para{
    /* border: 1px solid; */
    /* padding: 1rem; */
    width: 100%;
    max-width: 1024px;
    margin: 2rem auto;
}
.company_profile_container h5{
    position: relative;
    font-size: 2.5rem;
    padding: 1rem 2rem;
    color: rgb(95, 94, 94);
}
.company_profile_container h5 i{
    /* position: absolute; */
    font-size: 3rem;
}
/* .company_profile_container h5 i:first-child{
    color: rgb(95, 94, 94);
    top: -6%;
    left: -15px;
    font-size: 3rem;
}
.company_profile_container h5 i:last-child{
    color: rgb(95, 94, 94);
    bottom: -6%;
    right: 30%;
    font-size: 3rem;
} */
/* .top_double_quotes{
    display: flex;
    justify-content: flex-start;
}
.bottom_double_quotes{
    display: flex;
    justify-content: flex-end;
} */

.company_profile_para{
    /* border: 1px solid; */
    margin-top: 4rem;
}
.company_profile_para p{
    font-size: 20px;
    line-height: 1.7rem;
}

@media (max-width: 768px){
    .about_banner .about_banner_box{
        right: 0%;
        border: 1px solid;
    }
    .product_heading{
        font-size: 2rem;
    }
}

@media (max-width: 500px){
    .company_profile_container h5{
        font-size: 2rem;
    }
    .top_double_quotes>i, .bottom_double_quotes>i{
        font-size: 3rem;
    }
}