.text-with-ctas > div > div {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.text-with-ctas .pre-heading {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin: 0 0 20px;
}

.text-with-ctas .heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.96px !important;
    margin: 0 0 40px;
}

.text-with-ctas .elements {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.text-with-ctas .element a {
    display: block;
    border: 1px solid #000000;
    box-shadow: 3px 3px #000;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    height: 56px;
    padding: 16px 32px;
    margin-top: 0;
    position: relative;
}
.text-with-ctas .element:first-child a {
    background: #2f56ff;
    color: #fff;
}
.text-with-ctas .element:last-child a {
    background: #fff;
    color: #000;
}
.text-with-ctas .element a:hover {
    top: 3px;
    left: 3px;
    box-shadow: 0 0 #000;
}

@media screen and (max-width: 991px) {
    .text-with-ctas .pre-heading {
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: -0.16px !important;
        margin: 0 0 16px;
    }

    .text-with-ctas .heading {
        letter-spacing: -0.64px !important;
    }
}

@media screen and (max-width: 560px) {
    .text-with-ctas .elements {
        gap: 16px;
    }

    .text-with-ctas .element {
        width: 100%;
    }
}
