.profileV2{

}
.profileV2 .profileV2_banner{
    border-radius: 10px 10px 0 0 !important;
}
.profileV2 .profileV2_info{
    display: flex;
    padding-left: 2rem;
    padding-right: 2rem;
}
.profileV2 .profileV2_info .profileV2_img_wrapper img{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-top: -110px;

}
.profileV2_info_texts{
    padding: 1rem;
}
.profileV2_info_texts h5{
    font-size:36px;
}
.profileV2_info_texts h4{
    font-size: 20px;
    color: #585858;
}
.profileV2_info_texts .social-icons a{
    display: inline-block;
    margin: 0 5px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    transition: 0.3s;
    color: #FFFFFF;
}
.profileV2_info_texts .social-icons i{
    width: 28.37px;
    height: 28.37px;
}

.profileV2_info_texts .social-icons a.facebook {
    background: #3b5998;
}
.profileV2_info_texts .social-icons a.twitter {
    background: #55acee;
}
/* below 670px */
@media (max-width: 670px) {
    .profileV2{
        margin-top: 7rem;
    }
    .profileV2 .profileV2_banner {
        margin-top: -7rem;
    }
    .profileV2 .profileV2_info{
        flex-direction: column;
        align-items: center;
    }
    .profileV2 .profileV2_info .profileV2_img_wrapper{
        margin-top: -2px;
    }
    .profileV2 .profileV2_info .profileV2_img_wrapper img{
        width: 140px;
        height: 140px;
        margin-top: -70px;
    }
    .profileV2_info_texts{
        padding: 0;
        text-align: center;
    }
    .profileV2_info_texts h5{
        font-size: 20px;
    }
    .profileV2_info_texts h4{
        font-size: 16px;
    }
    .profileV2_info_texts .social-icons a{
        display: inline-block;
        margin: 0 5px;
        height: 25px;
        width: 25px;
        line-height: 35px;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
        color: #FFFFFF;
    }
}
/*below 374px*/
@media (max-width: 376px) {
    .profileV2 .profileV2_banner {
        margin-top: -14rem;
    }
        .profileV2{
        margin-top: 10rem;
    }
    .profileV2 .profileV2_info .profileV2_img_wrapper img{
        width: 120px;
        height: 120px;
        margin-top: -155px;
    }
    .profileV2_info_texts h5{
        font-size: 20px;
        margin-top: -30px;
    }
    .profileV2_info_texts h4{
        font-size: 14px;
    }
    .profileV2_info_texts .social-icons a{
        display: inline-block;
        margin: 0 5px;
        height: 30px;
        width: 30px;
        line-height: 35px;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
        color: #FFFFFF;
    }
}


