.hero {
    border-bottom: 1px solid #d7d7d7;
}

.content {
    padding: 0 16px;
}

@media screen and (min-width: 801px) {
    .content {
        padding: 0 8.333vw;
    }
}

@media screen and (min-width: 1440px) {
    .content {
        padding: 0 120px;
    }
}

.content__container  {
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 801px) {
    .content__container  {
        padding: 7.222vw 0 12.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .content__container  {
        padding: 104px 0 184px;
    }
}

.content__menu {
    display: flex;
    gap: 40px;
    list-style: none;
}

@media screen and (min-width: 801px) {
    .content__menu {
        width: 83.333vw;
        margin: 0 auto;
        gap: 2.778vw;
    }
}

@media screen and (min-width: 1440px) {
    .content__menu {
        width: 100%;
        gap: 40px;
    }
}

.content__menu li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.08em;
}
@media screen and (min-width: 801px) {
    .content__menu li {
        font-size: 1.111vw;
    }
}
@media screen and (min-width: 1440px) {
    .content__menu li {
        font-size: 16px;
    }
}

.content__menu li.current {
    color: #251e1c;
    padding-left: 12px;
    position: relative;
}

.content__menu li.current::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #251e1c;
}

.content__menu li a {
    color: #251e1c;
    opacity: 0.5;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.content__menu li a:hover {
    opacity: 1;
}

.content__main {
    width: 100%;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (min-width: 801px) {
    .content__main {
        margin-top: 5.556vw;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }
}

@media screen and (min-width: 1440px) {
    .content__main {
        margin-top: 80px;
        gap: 24px;
    }
}

.news {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 16px;
    text-decoration: none;
    color: unset;
}

@media screen and (min-width: 801px) {
    .news {
        width: calc((100% - 48px ) / 3);
        padding: 16px;
    }
}

.news__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

@media screen and (min-width: 801px) {
    .news__header {
        flex-direction: row-reverse;
    }
}

.news__category {
    color: #251e1c;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    opacity: 0.5;
    padding-left: 18.66px;
    position: relative;
}

.news__category::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10.66px;
    height: 10.66px;
    background-color: #FBFE40;
}

@media screen and (min-width: 801px) {
    .news__category {
        font-size: 0.833vw;
        padding-left: 1.296vw;
    }

    .news__category::before {
        width: 0.74vw;
        height: 0.74vw;
    }
}

@media screen and (min-width: 1440px) {
    .news__category {
        font-size: 12px;
        padding-left: 18.66px;
    }

    .news__category::before {
        width: 10.66px;
        height: 10.66px;
    }
}

.news__image {
    width: 105px;
    height: 70px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (min-width: 801px) {
    .news__image {
        width: 10.21vw;
        height: 6.842vw;
    }
}

@media screen and (min-width: 1440px) {
    .news__image {
        width: 10.21vw;
        height: 6.842vw;
    }
}

.news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.simple-button__base:hover .news__image img {
    transform: scale(1);
}

.news__image-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .03);
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.simple-button__base:hover .news__image-mask {
    background-color: rgba(0, 0, 0, .5);
}

.news__title {
    color: #251e1c;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 801px) {
    .news__title {
        height: 8.194vw;
        margin-top: 2.778vw;
        font-size: 1.111vw;
    }
}

@media screen and (min-width: 1440px) {
    .news__title {
        height: 118px;
        margin-top: 40px;
        font-size: 16px;
    }
}

.news__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 16px;
}

@media screen and (min-width: 801px) {
    .news__footer {
        margin-top: 0;
    }
}

.news__date {
    color: #251e1c;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    opacity: 0.5;
}

@media screen and (min-width: 801px) {
    .news__date {
        font-size: 0.833vw;
    }
}

@media screen and (min-width: 1440px) {
    .news__date {
        font-size: 13px;
    }
}

.pagination {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    gap: 4px;
}

@media screen and (min-width: 801px) {
    .pagination {
        margin-top: 5.556vw;
        gap: 0.556vw;
    }
}

@media screen and (min-width: 1440px) {
    .pagination {
        margin-top: 80px;
        gap: 8px;
    }
}

.pagination__page {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #251e1c;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

@media screen and (min-width: 801px) {
    .pagination__page {
        width: 3.125vw;
        height: 3.125vw;
        font-size: 0.833vw;
    }
}

@media screen and (min-width: 1440px) {
    .pagination__page {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
}

.pagination__page:hover {
    background-color: white;
}

.pagination__page.arrow {
    background-color: white;
    border: 1px solid #f2f2f2;
}

.pagination__page.arrow:hover {
    background-color: #251e1c;
}

.pagination__page.arrow:hover svg {
    filter: invert(1);
}

.pagination__page.current {
    background-color: #251e1c;
    color: white;
    border: none;
    pointer-events: none;
}

.pagination__page.dots {
    cursor: pointer;
    pointer-events: none;
}