#index_about_uzb_section {
    padding: 50px;
    display: grid;
    grid-template-columns: 35% 65%;
    background-image: url('/img/main/left.png');
    background-size: 20%; /* Cover the entire div */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-position: 0 173%;
}

@media screen and (max-width: 600px) {
    #index_about_uzb_section {
        background-size: 62%; /* Cover the entire div */
        background-position: 0 131%;
    }
}

#index_about_uzb_section #about_uzb_text {
    /*width: 35%;*/
    height: 100%;
    display: grid;
    grid-template-rows: 10% 20% 40% 10% 20%;
    flex-direction: column;
    color: white;
    padding-top: 50px;
    padding-left: 50px;
    font-family: 'Montserrat-Regular', sans-serif !important;
}

#about_uzb_text #about_uzb_title {
    font-size: 39.34pt;
    font-weight: 300;
    font-family: 'Gilroy-Regular', sans-serif !important;
}

#about_uzb_text #about_uzb_short_title {
    font-size: 48pt;
    font-weight: 700;
    font-family: 'Montserrat-Regular', sans-serif !important;
}

#about_uzb_text #about_uzb_description {
    margin-top: 100px;
    font-size: 18pt;
    font-weight: 500;
    font-family: 'Montserrat-Regular', sans-serif !important;
}

#about_uzb_a_tag {
    color: black;
    background-color: white !important;
    font-weight: 400;
    margin-top: 40px;
    width: 170px;
    font-size: 16pt;
    font-family: 'Montserrat-Regular', sans-serif !important;
}

#about_uzb_a_tag:hover {
    background-color: #5A4C00 !important;
    color: white;
}

#index_about_uzb_section #about_uzb_interactive {
    /*width: 65%;*/
    height: 100%;
    position: relative;
}

#about_uzb_big_poster {
    position: absolute;
    width: 75%;
    height: 65%;
    right: 0;
    top: 8%;
    border-radius: 10px;
    z-index: -2;
}

#about_uzb_big_poster img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

#about_uzb_small_poster {
    position: absolute;
    width: 40%;
    height: 35%;
    left: 2%;
    bottom: 3%;
    border-radius: 10px;
    z-index: -3;
}

#about_uzb_small_poster img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

#about_uzb_user_feedback {
    position: absolute;
    width: 26%;
    height: 14%;
    left: 18%;
    top: 27%;
    border-radius: 10px;
    z-index: -1;
    background-color: white;
    display: grid;
    grid-template-columns: 18% 5% 77%;
    align-items: center;
    justify-content: space-between;
    padding: 1%;
    font-family: 'Inter-Regular', sans-serif !important;
    overflow: hidden;
}

#about_uzb_user_feedback div:nth-child(1) {
    height: 60%;
}

/*#about_uzb_user_feedback div:nth-child(1) img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    aspect-ratio: 1/1;*/
/*}*/

#about_uzb_info_card {
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-family: 'Inter-Regular', sans-serif !important;
}

#about_uzb_user_text {
    font-weight: 500;
    font-size: 16px;
    max-height: 50%;
    overflow: hidden;
}

#about_uzb_user_role {
    font-weight: 500;
    font-size: 12px;
    color: #A6A6A6
}

#about_uzb_extra_card {
    position: absolute;
    width: 12%;
    height: 7%;
    right: 18%;
    bottom: 24%;
    border-radius: 10px;
    z-index: -1;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1%;
    font-family: 'Inter-Regular', sans-serif !important;
}

#about_uzb_extra_card #about_uzb_extra_card_title {
    font-size: 12px;
    font-weight: 400;
    color: #A9A7B6;
}

#about_uzb_extra_card #about_uzb_extra_card_content {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #191A15;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
    #index_about_uzb_section {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 55% 45%;
        padding: 20px;
    }

    #index_about_uzb_section #about_uzb_text {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-rows: 10% 25% 45% 20%;
        color: white;
        padding-top: 50px;
        padding-left: 15px;
        font-family: 'Montserrat-Regular', sans-serif !important;
    }

    #about_uzb_text #about_uzb_title {
        font-size: 22pt;
        font-weight: 300;
        font-family: 'Gilroy-Regular', sans-serif !important;
        overflow: hidden;
    }

    #about_uzb_text #about_uzb_short_title {
        font-size: 24pt;
        font-weight: 700;
        font-family: 'Montserrat-Regular', sans-serif !important;
        overflow: hidden;
    }

    #about_uzb_text #about_uzb_description {
        margin-top: 30px;
        font-size: 14pt;
        font-weight: 500;
        overflow: hidden;
    }

    #about_uzb_a_tag {
        color: black;
        background-color: white !important;
        font-weight: 400;
        margin-top: 40px;
        width: 120px;
        font-size: 12pt;
        font-family: 'Montserrat-Regular', sans-serif !important;
        overflow: hidden;
    }

    #index_about_uzb_section #about_uzb_interactive {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 30px;
    }

    #about_uzb_big_poster {
        position: absolute;
        width: 90%;
        height: 50%;
        right: 0;
        top: 10%;
        border-radius: 10px;
        z-index: 1;
    }

    #about_uzb_big_poster img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

    #about_uzb_small_poster {
        position: absolute;
        width: 65%;
        height: 31%;
        left: 4%;
        bottom: 10%;
        border-radius: 10px;
        z-index: 0;
    }

    #about_uzb_small_poster img {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }

    #about_uzb_user_feedback {
        position: absolute;
        width: 46%;
        height: 16%;
        left: 0;
        top: 25%;
        border-radius: 10px;
        z-index: 2;
        background-color: white;
        display: grid;
        grid-template-columns: 20% 0 80%;
        align-items: start;
        justify-content: space-between;
        padding: 1%;
    }

    #about_uzb_user_feedback div:nth-child(1) {
        height: 50%;
        width: 100%;
        display: grid;
        align-items: center;
    }

    #about_uzb_user_feedback img {
        height: 50%;
        aspect-ratio: 1/1;
    }

    #about_uzb_info_card {
        height: 60%;
        width: 100%;
        margin-left: 3%;
        display: grid;
        grid-template-rows: 115% 20%;
        align-items: flex-start;
        justify-content: space-between;
        font-family: 'Inter-Regular', sans-serif !important;
    }

    #about_uzb_user_text {
        font-weight: 500;
        font-size: 8px;
        height: 100% !important;
        max-height: 100%;
        overflow: hidden;
    }

    #about_uzb_user_role {
        font-weight: 500;
        font-size: 10px;
        color: #A6A6A6
    }

    #about_uzb_extra_card {
        position: absolute;
        width: 33%;
        height: 15%;
        right: 3%;
        bottom: 34%;
        border-radius: 10px;
        z-index: 2;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1%;
        font-family: 'Inter-Regular', sans-serif !important;
    }

    #about_uzb_extra_card #about_uzb_extra_card_title {
        font-size: 10px;
        font-weight: 400;
        color: #A9A7B6;
    }

    #about_uzb_extra_card #about_uzb_extra_card_content {
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        color: #191A15;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
