.digest-summary,
.cultural__header,
.card__top,
.card,
.event__info,
.event__header,
.event,
.latest-news__time,
.latest-news__item,
.featured-news__items,
.featured-articles,
.section-title,
.featured-item__top,
.featured-item,
.issue-number,
.categories-container,
.categories,
.featured-long_bg .featured-long__content {
    display: -ms-flexbox;
    display: flex;
}
.digest-summary,
.cultural__header,
.card__top,
.event__header,
.latest-news__time,
.section-title,
.featured-item,
.issue-number,
.category_block,
.categories {
    -ms-flex-align: center;
    align-items: center;
}
.latest-news__item {
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.card__top {
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.digest-summary,
.section-title,
.issue-number,
.category_block,
.categories-container,
.categories {
    -ms-flex-pack: center;
    justify-content: center;
}
.featured-long_bg .featured-long__content {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.featured-long {
    display: block;
    height: 100%;
    border-radius: 1rem 0 1rem 0;
}
.featured-long_bg {
    position: relative;
}
.featured-long_bg .featured-long__img {
    height: 100%;
}
.featured-long_bg .featured-long__img img {
    border-radius: 1rem 0 1rem 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-long_bg .featured-long__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1rem 1.5rem 1.25rem 1.5rem;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.featured-long_bg .featured-long__content .issue-number {
    margin-bottom: auto;
    margin-left: auto;
}
.featured-long_bg .featured-long__category {
    margin-bottom: 0.75rem;
}
.featured-long_bg .featured-long__title {
    margin-bottom: 0.25rem;
}
.featured-long_bg::before {
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.13%, #000000 100%);
    border-radius: 1rem 0 1rem 0;
}
.featured-long_circle {
    text-align: center;
    background-color: #f4f4f4;
    padding: 1.125rem;
}
.featured-long_circle .featured-long__img {
    margin-bottom: 1rem;
}
.featured-long_circle .featured-long__img img {
    width: 10.5rem;
    height: 10.5rem;
    object-fit: cover;
    border-radius: 100%;
}
.featured-long_circle .featured-long__category {
    text-align: right;
    margin-bottom: 1.125rem;
}
.featured-long_circle .featured-long__title {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
        to right,
        #e8e8e8 calc(50% - 1.125rem),
        transparent calc(50% - 1.125rem),
        transparent calc(50% + 1.125rem),
        #e8e8e8 calc(50% + 1.125rem)
        );
    border-image-slice: 1;
    position: relative;
    padding-bottom: 1.375rem;
    margin: 0 2rem 1.375rem;
}
.featured-long_circle .featured-long__title:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: 0.5rem;
    width: 0.5rem;
    bottom: -0.25rem;
}
@media (max-width: 1023px) {
    .featured-long_circle .featured-long__title {
        border-image-source: linear-gradient(
            to right,
            #e8e8e8 calc(50% - 0.6875rem),
            transparent calc(50% - 0.6875rem),
            transparent calc(50% + 0.6875rem),
            #e8e8e8 calc(50% + 0.6875rem)
            );
    }
    .featured-long_circle .featured-long__title:after {
        height: 0.375rem;
        width: 0.375rem;
        bottom: -0.1875rem;
    }
}
.featured-long_digest {
    display: flex;
    flex-direction: column;
    border-radius: 1rem 0 1rem 1rem;
}
.featured-long_digest .digest {
    margin: auto -1.125rem -1.125rem;
}
.featured-long_divider .featured-long__title {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
        to right,
        rgba(232, 232, 232, 0.2) calc(50% - 1.125rem),
        transparent calc(50% - 1.125rem),
        transparent calc(50% + 1.125rem),
        rgba(232, 232, 232, 0.2) calc(50% + 1.125rem)
        );
    border-image-slice: 1;
    position: relative;
    padding: 0 0 1.125rem;
    margin-bottom: 0.875rem;
}
.featured-long_divider .featured-long__title:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: rgba(232, 232, 232, 0.2);
    height: 0.5rem;
    width: 0.5rem;
    bottom: -0.25rem;
}
@media (max-width: 1023px) {
    .featured-long_divider .featured-long__title {
        border-image-source: linear-gradient(
            to right,
            rgba(232, 232, 232, 0.2) calc(50% - 0.6875rem),
            transparent calc(50% - 0.6875rem),
            transparent calc(50% + 0.6875rem),
            rgba(232, 232, 232, 0.2) calc(50% + 0.6875rem)
            );
    }
    .featured-long_divider .featured-long__title:after {
        height: 0.375rem;
        width: 0.375rem;
        bottom: -0.1875rem;
    }
}
@media (max-width: 1023px) {
    .featured-long {
        border-radius: 0.75rem 0 0.75rem 0;
    }
    .featured-long_bg::before {
        border-radius: 0.75rem 0 0.75rem 0;
    }
    .featured-long_bg .featured-long__img img {
        border-radius: 0.75rem 0 0.75rem 0;
    }
    .featured-long_bg .featured-long__content {
        padding: 0.75rem 1rem;
    }
    .featured-long_circle {
        padding: 0.75rem;
    }
    .featured-long_circle .featured-long__img {
        margin-bottom: 0.5rem;
    }
    .featured-long_circle .featured-long__img img {
        width: 4rem;
        height: 4rem;
    }
    .featured-long_circle .featured-long__category {
        margin-bottom: 0.625rem;
        text-align: center;
    }
    .featured-long_circle .featured-long__title {
        padding-bottom: 0.5rem;
        margin: 0 2.5rem 0.25rem;
    }
    .featured-long_divider .featured-long__title {
        padding: 0 0 0.5rem;
        margin-bottom: 0.5rem;
    }
    .featured-long_divider .featured-long__subtitle {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .featured-long_digest {
        border-radius: 1rem 0 1rem 1rem;
    }
    .featured-long_digest .digest {
        margin: 0.75rem -0.75rem -0.75rem;
    }
}
@media (max-width: 767px) {
    .featured-long {
        margin-bottom: 1rem;
        height: calc(100% - 1rem);
    }
    .featured-long_bg .featured-long__content {
        padding: 1rem;
    }
    .featured-long_circle {
        padding: 1.25rem 0.75rem;
    }
    .featured-long_circle .featured-long__img img {
        width: 5rem;
        height: 5rem;
    }
    .featured-long_circle .featured-long__category {
        margin-bottom: 1rem;
    }
    .featured-long_circle .featured-long__title {
        padding-bottom: 0.75rem;
        margin: 0 1.625rem 0.75rem;
    }
    .featured-long_digest {
        border-radius: 1rem 0 1rem 1rem;
    }
    .featured-long_digest .digest {
        margin: 0.75rem -0.75rem -1.25rem;
    }
}
.categories .category {
    margin-bottom: 0.75rem;
}
.categories .category:not(:last-child) {
    margin-right: 1rem;
}
.categories-container {
    flex-wrap: wrap;
}
.category {
    display: block;
}
.category_sm img {
    height: 1.75rem;
}
.category_lg img {
    height: 2.25rem;
}
.category_block {
    min-width: max-content;
    display: flex;
    max-width: fit-content;
    height: 3.25rem;
    border-radius: 0.5rem;
    border: 0.0625rem solid #e8e8e8;
    padding: 0 0.75rem;
    margin-bottom: 0.75rem;
}
.category_block img:first-child {
    display: none;
}
.category_block img:last-child {
    display: block;
}
.category_block.active {
    background-color: #333;
    border: 0;
}
.category_block.active img:first-child {
    display: block;
}
.category_block.active img:last-child {
    display: none;
}
@media (max-width: 1023px) {
    .categories .category {
        margin-bottom: 0.75rem;
    }
    .categories .category:not(:last-child) {
        margin-right: 0.875rem;
    }
    .category_lg img {
        height: 1.75rem;
    }
    .category_block {
        height: 2.75rem;
    }
    .category_block.category_sm img {
        height: 1.25rem;
    }
}
@media (max-width: 767px) {
    .categories-container {
        justify-content: flex-start;
        margin: 0 auto;
        flex-wrap: nowrap;
    }
    .categories {
        justify-content: flex-start;
        overflow-x: auto;
        margin: 0 -1rem;
        padding: 0 1rem;
    }
    .categories::-webkit-scrollbar {
        display: none;
    }
    .categories .category:not(:last-child) {
        margin-right: 0.75rem;
    }
    .category_block {
        height: auto;
        padding: 2rem 1.5rem 0.75rem 0.75rem;
    }
    .category_block.category_sm img {
        height: 1.5rem;
    }
}
.issue-number {
    border-radius: 0.375rem 0 0.375rem 0;
    max-width: fit-content;
}
.issue-number span {
    position: relative;
    top: 0.125rem;
}
.issue-number_dark {
    border: 0.0625rem solid #d2d2d2;
}
.issue-number_light {
    background-color: #fff;
}
.issue-number_border {
    border: 0.0625rem solid #d2d2d2;
}
.issue-number_lg {
    font: 400 1.375rem/1.375rem "BebasNeue", "Tahoma", sans-serif;
    height: 2.25rem;
    padding: 0 0.75rem;
}
@media (max-width: 1023px) {
    .issue-number_lg {
        font-size: 0.875rem;
        line-height: 0.875rem;
    }
}
.issue-number_sm {
    font: 400 1.125rem/1.125rem "BebasNeue", "Tahoma", sans-serif;
    height: 2rem;
    padding: 0 0.5rem;
}
@media (max-width: 1023px) {
    .issue-number {
        border-radius: 0.25rem 0 0.25rem 0;
    }
    .issue-number_lg {
        height: 1.75rem;
        padding: 0 0.5rem;
    }
}
@media (max-width: 767px) {
    .issue-number span {
        top: 0.0625rem;
    }
}
.featured-item__top {
    background-color: #f4f4f4;
    padding: 1.5rem;
    border-radius: 1rem 1rem 0 0;
}
.featured-item__img {
    margin-right: 1rem;
}
.featured-item__img img {
    border-radius: 100%;
    height: 4.25rem;
    width: 4.25rem;
    object-fit: cover;
}
.featured-item__text {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 1rem;
    flex: 1;
}
.featured-item_digest {
    flex-direction: column;
}
.featured-item_digest .digest {
    width: 100%;
}
@media (max-width: 1023px) {
    .featured-item__img {
        margin-right: 0.5rem;
    }
    .featured-item__img img {
        height: 3.5rem;
        width: 3.5rem;
    }
    .featured-item__text {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .featured-item__text {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
.section-title {
    height: 3rem;
}
.section-title_border {
    border-top: 0.0625rem solid #e8e8e8;
    border-bottom: 0.0625rem solid #e8e8e8;
}
@media (max-width: 1023px) {
    .section-title {
        height: 2.5rem;
    }
}
.recommended-read__title {
    margin-bottom: 1.25rem;
}
@media (max-width: 1023px) {
    .recommended-read__title {
        margin-bottom: 1rem;
    }
}
.featured-article {
    -ms-flex: 0 0 calc(33.3333333333% - 1.0833333333rem);
    flex: 0 0 calc(33.3333333333% - 1.0833333333rem);
    max-width: calc(33.3333333333% - 1.0833333333rem);
}
.featured-article:not(:last-child) {
    margin-right: 1.625rem;
}
.featured-article__img {
    margin-bottom: 0.75rem;
}
.featured-article__img img {
    width: 100%;
    border-radius: 1rem;
}
.featured-articles_margin {
    margin-bottom: 4.25rem;
}
@media (max-width: 1023px) {
    .featured-article {
        -ms-flex: 0 0 calc(50% - 0.75rem);
        flex: 0 0 calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
    }
    .featured-article__img {
        margin-bottom: 0.5rem;
    }
    .featured-article__img img {
        border-radius: 0.75rem;
    }
    .featured-article:not(:last-child) {
        margin-right: 1.5rem;
    }
    .featured-article:nth-child(2) {
        margin-right: 0;
    }
    .featured-article:nth-child(3) {
        display: none;
    }
    .featured-articles_margin {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .featured-article {
        -ms-flex: 0 0 14.5rem;
        flex: 0 0 14.5rem;
        max-width: 14.5rem;
    }
    .featured-article:not(:last-child) {
        margin-right: 1rem;
    }
    .featured-article:nth-child(2) {
        margin-right: 1rem;
    }
    .featured-article:nth-child(3) {
        display: block;
    }
    .featured-articles {
        overflow: auto;
        margin: 0 -1rem;
        padding: 0 1rem;
    }
    .featured-articles::-webkit-scrollbar {
        display: none;
    }
    .featured-articles_margin {
        margin: 0 -1rem 2rem;
    }
}
.container {
    padding-bottom: 5.5rem;
}
.featured-news {
    background-color: #1d1d1d;
    padding: 2.875rem 7.125rem 2rem;
    border-top-left-radius: 1rem;
    margin-bottom: 2rem;
}
.featured-news__img {
    margin-bottom: 1.125rem;
    margin: 0 0 1.125rem 0.875rem;
    position: relative;
    display: inline-block;
}
.featured-news__img::before {
    content: "";
    height: 6.5rem;
    width: 6.5rem;
    background-image: url(../../img/decor/vintage-border.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}
.featured-news__img img {
    width: 4.75rem;
    height: 4.75rem;
    object-fit: cover;
    border-radius: 100%;
}
.featured-news__item {
    max-width: 20.875rem;
    -ms-flex: 0 0 20.875rem;
    flex: 0 0 20.875rem;
}
.featured-news__item:not(:last-child) {
    margin-right: 2.5rem;
}
.featured-news__text {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.latest-news {
    margin-bottom: 1.75rem;
}
.latest-news__items {
    margin-bottom: 1.25rem;
}
.latest-news__item:not(:last-child) {
    margin-bottom: 0.75rem;
}
.latest-news__time {
    margin: 0.125rem 0.375rem 0 0;
}
.latest-news__btn {
    margin-left: 2.625rem;
}
.all-news {
    margin-bottom: 4rem;
}
.all-news__title {
    margin-bottom: 3.5rem;
}
.events {
    margin-bottom: 3.75rem;
}
.event {
    flex-direction: column;
    height: 100%;
}
.event__top {
    padding: 1.75rem 1.75rem 1.5rem 1.75rem;
    border-radius: 1rem 1rem 0 0;
    background-color: #f4f4f4;
}
.event__img {
    margin-bottom: 0.75rem;
}
.event__img img {
    border-radius: 100%;
    width: 6rem;
    height: 6rem;
    object-fit: cover;
}
.event__header {
    margin-bottom: 1.5rem;
}
.event__category {
    margin-right: 0.75rem;
}
.event__left {
    flex: 1;
}
.event__info {
    margin-bottom: 1.5rem;
}
.event__icon {
    position: relative;
    top: -1.25rem;
    right: -1.75rem;
}
.event__icon img {
    width: 12.75rem;
    height: 12.75rem;
    object-fit: cover;
}
.event__bottom {
    height: 100%;
    padding: 1.5rem 2rem;
    border: 0.0625rem solid #e8e8e8;
    border-top: 0;
    border-radius: 0 0 1rem 1rem;
}
.event__bottom .featured-item:not(:last-child) {
    border-bottom: 1px solid;
    border-image-source: linear-gradient(
        to right,
        #e8e8e8 calc(50% - 1.125rem),
        transparent calc(50% - 1.125rem),
        transparent calc(50% + 1.125rem),
        #e8e8e8 calc(50% + 1.125rem)
        );
    border-image-slice: 1;
    position: relative;
    padding-bottom: 1.375rem;
    margin-bottom: 1.375rem;
}
.event__bottom .featured-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #e8e8e8;
    height: 0.5rem;
    width: 0.5rem;
    bottom: -0.25rem;
}
@media (max-width: 1023px) {
    .event__bottom .featured-item:not(:last-child) {
        border-image-source: linear-gradient(
            to right,
            #e8e8e8 calc(50% - 0.6875rem),
            transparent calc(50% - 0.6875rem),
            transparent calc(50% + 0.6875rem),
            #e8e8e8 calc(50% + 0.6875rem)
            );
    }
    .event__bottom .featured-item:not(:last-child):after {
        height: 0.375rem;
        width: 0.375rem;
        bottom: -0.1875rem;
    }
}
.recommended-read {
    margin-bottom: 4.625rem;
}
.card {
    flex-direction: column;
    height: 100%;
}
.card__top {
    padding: 1.75rem;
    border: 0.0625rem solid #e8e8e8;
    border-radius: 1rem 1rem 0 0;
}
.card__img img {
    width: 100%;
}
.card__bottom {
    height: 100%;
    border: 0.0625rem solid #e8e8e8;
    border-top: 0;
    padding: 1rem 3.5rem 1.5rem 1.5rem;
}
.cultural {
    margin-bottom: 4.5rem;
    padding: 3.5rem 21.3125rem 3.5rem 7rem;
    border-radius: 1rem;
    background-color: #1d1d1d;
    position: relative;
}
.cultural__bg {
    background: rgba(0, 0, 0, 0) url("../../img/cultural-bg.png") center/cover
        no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35.5rem;
    width: 39rem;
}
.cultural__bg img {
    position: absolute;
    top: 7.4375rem;
    right: 4.9375rem;
    border-radius: 100%;
    width: 12.375rem;
    height: 12.375rem;
    object-fit: cover;
}
.cultural__header {
    margin-bottom: 1.5rem;
}
.cultural__category {
    margin-right: 0.75rem;
}
.cultural__digest-summary {
    margin-bottom: 1.25rem;
    position: relative;
}
.cultural__digest-summary img {
    height: 2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -4.375rem;
}
.cultural__text {
    display: block;
    margin-bottom: 1.375rem;
}
.cultural__bottom .featured-item {
    border-top: 1px solid;
    border-image-source: linear-gradient(
        to right,
        #333333 calc(50% - 1.125rem),
        transparent calc(50% - 1.125rem),
        transparent calc(50% + 1.125rem),
        #333333 calc(50% + 1.125rem)
        );
    border-image-slice: 1;
    position: relative;
    padding: 1.375rem 0;
}
.cultural__bottom .featured-item:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    transform: translateX(-50%) rotate(45deg);
    background-color: #333;
    height: 0.5rem;
    width: 0.5rem;
    top: -0.25rem;
}
@media (max-width: 1023px) {
    .cultural__bottom .featured-item {
        border-image-source: linear-gradient(
            to right,
            #333333 calc(50% - 0.6875rem),
            transparent calc(50% - 0.6875rem),
            transparent calc(50% + 0.6875rem),
            #333333 calc(50% + 0.6875rem)
            );
    }
    .cultural__bottom .featured-item:after {
        height: 0.375rem;
        width: 0.375rem;
        top: -0.1875rem;
    }
}
.cultural__bottom .featured-item:last-child {
    padding-bottom: 0;
}
.digest-summary {
    max-width: fit-content;
    border-radius: 62.5rem;
    padding: 0.5rem 1rem;
}
.digest-summary_light {
    background-color: #fff;
}
.digest-summary_dark {
    background-color: #1d1d1d;
}
.ad_wide {
    margin-bottom: 1.75rem;
}
@media (max-width: 1023px) {
    .container {
        padding-bottom: 2rem;
    }
    .featured-news {
        padding: 1.75rem 2rem 1.125rem 2rem;
        margin-bottom: 1rem;
        overflow: auto;
    }
    .featured-news::-webkit-scrollbar {
        display: none;
    }
    .featured-news__img {
        margin: 0 0 0.9375rem 0.625rem;
    }
    .featured-news__img::before {
        height: 5rem;
        width: 5rem;
    }
    .featured-news__img img {
        width: 3.625rem;
        height: 3.625rem;
    }
    .featured-news__item {
        max-width: 17.25rem;
        -ms-flex: 0 0 17.25rem;
        flex: 0 0 17.25rem;
    }
    .featured-news__item:not(:last-child) {
        margin-right: 1.5rem;
    }
    .featured-news__text {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .latest-news {
        margin-bottom: 2rem;
    }
    .latest-news__item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .latest-news__items {
        margin-bottom: 1rem;
    }
    .latest-news__btn {
        margin-left: 2.5rem;
    }
    .all-news {
        margin-bottom: 2rem;
    }
    .all-news__title {
        margin-bottom: 2rem;
    }
    .cultural {
        margin-bottom: 2rem;
        padding: 1.5rem;
        border-radius: 0.75rem;
    }
    .cultural__bg {
        display: none;
    }
    .cultural__header {
        margin-bottom: 1rem;
    }
    .cultural__category {
        margin-right: 1rem;
    }
    .cultural__digest-summary {
        margin-bottom: 0.75rem;
    }
    .cultural__digest-summary img {
        display: none;
    }
    .cultural__text {
        margin-bottom: 2rem;
    }
    .cultural__bottom .featured-item {
        padding: 0.875rem 0;
    }
    .events {
        margin-bottom: 0;
    }
    .event {
        height: auto;
        margin-bottom: 2rem;
    }
    .event__top {
        padding: 1.25rem 1.25rem 0.75rem 1.25rem;
        border-radius: 0.75rem 0.75rem 0 0;
    }
    .event__img {
        margin: 0 0.5rem 0 0;
    }
    .event__img img {
        height: 3.5rem;
        width: 3.5rem;
    }
    .event__header {
        margin-bottom: 1rem;
    }
    .event__category {
        margin-right: 1rem;
    }
    .event__info {
        margin-bottom: 0;
    }
    .event__left {
        padding-right: 6rem;
    }
    .event__icon {
        top: -0.25rem;
        right: -0.25rem;
    }
    .event__icon img {
        width: 7.25rem;
        height: 7.25rem;
    }
    .event__content {
        display: flex;
        align-items: center;
        padding-right: 12.5rem;
    }
    .event__subtitle {
        flex: 1;
    }
    .event__bottom {
        padding: 1.25rem 1.25rem 0.75rem 1.25rem;
        border-radius: 0 0 0.75rem 0.75rem;
    }
    .event__bottom .featured-item:not(:last-child) {
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .recommended-read {
        margin-bottom: 2rem;
    }
    .card__top {
        padding: 1rem;
    }
    .card__bottom {
        padding: 0.75rem 1rem 1rem 1rem;
    }
    .digest-summary {
        padding: 0.375rem 1rem;
        max-width: 100%;
    }
    .ad_wide {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    
    .container {
        padding-bottom: 4rem;
    }
    .featured-news {
        margin: 0 -1rem 1rem;
        border-radius: 0;
        padding: 1.75rem 1rem 1.125rem 1rem;
    }
    .featured-news__item {
        max-width: 15rem;
        -ms-flex: 0 0 15rem;
        flex: 0 0 15rem;
    }
    .featured-news__item:not(:last-child) {
        margin-right: 1rem;
    }
    .featured-news__text {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .latest-news__item {
        display: block;
        flex-direction: column;
    }
    .latest-news__item:not(:last-child) {
        padding-bottom: 1rem;
        position: relative;
    }
    .featured-news__item:last-child
    {
        padding-right: 1rem;
    }
    .latest-news__item:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1.5px;
        background-image: url("../../img/decor/horizontal-gray.svg");
        background-repeat: repeat-x;
        background-size: contain;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }
    .latest-news__item:not(:last-child):after {
        bottom: 0;
    }
    .latest-news__time {
        background-color: #f4f4f4;
        height: 1.125rem;
        padding: 0 0.125rem;
        max-width: fit-content;
        border-radius: 0.125rem;
        margin: 0 0 0.125rem 0;
        display: inline;
    }
    .latest-news__text {
        display: inline;
    }
    .latest-news__btn {
        margin-left: 0;
    }
    .latest-news__btn .btn {
        width: 100%;
    }
    .all-news {
        margin-bottom: 1rem;
    }
    .cultural {
        padding: 1.25rem;
    }
    .cultural__category {
        margin-right: 0.5rem;
    }
    .cultural__digest-summary {
        margin-bottom: 1.25rem;
    }
    .cultural__text {
        margin-bottom: 1.125rem;
    }
    .cultural__bottom .featured-item {
        padding: 1.125rem 0;
    }
    .event {
        height: auto;
        margin-bottom: 1rem;
    }
    .event__top {
        padding: 1.25rem 1.25rem 1rem 1.25rem;
    }
    .event__left {
        padding-right: 0;
    }
    .event__content {
        padding-right: 0;
    }
    .event__category {
        margin-right: 0.5rem;
    }
    .event__info {
        margin-bottom: 1rem;
    }
    .event__icon {
        top: -1rem;
        right: -1rem;
    }
    .event__icon img {
        width: 6rem;
        height: 6rem;
    }
    .event__bottom {
        padding: 1rem 1.25rem 1.25rem 1.25rem;
    }
    .event__bottom .featured-item:not(:last-child) {
        padding-bottom: 0.96875rem;
        margin-bottom: 0.96875rem;
    }
    .card {
        margin-bottom: 1rem;
        height: auto;
    }
    .card__top {
        border-radius: 0.75rem 0.75rem 0 0;
    }
    .card__bottom {
        border-radius: 0 0 0.75rem 0.75rem;
    }
    .digest-summary {
        text-align: center;
        padding: 0.375rem 0.5rem;
    }
} /*# sourceMappingURL=home.css.map */
