.main-news-category-2x2 {
    background: white;
    padding: 70px 0;
    color: black;
}
.main-news-category-2x2 .decor {
    height: 100%;
    padding: 70px 0 70px 0;
    margin-top: -70px;
    margin-bottom: -70px;
}
.main-news-category-2x2 .title {
    font-size: 36px;
    line-height: 1.1em;
    margin: 0 auto 1.5em auto;
    font-weight: 600;
    max-width: 1410px;
    width: 90%;
}
.main-news-category-2x2 .subtitle {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 5em auto;
    width: 90%;
}
.main-news-category-2x2 .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6%;
    max-width: 1410px;
    width: 90%;

}
.main-news-category-2x2 .type {
    text-align: center;
    margin: 0 auto;
}
.main-news-category-2x2 .type p {
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.4px;
    margin-bottom: .5em;
}
.main-news-category-2x2 .container .box a {
    background: white;
    color: black;
    margin: 0 auto;
    padding-bottom: 2em;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.main-news-category-2x2 .container .box a:hover h2 {
    text-decoration: underline;
}
.main-news-category-2x2 .container .box .content-wrapper {
    padding: 0 1em;
    height: 100%;
    max-width: 400px;
}
.main-news-category-2x2 .container .box h2 {
    font-weight: 500;
    font-size: var(--font-size-md);
    margin: 0 0 .3em 0;
}
.main-news-category-2x2 .container .box .image-wrapper img {
    margin: 0 auto;
    max-width: 200px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.main-news-category-2x2 .container .box .text {
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-news-category-2x2 .container .box .button {
    text-align: center;
}
.main-news-category-2x2 .container .box .button .btn {
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    letter-spacing: normal;
}
.main-news-category-2x2 .container .meta {
    color: inherit;
}
.main-news-category-2x2 .container .meta .date {
    font-style: normal;
}
@media (min-width: 768px) {
    .main-news-category-2x2 .container {
        grid-template-columns: 1fr 1fr;
    }
    .main-news-category-2x2 .container .box a {
        margin: 0 ;
    }
    .main-news-category-2x2 .container .box .content-wrapper {
        padding: 0 1em;
    }
}
@media (min-width: 1200px) {
    .main-news-category-2x2 .container .box .content-wrapper {
        padding: 0 2em;
    }
}
@media (max-width: 1200px) {
    .main-news-category-2x2 .container .box .image-wrapper img {
        max-width: 150px;
    }
    .main-news-category-2x2 .container .meta {
        padding: 0;
        row-gap: 0;
    }
}
@media (max-width: 768px) {
    .main-news-category-2x2 .container {
        grid-template-columns: 1fr;
    }
    .main-news-category-2x2 .title {
        text-align: center;
    }
    .main-news-category-2x2 .container .meta {
        justify-content: start;
    }
}
