.cta-social-block {
    background: #7c0f81;
    color: #ffffff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cta-social-title {
    text-align: center;
    font-size: 42px;
}

.cta-icon {
    margin-right: 5px;
}

.cta-icons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

@media(max-width: 767px) {
    .cta-social-block  {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}