.titlecopywctas h3 {
    text-align: center;
    color: var(--secondary);
}

.titlecopywctas {
    display: flex;
    flex-direction: column;
}

.titlecopywctas h2 {
    margin-top: 0;
    text-align: center;
    display: block;
    position: relative;
	color: #343A40;
	text-align: center;
	font-size: 3.125rem;
}
.titlecopywctasCopy p{
	color: #222;
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
    margin-top: 0;
}
.titlecopywctas.flip-order h2 {
    order: 1;
    margin-top: 10px;
}

.titlecopywctas.flip-order h3 {
    order: 2;
}

.titlecopywctas.flip-order .titlecopywctasCopy {
    order: 3;
}

.titlecopywctas.flip-order .ctas {
    order: 4;
}



.titlecopywctasCopy {
    text-align: center;
    width: 70%;
    margin: auto;
    max-width: 100%;
    font-size: 18px;
    padding: 10px 0px 10px 0px;
}

@media (max-width: 767px) {
    .titlecopywctasCopy {
        width: 100%;
    }
}

.ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 0 30px;
}


@media (max-width:991px) {
    .ctas {
        flex-wrap: wrap;
    }

    .ctas a {
        margin: 0px;
    }
}