.text-center {
    text-align: center;
}
.s-footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
 .soulmate-cta-wrapper {
            padding: 0 54px;
            margin-top: 28px;
        }

        .soulmate-cta {
            display: block;
            width: 100%;
            min-height: 43px;
            padding: 7px 10px;

            background: #047857;
            color: #fff;

            border-radius: 4px;
            text-align: center;
            text-decoration: none;

            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            font-weight: 400;
            line-height: 29px;
            box-sizing: border-box;

            transition: background-color 0.2s ease;
        }

        .soulmate-cta:hover {
            background: #c93636;
            color: #fff;
            text-decoration: none;
        }

        .soulmate-cta .arrows {
            font-size: 22px;
            font-weight: bold;
            letter-spacing: -2px;
            margin: 0 6px;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .soulmate-cta-wrapper {
                padding: 0 15px;
            }

            .soulmate-cta {
                min-height: 43px;
                padding: 8px 5px;
                font-size: 16px;
                line-height: 25px;
            }

            .soulmate-cta .arrows {
                font-size: 17px;
                margin: 0 3px;
            }
        }