.cta-2-section {
    background: #36a9d8;
    color: #fff;
}
.cta-2-section .h-cta-2{
    font-size: 48px;
    font-weight: 700;
}
.cta-2-section .cont-buttons a {
    display: inline-block;
    text-align: center;
}
.cta-2-section .cont-buttons a {
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 15px;
    min-width: 134px;
    margin: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.cta-2-section .cont-buttons a:hover {
    color:#000;
}
.cta-2-section .cont-buttons a img {
    margin-bottom: 10px;
}