.social-section-header {
    font-size: 2.25rem;
    margin: 3.3125rem 0;
    font-family: "NNNittiGrotesk-Heading"
}

@media print,
screen and (min-width: 40em) {
    .social-section-header {
        font-size: 3.125rem;
        margin: 5.9375rem 0
    }
}

.social-section-box {
    border-top: 1px solid #ffebd5;
    border-bottom: 1px solid #ffebd5;
    position: relative
}

.social-section-box:first-child {
    margin-left: 0
}

.social-section-box:first-child .social-section-code {
    padding: 3.3125rem 0
}

@media print,
screen and (min-width: 64em) {
    .social-section-box:first-child .social-section-code {
        padding: 3.3125rem 2.125rem 3.3125rem 0
    }
}

.social-section-box:last-child {
    margin-right: 0
}

.social-section-box:last-child .social-section-code {
    padding: 3.3125rem 0
}

@media print,
screen and (min-width: 64em) {
    .social-section-box:last-child .social-section-code {
        padding: 3.3125rem 0 3.3125rem 2.125rem
    }
}

@media screen and (max-width: 63.99875em) {
    .social-section-box {
        margin-bottom: 2.5rem
    }
}

.social-section-text {
    margin-bottom: 2.5625rem;
    display: flex;
    justify-content: center
}

.social-section .link.arrowed {
    position: absolute;
    bottom: 3rem
}

.social-section-embed {
    display: block;
    margin-bottom: 10.9375rem
}

@media print,
screen and (min-width: 40em) {
    .social-section-embed {
        display: flex
    }
}

.social-section-code {
    padding: 3.3125rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media print,
screen and (min-width: 64em) {
    .social-section-code {
        padding: 3.3125rem 1rem
    }
}

.social-section-code iframe {
    width: 100%
}