.totalBodyContainer {
    background-color: #F8F8F8;
}

.clientSection1 {
    margin-top: 120px;
    width: 100%;
}

.clientSection1Section1Container {
    background: url("/images/aboutUs/client/clientSection1Bg.png") no-repeat center center / cover;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(18, 34, 45, 0.2)
}

.clientSection1Section1Text {
    font-family: SCDream, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.875rem;
    letter-spacing: -0.96px;
    color: #12222D;
    text-align: left;
}

.clientSection1Section1Text > span {
    font-family: SCDream, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -1.2px;
}

.clientSection2{
    margin-top: 100px;
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
}

.clientSection2Text{
    text-align: center;
    font-family: SCDream, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    letter-spacing: -1.2px;
    color: #12222D;
}

.clientSection2ClientListContainer{
    margin-top: 40px;
}

.clientSection2ClientListWrapper>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.clientSection2ClientListWrapper {
    --bs-gutter-x: 34px;
    --bs-gutter-y: 34px;
}
.clientSection2ClientListWrapper>div>img{
    max-width: 273px;
    width: 100%;
}

@media (max-width: 991px) {
    .clientSection2ClientListWrapper > div:nth-child(odd) {
        justify-content: flex-end;
    }

    .clientSection2ClientListWrapper > div:nth-child(even) {
        justify-content: flex-start;
    }
}