.social-media-variant-v8 {
    text-align: center;
    background: url('../images/bg-02.png') no-repeat;
    background-size: 100% 200px;
    background-position: top center;
}

.social-media-variant-v8 .section-title {
    font-size: 70px;
    color: #E6E7E8;
    text-transform: uppercase;
    font-weight: 700;
}

.social-media-variant-v8 .sm-v8-social-item .sm-v8-social-icon {
    background:
        linear-gradient(rgba(43, 97, 150, 0.6), rgba(239, 192, 49, 0.6)),
        url('../images/blur.png') no-repeat center/cover;
    width: 112px;
    height: 112px;
    margin: auto;
    border: 1px solid #fff;
    box-shadow: 0 0 0 6px #fff, 0 12px 12px rgba(173, 172, 167, 0.6);
    cursor: pointer;
    font-size: 35px;
    transition: 0.4s;
    color: #fff;
    line-height: 112px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.social-media-variant-v8 .sm-v8-social-item .sm-v8-social-icon:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a06637;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease-out;
}

.social-media-variant-v8 .sm-v8-social-item:hover .sm-v8-social-icon:before {
    opacity: 1;
}

.social-media-variant-v8 .sm-v8-social-item .sm-v8-social-icon i {
    position: relative;
    z-index: 2;
}

.social-media-variant-v8 .sm-v8-social-item:hover .sm-v8-social-icon {
    border: 1px solid #000000;
}

.social-media-variant-v8 .sm-v8-social-item h4 {
    margin-top: 20px;
    color: #000;
    font-size: 24px;
}

.social-media-variant-v8 .sm-v8-social-item:nth-child(1),
.social-media-variant-v8 .sm-v8-social-item:nth-child(2) {
    margin-bottom: 32px;
}

@media (min-width: 992px) {
    .social-media-variant-v8 .section-title {
        font-size: 132px;
        margin-bottom: -56px;
    }

    .social-media-variant-v8 .sm-v8-social-item:nth-child(1),
    .social-media-variant-v8 .sm-v8-social-item:nth-child(2) {
        margin-bottom: 0px;
    }
}