.cta-buttons {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.cta-buttons.align-center {
    justify-content: center;
}

.img-wrap + .cta-buttons {
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {

    .cta-buttons {
        flex-wrap: wrap;
    }

    .cta-buttons .btn {
        width: 80%;
        text-align: center;
    }
}