.cta-social {
    background: #f7f7f7;
    padding: 20px;
    font-family: sans-serif;
    display: flex;
    column-gap: 60px;
    row-gap: 12px;
    padding: 20px;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    text-decoration: none;
    color: initial!important;
    transition: all .3s;
    flex-wrap: wrap-reverse;
    max-width: 100%;
    margin-bottom: 2rem;
}

.cta-social div {
    flex: 1 1 300px;
}

a.cta-social:hover {
    text-decoration: none!important;
    background-color: #ebeef1;
    color: initial;
}

.cta-social svg {
    width: 72px;
    height: auto;
}

.cta-social div p {
    margin-bottom: 0;
}

.cta-social__follow {
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 0;
}