.aboout_us_block{
    align-items: stretch;
    flex-direction: column;
}
.aboutus_section{
    justify-content: center;
    gap: 0;
}
.aboutus_img_descrip{
    align-items: stretch;
    gap: 20px;
}
.title_desrip{
    justify-content: center;
    padding: 10px 0;
    flex-direction: column;
    align-items: start;
    gap: 18px;
    width: 48%;
}
.abouts_img{
    max-height: 380px;
    width: 50%;
    /* max-width: 520px; */
}
.about_us_block{
    max-height: 100%;
    overflow: auto;
    flex-direction: column;
    padding-bottom: 0;
}
.about_us_block::-webkit-scrollbar-thumb{
    background-color: var(--brandBlue);
    background-clip: padding-box;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.about_us_block::-webkit-scrollbar{
    height: 2px;
    width: 2px;
}
.about_us_block::-webkit-scrollbar-track {
    background-color: #DFE5EA;
}











