.news__content__items {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 25px;
    width: 100%;
}

.news__content__item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
}

.news__content__item .img-wrapper {
    height: 164px;
    width: 252px;
    display: flex;
    flex-shrink: 0;
}

.news__content__item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-section__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.text-section__top .data {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 12px;
    line-height: 155%;
    letter-spacing: 2px;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
    color: #758592;
}

.news__content__item .text-section {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    width: 100%;
    gap: 12px;
}
*{
    font-family: Myriad Pro!important;

}
.news__content__item .text-section .text-section-badge {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 11px;
    margin-bottom: 8px;
    line-height: 135%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 12px 0 12px;
    background: #727DA3;
    border-radius: 50px;
    width: fit-content;
}

.news__content__item .text-section .text-section-title {
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #1B204C;
}

.news__content__item .text-section .text-section-desc {
    font-family: Myriad Pro;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #1B204C;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.paginate {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: end;
}

.paginate-item {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 1px solid #727DA3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #758592;
}
.paginate-item a{
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0%;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #758592;
}

.paginate-item:not(.arrow) {
    padding-top: 3px;
    height: 29px;
}

.active-paginate-item {
    background: #F5F5F5;
}
#footer{
    background: #27284A;
    padding: 25px 0!important;
}
#footer .container.m{
    max-width: calc(1440px - 180px);
}
#footer .container.m .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .container.m .wrapper:before{
    content: none;
}
#footer .container.m .wrapper:after{
    content: none;
}
#footer .container.m .wrapper .left-wrapper h3{
    margin-bottom: 10px;
}

#footer .right-wrapper .social-media-widget a:last-of-type{
    margin-right: 0!important;
}
@media screen and (max-width: 1024px) {
    .news__content__items {
        display: flex;
        flex-direction: column;
        gap:40px;
        padding-top:0;
    }

    .news__content__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-decoration: none;
        max-width: 100%;
    }

    .news__content__item .img-wrapper {
        display: none;
    }

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

    .text-section__top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .text-section__top .data {
        font-family: Myriad Pro;
        font-weight: 400;
        font-size: 12px;
        line-height: 155%;
        letter-spacing: 2px;
        text-align: right;
        vertical-align: middle;
        text-transform: uppercase;
        color: #758592;
    }

    .news__content__item .text-section {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .news__content__item .text-section .text-section-badge {
        font-family: Myriad Pro;
        font-weight: 400;
        font-size: 11px;
        margin-bottom: 8px;
        line-height: 135%;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 2px 12px 0 12px;
        background: #727DA3;
        border-radius: 50px;
        width: fit-content;
    }

    .news__content__item .text-section .text-section-title {
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        color: #1B204C;
    }

    .news__content__item .text-section .text-section-desc {
        font-family: Myriad Pro;
        font-weight: 300;
        font-size: 16px;
        line-height: 155%;
        letter-spacing: 0%;
        color: #1B204C;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .paginate {
        margin-top:0;
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }

    .paginate-item {
        cursor: pointer;
        width: 32px;
        height: 32px;
        border: 1px solid #727DA3;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-family: Myriad Pro;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        color: #758592;
    }

    .paginate-item:not(.arrow) {
        padding-top: 3px;
        height: 29px;
    }

    .active-paginate-item {
        background: #F5F5F5;
    }
}