.profiles_section .container_main{
    user-select: none;
    /*margin: 100px auto;*/
    background: #fff;
    color: #727580;
    border-radius: 12px;
    /*width: 350px;*/
    text-align: center;
    box-shadow: 0 8px 18px -10px rgba(0,0,0,.55);
    margin-bottom: 20px;
    margin-top: 20px;
}
.profiles_section .cover-photo{
    background: url("../images/profile-card-bg.png") repeat;
    background-size: cover;
    background-blend-mode: hard-light;
    height: 90px;
    width: 100%;
    border-radius: 12px 12px 0 90px;
}
.item1 .cover-photo{
    background-color: #4e88da;
}
.item2 .cover-photo{
    background-color: #f6bb43;
}
.item3 .cover-photo{
    background-color: #36bc9b;
}
.item4 .cover-photo{
    background-color: #e9573e;
}
.profiles_section .profile{
    height: 110px;
    width: 110px;
    border-radius: 50%;
    margin: 30px 0 0 -180px;
    padding: 5px;
    background: #fff;
}
.item1 .profile{
    border: 1px solid #4e88da75;
}
.item2 .profile{
    border: 1px solid #f6bb4375;
}
.item3 .profile{
    border: 1px solid #36bc9b75;
}
.item4 .profile{
    border: 1px solid #e9573e75;
}
.profiles_section .profile-name{
    text-align: start;
    padding-inline-start: 30px;
    font-size: 20px;
    margin: 15px 0 0 20px;
}
.profiles_section .profile-name b{
    padding-inline-start: 20px;
    font-size: 25px;
    color: #48494e;
}
.profiles_section .about{
    color: #3e48ba;
    font-size: 18px;
    height: 35px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 20px;
}
.profiles_section button{
    margin: 10px 0 40px 0;
}
.msg-btn, .follow-btn{
    background: #03bfbc;
    border: 1px solid #03bfbc;
    padding: 10px 25px;
    color: #231e39;
    border-radius: 3px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}
.follow-btn{
    margin-left: 10px;
    background: transparent;
    color: #02899c;
}
.follow-btn:hover{
    color: #231e39;
    background: #03bfbc;
    transition: .5s;
}
.profiles_section .container_main i{
    color: #907784;
    padding-left: 15px;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .5s;
}
.profiles_section .container_main i:hover{
    color: #03bfbc;
}