
.cta-section .h-cta {
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;  
    margin-bottom: 15px;
}
.cta-section .h-cta:after {
    width: 106px;
    height: 6px;
    background: #0093ce;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.cta-section .container {
    border: 1px solid;
    border-radius: 10px;
}