.services__content {
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 800px) {
    .services__list {
      margin: 0 !important; } }
  .services__item {
    position: relative;
    padding: 10px; }
    .services__item-title {
      transition: 0.3s;
      font-family: HeliosExtThin;
      font-size: 16px;
      color: #db0344;
      margin-bottom: 21px;
      text-align: center; }
    .services__item-link {
      position: relative;
      display: block;
      z-index: 2; }
      .services__item-link img {
        transition: 0.3s; }
    .services__item:hover .services__item-title {
      color: #fff; }
      .services__item:hover .services__item-link img {
        transform: scale(1.1); }

.mb70 {
  margin-bottom: 70px; }
  @media screen and (max-width: 750px) {
  .mb70 {
    margin-bottom: 0px; } }

.shadow {
  width: 100px;
  height: 10px;
  box-shadow: 0px 10px 34px #db0344;
  position: absolute;
  left: 36%;
  bottom: 10px;
  background: transparent; }
