.text-cta{background-color:#f2f4f7;border-radius:40px;display:flex;flex-direction:column;gap:30px;padding:45px}.text-cta .text-cta__content p:not(:last-child){margin-bottom:20px}.text-cta .text-cta__box{align-items:center;display:flex;justify-content:center}.text-cta .text-cta__btn{background-color:#ffb03b;border:1px solid #ffb03b;border-radius:32px;color:#fff;display:inline-block;font-family:Alexandria,sans-serif;font-size:16px;font-style:normal;font-weight:400;padding:16px 24px;text-decoration:none;text-transform:none;transition:all .15s linear}.text-cta .text-cta__btn:hover{background-color:#d28e2a;border:1px solid #d28e2a}@media (max-width:500px){.text-cta{padding:32px}}