

/* Start:/bitrix/templates/aspro-stroy/components/bitrix/news.list/our-team/style.css?17655470941386*/
.our-team__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  @media (width < 640px) {
    display: block;
    border-left: none;
    border-top: 2px solid transparent;
  }

  .our-team__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    border-left: 2px solid transparent;

    @media (width < 640px) {
      display: block;
      border-left: none;
      border-top: 2px solid transparent;
    }

    &:not(:first-child) {
      border-left-color: hsl(0 0 95);

      @media (width < 640px) {
        border-top-color: hsl(0 0 95);
      }
    }
  }
}

.employee {
  padding: 17px 20px 24px;

  p {
    margin-bottom: 0;
  }
  .employee__img-wrap {
    width: 150px;
    height: 150px;
    margin-inline: auto;
    border-radius: 50px;
    overflow: hidden;

    & > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
  }
  .employee__name {
    margin-top: 21px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .employee__main {
    margin-top: 21px;

    .employee__info {
      line-height: 18px;
      text-align: center;

      .employee__post {
        font-size: 14px;
      }
      .employee__experience {
        font-size: 12px;
      }
    }
  }
}
/* End */
/* /bitrix/templates/aspro-stroy/components/bitrix/news.list/our-team/style.css?17655470941386 */
