.sct_feature_articles .wrapper{margin:0 auto}.feature_articles,.sct_feature_articles .wrapper{align-items:center;display:flex;flex-direction:column;gap:3.4rem;width:100%}.feature_articles{justify-content:center}.feature_articles .box{display:grid;gap:2.4rem;grid-template-columns:1fr 1fr;width:100%}.feature_articles .box .card{background-color:var(--white,#fff);border-radius:2rem;display:flex;flex-wrap:wrap;overflow:hidden;text-decoration:none;width:100%}.feature_articles .box .card:hover{opacity:.7;transition:.35s}.feature_articles .box .card div{aspect-ratio:16/9;height:fit-content;width:100%}.feature_articles .box .card img{height:100%;margin-bottom:-10rem;object-fit:cover;width:100%}.feature_articles .box .card h3{align-self:stretch;background-color:var(--white,#fff);color:var(--text_main-color);display:-webkit-box;margin:2rem;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:1.8rem;font-weight:700;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.feature_articles .box{gap:3.4rem;grid-template-columns:1fr}.feature_articles .box .card{width:100%}.feature_articles .box .card h3{font-size:1.8rem;margin:1.3rem 2rem}}