.new_awards_sect .description {
    text-align: center;
    line-height: 1.56;
    margin-bottom: 2.5em;
    padding: 1em;
    background: linear-gradient(90deg, #7B61FF 0%, #9D61FF 100%);
    border-radius: 0.5em;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
    position: relative;
    font-size: 0.875em;
}

.new_awards_sect .description:not(:last-child) {
    margin-bottom: 2.5em;
}

.new_awards_sect .description:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../../img/new-awards-sect/type2-description-background.svg);
    background-size: cover;
    background-position: center;
}


.new_awards_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}

.new_awards_sect .item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    width: 50%;
    padding: 0.5em;
}

.new_awards_sect .item.slick-slide {
    width: 10em;
}


.menu_text_sect .new_awards_sect .items {
    margin-left: 0;
    margin-right: 0;
}

.new_awards_sect .items .slick-list {
    position: relative;
    margin: 0 -2.5em;
    padding: 0 2.5em;
}

.new_awards_sect .items .slick-list:before {
    top: 0;
    left: 0;
    width: 2.5em;
    height: 100%;
    background-image: linear-gradient(to right, #ffffff, transparent);
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
}

.new_awards_sect .items .slick-list:after {
    top: 0;
    right: 0;
    width: 5em;
    height: 100%;
    background-image: linear-gradient(to left, #ffffff, transparent);
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
}

.menu_text_sect .new_awards_sect .items .slick-list {
    margin: 0 -2.5em;
    padding: 0 2.5em;
}

.menu_text_sect .new_awards_sect .items .slick-list:before {
    width: 2.5em;
}

.menu_text_sect .new_awards_sect .items .slick-list:after {
    width: 2.5em;
}


.new_awards_sect .item_image {
    position: relative;
    margin: 0 0 0.5em;
}

.new_awards_sect .item_image:after {
    content: '';
    display: block;
    padding: 50% 0;
}

.new_awards_sect .item_image:last-child {
    margin-bottom: 0;
}

.new_awards_sect .item_image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new_awards_sect .item_title {
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
    color: #2F3132;
    flex-grow: 1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
}

.new_awards_sect .items.slick-slider {
    padding-bottom: 2em;
    margin-bottom: 0;
}

.new_awards_sect .items.slick-slider:not(:last-child) {
    margin-bottom: 2.5em;
}

.new_awards_sect .items .slick-arrow {
    top: auto;
    bottom: 0;
    transform: none;
    left: unset;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #1E1E1E;
}

.new_awards_sect .items .slick-next {
    right: 0.5em;
}

.new_awards_sect .items .slick-prev {
    right: 3em;
}

.new_awards_sect .after_cols {
    display: block;
    text-align: center;
}

.new_awards_sect .after_col {
    width: 100%;
}

.new_awards_sect .after_description {
    color: #2F3132;
    line-height: 1.3;
}

.new_awards_sect .after_description:not(:last-child) {
    margin-bottom: 2.5em;
}

.new_awards_sect .after_title_1 {
    color: #2F3132;
    text-transform: uppercase;
    text-align: center;
}

.new_awards_sect .after_title_1:not(:last-child) {
    margin-bottom: 1.25em;
}

.new_awards_sect .after_title_2 {
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(90deg, #111827 0%, #7B61FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 100%;
    width: max-content;
    font-size: 2.5em;
    text-align: center;
    margin: 0 auto;
}

.new_awards_sect .blurblur {
    display: none;
}
.new_awards_sect .footer_butt{
    padding-top: 20px;
}

.new_awards_sect .after_recognized {
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(90deg, #111827 0%, #7B61FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: max-content;
    line-height: 160%;
    margin: 0 auto;
    padding-top: 20px;
    max-width: 500px;
    text-align: center;
    max-width: 300px;

}

.new_awards_sect .after_title_3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem; /* 96px при base = 16px */
    line-height: 1.2; /* 120% */
    letter-spacing: -0.02em; /* -2% */
    background: linear-gradient(90deg, #111827 0%, #7B61FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 100%;
    text-align: center;
}

.new_awards_sect .items:not(.slick-slider):not(:last-child) {
    margin-bottom: 4.5em;
}

.new_awards_sect .items:not(.slick-slider) {
    justify-content: center;
}

.new_awards_sect .after_col:not(:last-child) {
    margin-bottom: 1.5em;
}