.news-main-section {
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    background: #242424!important;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

a.button-see-more {
    text-decoration: none !important;
    color: #ffffff;
    cursor: pointer;
}

p.link svg.arrow {
    transform: translateX(0) !important;
    transition: transform 0.3s ease !important;
    stroke: #ffffff;
    stroke-width: 5px;
    width: 5px;
    height: 8px;
    fill: none;
    margin-left: 10px;
}

.news-main-section p.link {
    display: flex;
    width: 100%;
    text-align: center;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.news-main-section p.link svg.arrow {
    stroke: #ffffff;
}

.section-header-title {
    font-family: Roboto, sans-serif !important;
    padding: 15px;
}

.section-header-title .header-title h2, .section-header-title .header-title h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: none;
}

.section-header-title .header-title h3 {
    font-size: 20px;
    text-transform: unset;
    margin: 0;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-weight: 400;
}

.news .news-title {
    font-size: 24px;
    line-height: 28px;
    font-family: Roboto;
    font-weight: 500;
    padding-bottom: 5px;
}

.text-wrapper p, .news-subtitle, .news-title {
    fill: #ffffff !important;
    color: #ffffff !important;
}

.newslist .news-subtitle, .news .news-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news .text-wrapper .icon {
    position: relative;
    bottom: initial;
    left: initial;
    height: auto;
    width: auto;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
}

.news .text-wrapper .icon svg {
    height: 24px;
    width: 24px;
    fill: #ffffff !important;
}

@media (min-width: 992px) {
    .news-sub .news-title, .news-three .news-title {
        font-size: 24px;
        line-height: 28px;
    }
    .news-sub .news-subtitle, .news-three .news-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .news .news-title {
        font-size: 40px;
        line-height: 44px;
    }
    .news .news-subtitle {
        font-size: 22px;
        line-height: 28px;
    }
}


@media screen and (min-width: 768px) {
    .section-header-title {
        padding-left: 3.148%;
        padding-bottom: 38px;
        display: flex;
        justify-content: space-between;
        max-width: 75%;
    }
}
