/* SOCIAL SECTION */
#social {
    padding: 0;
}
.social-left-content {
    padding: calc((246/16) * 1rem) 0 calc((192/16) * 1rem);
}
.social-left-content .heading-top {
    font-size: calc((35/16) * 1rem);
    line-height: 36px;
    letter-spacing: 4.2px;
}
.social-left-content h2 {
    font-size: calc((94/16) * 1rem);
    line-height: 120px;
    letter-spacing: 11.28px;
}
.social-content-copy {
    max-width: 703px;
    text-align: center;
    font-size: calc((25/16) * 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-top: calc((53/16) * 1rem);
}
.social-content-copy p {
    margin-bottom: calc((53/16) * 1rem);
}
.social-content-copy span {
    font-weight: 700;
}

#social .social-button, #social .social-button2 {
    color: #000;
    text-align: center;
    font-family: var(--content-font);
    font-size: calc((15/16) * 1rem);
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.2px;
    border: 2px solid #000;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    background-color: transparent;
    min-width: 339px;
    text-transform: uppercase;
    height: 45px;
}
.social-right-content {
    padding: 7.8125vw 1vw;
}
.social-container {
    background: #DBB900;
}

@media only screen and (max-width: 1399.98px) {
    .social-left-content {
        padding: calc((58/16) * 1rem) 0 0;
    }
    .social-button-container2 {
        margin: calc((38/16) * 1rem) 0;
    }
    .social-right-content {
        padding: 0;
    }
}

@media only screen and (max-width: 1199.98px) {  
    /* SOCIAL SECTION */
    .social-left-content .heading-top {
        font-size: 1rem;
        letter-spacing: 1.92px;
    }
    .social-left-content h2 {
        font-size: calc((42/16) * 1rem);
        line-height: 53px;
        letter-spacing: 5.04px;
    }
    .social-content-copy {
        font-size: 1rem;
        line-height: 24px;
        margin-top: calc((10/16) * 1rem);
        max-width: 350px;
    }
    #social .social-button2 {
        min-width: 241px;
        height: 35px;
        font-size: calc((11/16) * 1rem);
        padding: 5px 12px;
    }
}

@media only screen and (max-width: 575.98px) {
    .social-right {
        padding: 0;
    }
    .social-right-content {
        padding: 0;
    }
}