.social {
    display: flex;
}

.social a {
    display: flex;
}


.social-text {
    border-bottom: 1px dashed #16c9d4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 19px;
    font-family: roboto-light, sans-serif;
    font-weight: 400;
    height: fit-content;
    margin-right: 10px;
}

.left .social-text {
    border: none;
}

.footer-socials {
    display: flex;
    flex-direction: column;
}

.footer-socials i {
    font-size: 24px;
    margin-right: 5px;
}

.form-socials i {
    font-size: 24px;
    margin-right: 5px;
    color: #707070;
}

.footer-socials .social-text {
    border-bottom: 1px dashed #fff;
}

.footer-socials a {
    margin-bottom: 10px;
}

header p.social i {
    margin-right: 10px !important;
}


.form-socials a {
    color: #16c9d4;
}

.form-socials a:hover {
    text-decoration: none;
}

.form-socials {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

@media screen and (max-width: 1199px) {
    .social {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .form-socials {
        flex-direction: column;
    }

    .form-socials a {
        margin-bottom: 15px;
    }

    .social.mobile {
        display: flex;

    }

    .social.mobile a {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .social.mobile span {
        font-size: 12px;
    }

    .social.mobile i {
        font-size: 18px;
    }

}

@media (max-width: 991px) {
    .footer-socials {
        text-align: center;
    }

}