.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--esas-reng2, #37383D);
    font-family: Urbanist;
    font-size: 3.33vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 3.47vw;
}

.news-item {
    display: flex;
    gap: 0.69vw;
    border-radius: 2.08vw;
    background: #F8F8F8;
}

.news-image img {
    width: 250px;
    height: 13.89vw;
    flex-shrink: 0;
    border-radius: 1.74vw;
    object-fit: cover;
}

.news {
    padding: 3.47vw 6.6vw;
    border-radius: 4.17vw;
    background-color: #FEFEFE;
}

.news-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.69vw;
}

.news-content h2 {
    color: var(--esas-reng-4, #0F1014);
    font-family: Urbanist;
    font-size: 1.11vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sub-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .news {
        padding: 28px 24px;
    }

    .news-content h2 {
        padding: 15px 10px 0 !important;
    }

    .date{
        padding: 20px 10px 20px !important;
    }

    .news-item {
        flex-direction: column;
    }

    .news-item {
        margin-bottom: 40px;
    }

    .section-title {
        color: var(--esas-reng2, #37383D);
        font-family: Urbanist Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .news-image img {
        height: 199px;
        width: 100%;
        flex-shrink: 0;
    }

    .news-content h2 {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 0 37px;
    }

    .more {
        display: none;
    }

    .date {
        color: var(--esas-reng-4, #0F1014);
        font-family: Urbanist;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 30px 37px 20px;
    }
}
