.social {
    background: url("/wp-content/themes/formaggio/assets/images/white.jpg") top
        left;
    font-family: var(--font-1);
    padding: 30px 0 70px;
}
.social a {
    color: black;
    transition: all 200ms linear;
}
.social a:hover {
    color: rgb(226, 0, 0);
}

.social__container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.social__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.social__title {
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
}

.social__grid-b {
    display: flex;
    justify-content: end;
}

.facebook-widget iframe {
    max-width: 340px;
    width: 100% !important;
}

@media (max-device-width: 600px) {
    .social__grid {
        display: grid;
        grid-template-columns: 1fr;
        place-items: center start;
        gap: 40px;
    }

    .social__grid-b {
        display: unset;
        justify-content: unset;
    }
}
