.titlecopywctas h3 {
    text-align: center;
    color: var(--secondary);
}

.titlecopywctas {
    display: flex;
    flex-direction: column;
}

.titlecopywctas h2 {
    margin: 0 0 10px;
    text-align: center;
    display: block;
    position: relative;
}


.titlecopywctasCopy {
    text-align: center;
    width: 1200px;
    margin: auto;
    max-width: 100%;
}

.ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 0 30px;
}

.titlecopywctasCopy span {
    text-decoration: none !important;
    font-size: 1.3rem;
}

@media (max-width:991px) {
    .ctas {
        flex-wrap: wrap;
    }

    .ctas a {
        margin: 15px;
    }
}