.news-insight-section {
    padding: 70px 0;
    background: rgb(13 88 109 / 8%);
}

.news-insight-section .section-title {
    border-bottom: 1px solid #707070;
    margin-bottom: 47px;
    padding-bottom: 22px;
}

.news-insight-section .section-title h2 {
    font: normal normal bold 28px / 38px Roma;
    margin-bottom: 0;
}

.news-insight-section .wrapper .row {
    display: flex;
    justify-content: space-between;
}

.news-insight-section .wrapper .row .col-left {
    width: 47.5%;
}

.news-insight-section .wrapper .row .col-right {
    width: 47%;
}

.news-insight-section .wrapper .row .col-left h3,
.news-insight-section .wrapper .row .col-right h3 {
    font: normal normal bold 26px/36px Roma;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 30px;
    min-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-insight-section .wrapper p {
    font: normal normal normal 22px / 32px Roma;
    letter-spacing: 0px;
}

.news-insight-section .wrapper a {
    font: normal normal 600 18px / 32px Roma;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.news-insight-section .wrapper a:hover {
    color: #243F76;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.news-insight-section .wrapper .row:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 991px) {

    .news-insight-section {
        padding: 50px 0;
    }

    .news-insight-section .section-title {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }

    .news-insight-section .wrapper .row {
        flex-wrap: wrap;
    }

    .news-insight-section .wrapper .row .col-left {
        width: 100%;
    }

    .news-insight-section .wrapper .row .col-right {
        width: 100%;
        margin-top: 30px;
    }

    .news-insight-section .wrapper .row .col-left h3,
    .news-insight-section .wrapper .row .col-right h3 {
        min-height: auto;
        font: normal normal bold 24px / 34px Roma;
        margin-bottom: 15px;
    }

    .news-insight-section .wrapper p {
        font: normal normal normal 18px / 28px Roma;
    }

    .news-insight-section .wrapper .row:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .news-insight-section .wrapper .row .col-left h3,
    .news-insight-section .wrapper .row .col-right h3 {
        font: normal normal bold 20px / 28px Roma;
    }

    .news-insight-section .wrapper p {
        font: normal normal normal 16px / 24px Roma;
    }

    .news-insight-section .wrapper a {
        font: normal normal 600 16px / 32px Roma;
    }
}