.all-news {
    margin: 100px 0 80px 0;
    padding-top: 37px;
}

.news {
    padding: 0 !important;
    margin: 0 !important;
}

.all-news__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.all-news__title {
    font-family: Ermilov;
    font-weight: 700;
    font-style: Bold;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 80px;
    letter-spacing: -3%;
    color: white;
}

.all-news__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.all-news__items .news-item {
    width: calc(33% - 19px);
    border: 1px solid #E2E2E2;
    background: white;
    padding: 4px 4px 16px 4px;
    border-radius: 32px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.all-news__items .news-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.all-news__items .news-item.unique-view {
    padding: 28px !important;
    position: relative;
    width: calc(33% - 44px) !important;
}

.all-news__items .news-svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translateX(-50%);
    margin: 0 !important;
}

.all-news__items .news-item .img-wrapper {
    width: 100%;
    height: 327px;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
}

.all-news__items .news-item .img-wrapper .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.all-news__items .news-item .date {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: -3%;
    opacity: 0.4;
    color: black;
    padding-left: 12px;
    margin-top: 12px;
}

.all-news__items .news-item .news-title {
    font-family: Manrope;
    padding-left: 12px;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: -2%;
    color: black;
    margin-top: 8px;
}

.all-news__items .news-item svg {
    margin-left: 10px;
    margin-top: 20px;
    padding-left: 12px;
}

.all-news__items .news-item.unique-view {
    padding: 28px;
    position: relative;
    width: calc(33% - 44px);
}

.all-news__items .news-item.unique-view .date {
    margin-top: 0;
    padding-left: 0;
}

.all-news__items .news-item.unique-view .news-title {
    padding-left: 0;
}

.all-news__items .news-item.unique-view svg {
    margin-left: 0;
    padding-left: 0;
}

.unique-view-image__wrapper {
    position: absolute;
    bottom: -176px;
    left: 50%;
    transform: translateX(-50%);
    height: 353px;
    width: 100%;
    border-radius: 100%;
    max-width: 353px;
    overflow: hidden;
}

.unique-view-image__wrapper .unique-view-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.navigate-bullets {
    display: flex;
    flex-direction: row;
    gap: 19px;
    justify-content: center;
    align-items: center;
}

.navigate-bullets__item {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: -2%;
    text-align: center;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #4671B9;
}

.navigate-bullets__item.active {
    color: white;
    background: #4671B9;
}

@media screen and (max-width: 1024px) {
    .all-news {
        margin: 80px 0 80px 0;
        padding-top: 37px;
    }

    .news {
        padding: 0 !important;
        margin: 0 !important;
    }

    .all-news__wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .all-news__title {
        font-size: 28px;
        line-height: 32px;
    }

    .all-news__items {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .all-news__items .news-item {
        width: 100%;
        border: 1px solid #E2E2E2;
        background: white;
    }



    .all-news__items .news-item.unique-view {
        padding: 28px !important;
        position: relative;
        width: 100%;
    }

    .all-news__items .news-svg {
        position: absolute;
        left: 50%;
        bottom: 0;
        z-index: 1;
        transform: translateX(-50%);
        margin: 0 !important;
    }

    .all-news__items .news-item .img-wrapper {
        width: 100%;
        height: 200px;
        border-radius: 28px 28px 0 0;
        overflow: hidden;
    }

    .all-news__items .news-item .img-wrapper .main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .all-news__items .news-item .date {
        font-size: 14px;
    }

    .all-news__items .news-item .news-title {
        font-size: 16px;
    }


    .all-news__items .news-item.unique-view {
        padding: 28px;
        position: relative;
        width: 100%;
    }

    .all-news__items .news-item.unique-view .date {
        margin-top: 0;
        padding-left: 0;
    }

    .all-news__items .news-item.unique-view .news-title {
        padding-left: 0;
    }

    .all-news__items .news-item.unique-view svg {
        margin-left: 0;
        padding-left: 0;
    }

    .unique-view-image__wrapper {
        position: absolute;
        bottom: -176px;
        left: 50%;
        transform: translateX(-50%);
        height: 353px;
        width: 100%;
        border-radius: 100%;
        max-width: 353px;
        overflow: hidden;
    }

    .unique-view-image__wrapper .unique-view-image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .navigate-bullets {
        display: flex;
        flex-direction: row;
        gap: 19px;
        justify-content: center;
        align-items: center;
    }

    .navigate-bullets__item {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 26px;
        letter-spacing: -2%;
        text-align: center;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        color: #4671B9;
    }

    .navigate-bullets__item.active {
        color: white;
        background: #4671B9;
    }
}
