.sv-card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 300px;
  height: 500px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  display: inline-block;
  overflow: hidden;
  word-wrap:break-word;
  position:relative;
}

.sv-card:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.sv-card-service{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  display: inline-block;
  overflow: hidden;
  word-wrap:break-word;
  position:relative;
}

.sv-card-service:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

  .um-cover{
    display: none;
  }
 .um .um-profile-photo a.um-profile-photo-img, .um .um-profile-photo img, .um .um-profile-photo span.um-profile-photo-overlay{
    border-radius: 0px !important;
  }
  .um-555.um .um-profile-photo a.um-profile-photo-img {
    top: -100px !important;
  }
  .um-profile-photo img{
    visibility: hidden !important;
  }
  .um-profile-photo a{
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-left: -25px !important;
    width: 220px !important;
  }
  .um-name{
    margin-top: -110px;
  }
  .um-name a{
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
  }

  .um-profile-body > ._um_row_1{
    margin-left: -200px !important;
  }