.takapi-front-page{
    padding-bottom:56px;
}

.takapi-news-section{
    margin-top:42px;
}

.takapi-news-section:first-of-type{
    margin-top:20px;
}

.takapi-section-head{
    align-items:center;
    display:flex;
    gap:20px;
    justify-content:space-between;
    margin-bottom:18px;
}

.takapi-section-head h2{
    border-left:5px solid #1976f3;
    color:#111;
    font-size:26px;
    font-weight:900;
    line-height:1.25;
    margin:0;
    padding-left:11px;
}

.takapi-section-head a{
    align-items:center;
    color:#111;
    display:inline-flex;
    font-size:15px;
    font-weight:900;
    gap:14px;
    text-decoration:none;
    white-space:nowrap;
}

.takapi-section-head a span{
    color:#111;
    font-size:30px;
    line-height:1;
}

.takapi-news-grid{
    display:grid;
    gap:24px;
    grid-template-columns:repeat(4, minmax(0, 1fr));
}

@media(max-width:1024px){
    .takapi-news-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media(max-width:768px){
    .takapi-section-head h2{
        font-size:22px;
    }

    .takapi-news-grid{
        gap:22px;
        grid-template-columns:1fr;
    }
}
