#about-us {
    padding-top: 5rem;
    position: relative;
}

#about-us .about-us-content .about-us-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-height: 30rem;
    z-index: -1;
    overflow: hidden;
}

#about-us .about-us-content .about-us-img img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
}

#about-us .about-us-contain {
    border-radius: 10px;
    background: var(--white);
    padding: 3rem;
    width: 90rem;
    margin: 12% auto;
    max-width: 100%;
    box-shadow: 0px 4px 15px -10px rgb(156 156 156 / 55%);
}

#about-us .box-about-us .about-us-head {
    color: var(--cofast-blue);
    font-size: 2.7rem;
    font-weight: 600;
    margin: 1rem 0;
}

#about-us .box-about-us .about-us-desc {
    color: #666C89;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

#about-us .box-about-us .about-us-clear {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

#about-us .box-about-us .about-us-icon {
    width: 5.6rem;
}

#about-us .box-about-us .about-us-list {
    font-weight: 500;
    margin-left: 1rem;
    display: flex;
    align-items: center;
}

#about-us .about-us-contain .img-tab-about-us {
    width: 100%;
}

#about-us .about-us-contain .div-img-tab-about-us {
    position: absolute;
    width: 60%;
    top: 22%;
    padding: 4%;
    right: 55%;
    background: var(--white);
}

@media (max-width: 768px) {
    #about-us .hidden-xs {
        display: none !important;
    }
}


