/*
Blocks:
/templates/block/defaultpage/advantages-realt.html.twig
/templates/block/defaultpage/advantages-ipoteka.html.twig
/templates/block/defaultpage/advantages-ocenka.html.twig
/templates/block/defaultpage/advantages-work.html.twig
/templates/block/defaultpage/advantages-yurid.html.twig
*/


.b-advantages__item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
  }
    .b-advantages__item {
    width: 242px;
    display: flex; 
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
/*     border: 1px solid #0157BF; */
    box-sizing: border-box;
    border-radius: 10px;
    margin: 12px;
    align-self: flex-start;
  }
    .b-advantages__item-text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
   .b-advantages__item svg {
    fill:#0157BF;
  }

  @media (max-width: 1024px) {
      .b-advantages__item-wrap {
      justify-content: center;
    }
      .b-advantages__item {
      flex-wrap: wrap;
      justify-content: flex-start;
      width: 100%;
      min-width: 100%;
      margin: 5px;
      padding: 10px;
      min-height: 180px;
    }
    .b-advantages__item-text br {
      display: none;
    }
    .b-advantages__item-text {
      font-size: 14px;
      padding-left: 5px;
      padding-right: 5px;
    }
  }
 
