.section-news-posts .home-news-slider.show {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    row-gap: 2rem;
}

.section-news-posts .home-news-section-tabs {
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.section-news-posts .home-news-section-tab p {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.67rem;
    letter-spacing: 0.15rem;
    margin-bottom: 0;
}

.section-news-post {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
    text-decoration: none;
}

.section-news-posts .pagination {
    grid-column: 1/3;
}

.third-slide-element.section-news-post {
    flex-direction: row-reverse;
}

.section-news-post-discription {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24.2rem;
    height: 8.125rem;
    border-radius: 1.25rem;
    border: 2px solid rgba(10, 36, 87, 0.1);
    background: #fafafa;
    padding: 1.25rem;
    position: relative;
}

.third-slide-element .section-news-post-discription {
    width: 29.25rem;
}

.section-news-post-arrow {
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url(/wp-content/themes/kazakh/img/home-page/news-section-arrow.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
}

.section-news-post:hover .section-news-post-arrow {
    background-image: url(/wp-content/themes/kazakh/img/home-page/news-section-arrow-hover.svg);
}

.section-news-post h3 {
    color: rgba(1, 10, 68, 0.3);
    font-size: 0.94rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.94rem;
}

.section-news-post p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #153164;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 0;
}

.section-news-post:hover p {
    color: #00A5CF;
}

.section-news-post-image {
    width: 13.125rem;
    height: 8.125rem;
    background-position: center;
    background-size: cover;
    border-radius: 1.25rem;
    box-shadow: 0px 2px 28px 0px rgba(0, 0, 0, 0.15);
}

.third-slide-element .section-news-post-image {
    background-image: url(/wp-content/themes/kazakh/img/home-page/news-third-post.svg) !important;
    box-shadow: none;
    width: 8.125rem;
}