.g-title {
    font-family: "HeadingProWide" !important;
    font-size: 62px;
    line-height: 56px;
    color: #000000;
    margin-top: auto;
    margin-bottom: auto;
    letter-spacing: -0.05em;
}

.fa-check-circle {
    color: #0066ff;
    font-size: 42px;
    margin-bottom: 12px;
}

.g-text {
    font-size: 24px;
    margin-bottom: 26px;
}

.s-gracias {
    padding-top: 14rem;
    padding-bottom: 8rem;
}

.cv, .xz {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.btn-primary-3 {
    background-color: #0066ff;
    font-family: "HeadingProWide" !important;
    color: white;
    letter-spacing: -0.05em;
    padding-right: 18px;
    padding-left: 18px;

}

.btn-primary-3:focus,
.btn-primary-3:hover {
    background-color: transparent;
    border: 1px solid #0066ff;
    color: #0066FF;
    transition: none;
}

.btn-light-outlined {
    background-color: transparent;
    border: 1px solid #000;
    font-family: "HeadingProWide" !important;
    letter-spacing: -0.05em;
    padding-right: 18px;
    padding-left: 18px;
}


.btn-light-outlined:focus,
.btn-light-outlined:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    transition: none;
}


@media only screen and (max-width: 1245px) {
    .g-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 992px) {
    .s-gracias {
        padding-left: 1%;
        padding-right: 1%;
    }

    .cv {
        padding-top: 1%;
        padding-bottom: 2%;
    }
    .g-title {
        margin-bottom: 6%;
    }
}


@media (max-width: 506px) {
    .g-title {
        font-size: 38px;
        line-height: 40px;
    }

    .btn-primary-3,
    .btn-light-outlined {
        font-size: 15px;
    }
}


@media (max-width: 496px) {

    .s-gracias {
        padding-top: 10rem;
        padding-bottom: 8rem;
    }


    .d-buttons {
        flex-direction: column;
    }

    .btn-light-outlined {
        margin-bottom: 20px;
    }

    .g-text {
        font-size: 18px;
    }
}


@media (max-width: 387px) {
    .g-title {
        font-size: 28px;
        line-height: 33px;
    }

    .g-text {
        font-size: 16px;
    }

    .fa-check-circle {
        font-size: 24px;
    }

    .btn-primary-3,
    .btn-light-outlined {
        font-size: 12px;
    }



}

@media (max-width: 292px) {
    .g-title {
        font-size: 22px;
        line-height: 30px;
    }

    .g-text {
        font-size: 15px;
    }

   

}

@media (max-width: 234px) {
    .g-title {
        font-size: 18px;
        line-height: 24px;
    }

    .g-text {
        font-size: 12px;
    }

    .fa-check-circle {
        font-size: 18px;
    }

    .btn-primary-3,
    .btn-light-outlined {
        font-size: 10px;
    }
}