.social-follow-box-02e3f969 {
    background-color: #e9e8de; /* beige grayish bg */
    padding: 40px 60px;
    border-radius: 4px;
    font-family: inherit;
}

.social-follow-title-02e3f969 {
    margin: 0 0 15px 0;
    font-size: 32px;
    font-weight: 500;
    color: #111;
}

.social-follow-desc-02e3f969 {
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    max-width: 600px;
}

.social-follow-buttons-wrap-02e3f969 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.social-follow-btn-02e3f969 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    transition: all 0.3s ease;
}

.social-follow-btn-02e3f969:hover {
    background-color: #333;
    color: #fff;
}

.btn-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-icon-wrapper svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}