.services_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 20px 20px;
  }
  .services_list_item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .services_list_item_bg {
    position: absolute;
    display: flex;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 75.97%);
    border-radius: 20px;
  }
  .services_list_item_bot {
    position: relative;
  }
  .services_list_item {
    padding: 20px 16px;
  }
  .profile_item_left_check_foto {
    position: relative;
    top: unset;
  left: unset;
  }
  .icon.icon_video {
    width: 40px;
    height: 28px;
  }
  .services_list_more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .ankets_views_more {
    display: inline-flex;
    border-radius: 50px;
    background: #E32040;
    padding: 12px 20px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
  }
  .services_list_item_top {
    position: relative;
  }
  .icon_rating_archive {
    position: absolute;
    right: 0;
    
  }

  @media screen and (max-width: 770px) {
    
    .services_list_item {
      width: calc(50% - 10px);
    }
    .services_list_wrapper {
      padding: 0 10px;
    }
      }

  @media screen and (max-width: 480px) {
    
  .services_list_item {
    width: 100%;
  }
    }