@charset "UTF-8";

/*==========================
news
==========================*/



.topic--news {
    text-align: center;
    padding: 100px 0 50px ;
    color: var(--primary-green);
}

.news__conteiner {
    padding: 0 6.66vw;
}

.time {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 1.4px;
}

.news__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1.6px;
    margin-top: 5px;
}

.news__content {
    font-size: 1.4rem;
    letter-spacing: 1.4px;
    margin-top: 5px;
}

.news__topic {
    margin-top: 50px;
}

.news__topic:first-of-type {
    margin-top: 0;
}

@media screen and (min-width:769px) {

    .topic--news {
        padding: 150px 0 100px;
        font-size: 3.8rem;
    }

    .news__topic {
        display: flex;
        gap: 3.47vw;

    }

    .time {
        font-size: 1.8rem;
        letter-spacing: 0.18em;
        width: 120px;
    }

    .news__title {

        font-size: 1.8rem;
        letter-spacing: 0.18em;
        margin-top: 0;

    }

    .news__content {
        font-size: 1.6rem;
        letter-spacing: 0.16rem;
    }

    .news__conteiner {
        padding: 0 20.83vw;
        
    }

    .news__topic {
        margin-top: 75px;
    }

    
}