.panel-social {
    position: relative;
    margin-bottom: 20px;
}

.panel-social .title-row {
    position: relative;
    padding: 20px 20px 17px;
    text-align: center;
    color: var(--white);
}

.panel-social .background-image,
.panel-social .background-image .slide-img {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.panel-social .background-image::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    content: '';
    pointer-events: none;
}

.panel-social .background-image .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel-social .title,
.panel-social .social-cont {
    position: relative;
    z-index: 3;
}

.panel-social .title {
    margin-bottom: 14px;
    font-family: var(--solano);
    font-weight: var(--font-weight-bold);
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: inherit;
}

.panel-social .social-links .social-link {
    font-size: 34px;
}

.panel-social .custom-embed.controlled {
    max-width: none;
    margin: 0;
    padding: 0;
}

.panel-social .custom-embed .embed-container {
    display: block !important;
}

@media (min-width: 64em) {
    .panel-social {
        margin-bottom: 96px;
    }
    
    .panel-social .title-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 44px 40px 51px;
        text-align: left;
    }

    .panel-social .title {
        margin: 0;
        padding: 16px 24px 16px 0;
        border-right: 2px solid var(--white);
    }
}