
.commonTitleWrapper{
    background: url("../images/aboutUs/aboutUsIntroImg.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.commonTitle{
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.69);
    color: #f1f8ff;
}

.aboutUsLogoContainer{
    margin: 100px 0 100px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-inline: auto;
}

.aboutUsLogoContainer>img{
    height : auto;
    object-fit: contain;
}

.aboutUsLogo1{
    transform: scale(1.2);
    transform-origin: center;
    max-width: 30%;
}

.aboutUsLogo2{
    max-width: 60%;
}

.aboutUsShortIntro{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    box-sizing: border-box;
    padding: 0 10px;
}
.aboutUsShortIntro > p{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.5px;
}

.aboutUsShortIntro > p >span{
    color: #214eab;
    font-weight: 900;
}


.aboutUsTalent{
    background: url("../images/aboutUs/aboutUsImgBlue.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing : border-box;
}



.aboutUsTalent >ul{
    list-style: none;
    padding: 0;
    display: flex;
    gap: 140px;
    margin: 80px 0;
}


.aboutUsTalentContainer{
    display: flex;
    flex-direction: column;
}

.aboutUsTalentTitle{
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: white;
    border-bottom: 2px solid white;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin: 0
;
}
.aboutUsTalentSubTitle{
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.5px;
    text-shadow: 0 0 7px rgba(32.30000000000001, 32.30000000000001, 32.30000000000001, 0.3);
    color: white;
    margin: 20px 0 44px 0;
}

.aboutUsTalentContent {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.5px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    margin: 26px 0 0 0;
}


@media screen and (max-width: 768px){
    .commonTitle {
        font-size: 36px;
    }

    .aboutUsTalent >ul{
        flex-direction: column;
        gap: 50px;
        margin-left: 30px;

    }

    .aboutUsTalent{
        align-items: flex-start;
        justify-content: flex-start;
    }

    .aboutUsShortIntro > p{
        font-size: 16px;
        line-height: 28px;
    }
    .aboutUsTalentTitle{
        font-size: 22px;
    }
    .aboutUsTalentSubTitle{
        font-size:16px;
        margin: 20px 0 24px 0;
    }

    .aboutUsTalentContent {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px){
    .commonTitle {
        font-size: 30px;
    }
    .aboutUsShortIntro > p{
        font-size: 14px;
        line-height: 24px;
    }

    .aboutUsTalentTitle{
        font-size: 20px;
    }
    .aboutUsTalentSubTitle{
        font-size:14px;
        margin: 20px 0;
    }

    .aboutUsTalentContent {
        font-size: 12px;
    }
}