.insight-content {
    margin-top: 30px;
}

.insight-content h4 {
    font-size: 20px;
    color: var(--primary-color);
}

.insight-content strong {
    font-weight: 500;
    text-decoration: underline;
}

.highlight {
    border-top: 2px solid var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color) !important;
    margin-top: 40px;
    color: var(--primary-color);
    font-size: 22px;
}

@media (min-width: 768px) {
    .highlight {
        padding-inline: 200px;
        padding-block: 20px;
    }
}