.thank-you-container{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.thank-you-container .main-container,
.thank-you-content-container .main-container{
    max-width: 1229px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.under-layer{
    position: relative;
}

.thank-you-hero{
    text-align: center;
    margin: 123px 10px 0;
    padding-bottom: 123px;
}
.thank-you-hero h1{
    color: #021F90;
    font-size: 60px;
    line-height: 88%;
    margin: 0;
}
h1 .dot, h2 .dot{
    color: #FF2E83;
}
.thank-you-hero .subtitle{
    color: #0C9ECF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    margin: 10px auto 30px;
    max-width: 65%;
}


.thank-you-content-container{
    background: #F0F0EB;
    width: 100%;
    padding: 51px 0;
}
.thank-you-content-container h2{
    font-size: 40px;
    line-height: 104%;
    text-align: center;
    color: #021F90;
    margin-bottom: 50px;

}
.thank-you-content-container .management_team-container{
    margin-bottom: 138px;
}

.thank-you-content-container .main-content{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.card-link{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #511861;
    font-size: 21px;
    font-weight: 500;
    line-height: 17px;
}

@media (max-width: 960px) {
    .thank-you-hero h1{
        font-size: clamp(40px, 8vw, 60px);;
    }
    .thank-you-hero .subtitle{
        font-size: clamp(14px, 4vw, 18px);
    }
    .thank-you-content-container h2{
        font-size: clamp(30px, 5vw, 40px);
    }
    .card-link{
        font-size: clamp(17px,3vw, 21px);
    }
}
@media (max-width: 767px) {
    .thank-you-hero{
        margin-top: 81px;
        padding-bottom: 80px;
    }
    .thank-you-content-container .management_team-container{
        margin-bottom: 80px;
    }
    .thank-you-content-container h2{
        margin-bottom: 30px;
    }
    .thank-you-content-container .main-content{
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto;
        gap: 30px;
    }
}