@media screen and (max-width: 1330px){

    #sample-reports .tkol-md-3, #sample-reports .tkol-md-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #sample-reports .tkol-md-3 > div {
        margin-bottom: 18px;
        text-align: center;
    }
    .card-demo img{
        width: 50%;
    }
}
@media screen and (max-width: 1300px){
    .card-benefits-container {
        justify-content: center !important;
        gap: 8px;
    }
    .card-blue {
        width: 33%;
    }
}
@media screen and (max-width: 991px){
    #logo-hds-assessments {
        width: 130px;
    }
    .card-blue {
        width: 45%;
    }
    .show-no-mobile,
    .separator-sr{
        display: none;
    }
    .banner-home {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .cointainer-intro-hds {
        max-width: 100% !important;
        margin-top: 16px;
        text-align: center;
    }
    .show-mobile{
        display: block;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .header-idioms {
        justify-content: center !important;
    }
    .intro-cover-img {
        height: 400px;
        margin: 0 !important;
    }
    .offer-container {
        gap: 15px;
    }   
    #sample-reports .tkol-md-9 {
        flex-wrap: wrap;
    }
    .card-sr {
        width: 100%;
        justify-content: center;
        margin: 12px 0;
    }
    .card-demo img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .text-demo {
        text-align: center;
        padding: 20px 30px;
    }
    .card-demo {
        flex-direction: column;
    }
    .who-is-card{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px){
    .card-blue {
        width: 100%;
    }
    .intro-cover-img {
        height: 200px;
    }
    .font-34 {
        font-size: 18px;
        line-height: 24px;
    }
    .font-30 {
        font-size: 18px;
        line-height: 20px;
    }
    .font-24 {
        line-height: 16px;
        font-size: 14px;
    }
    .font-16 {
        font-size: 14px;
        line-height: 16px;
    }
    .font-m-16{
        font-size: 16px;
        line-height: 20px;
    }
    .font-14 {
        font-size: 10px;
    }
    .ptb-64 {
        padding: 32px 0;
    }
    .pb-64{
        padding-bottom: 32px;
    }
    #btn-demo {
        font-size: 16px;
        width: 100%;
        padding:12px 0;
        justify-content: center;
    }
}