_social.scss 443 Bytes
.social {

    &__title {
        margin-bottom: 20px;
        color: $black;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    &__list {
        display: flex;
    }

    &__item {
        &:not(:last-child) {
            margin-right: 10px;
        }
    }

    &__link {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
}