﻿
.ctabottom-section {
    background-color: #071426; /*071426   #0B1F3A; */
}
.cta-highlights {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 35px 0 10px;
}

.highlight-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
}

    .highlight-item i {
        color: #FFD54A;
        font-size: 1.2rem;
        margin-right: 10px;
    }

    .highlight-item strong {
        color: #FFD54A;
    }