.promo_list {
    overflow: hidden;
}

.promo_item_area {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #4b4b4b;
}

.promo_item_area:hover {
    text-decoration: none;
    color: #4b4b4b;
}


.promo_list_title {}

.promo_list_title h2 {
    font-size: 60px;
    text-align: left;
    line-height: 70px;
    padding-bottom: 30px;
}

.promo_list_description {
    text-align: left;
    padding-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 500px;
    line-height: 24px;
    color: var(--theme-base-color);

}

.promo_item {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.promo_item:hover {}

.promo_item_img {
    height: 450px;
    box-shadow: 0px 0px 10px #00000036;
    overflow: hidden;
    border-radius: 20px;
}

.promo_item_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.promo_item_img_gradient {}

.promo_item_description {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -70px;
    background: #0000001a;
    backdrop-filter: blur(5px);
    padding: 20px;
    transition: 0.3s;
}

.promo_item_name {
    font-size: 20px;
    line-height: 26px;
    min-height: 52px;
    color: var(--theme-base-color);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.promo_item_preview {
    padding-bottom: 30px;
    color: var(--theme-base-color);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.promo_item_date {
    color: #6b6b6b;
    padding-bottom: 5px;
}


.promo_list_scroll {
    overflow-x: hidden;
    overflow-y: clip;
}

.promo_list_content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.promo_item_content {
    width: 400px;
}

.promo_item:hover .promo_item_description {
    bottom: 0px;
}




.adns2_slider_content.full_grid {
    flex-wrap: wrap;
    width: 100%;
}

.adns2_slider_content.full_grid .promo_item_content {
    width: calc(33% - 20px);
}




@media (max-width: 991px) {
    .promo_list .container {
        padding: 0px;
    }

    .promo_list_scroll {
        overflow-x: scroll;
        margin: 0px calc(var(--bs-gutter-x) * -0.5);
        padding: 0px 15px;
    }

    .promo_list_content {
        width: max-content;
    }

    .promo_item_content {
        width: 300px;
    }

    .reviews_list_title h2 {
        font-size: 40px;
    }

    .reviews_list_description {
        font-size: 16px;
    }



    .promo_list_title h2 {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 20px;
    }

    .promo_list_description {

        padding-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
    }

    .promo_list .btn3 {
        width: 100%;
        justify-content: center;
    }

    .adns2_slider_content.full_grid .promo_item_content {
        width: 100%;
    }
}
