.our-advantages {
  padding: 11rem 0 9.7rem;
  background-color: #f1f8fd;
  border-radius: 5rem;
  margin-bottom: 12rem
}
.our-advantages__title {
  margin-bottom: 3.5rem
}
.our-advantages__content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2.7rem
}
.our-advantages__item {
  padding: 1.9rem;
  background-color: #1e5d9d;
  border: 1px solid #eaeaeb;
  border-radius: 1.2rem;
  color: #fff
}
.our-advantages__item-img {
  width: 4rem;
  flex-shrink: 0;
  margin: .5rem 1rem .4rem 0;
  position: relative;
  z-index: 1
}
.our-advantages__item-img::before {
  content: '';
  position: absolute;
  top: -.5rem;
  right: -1rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: rgba(241,248,253,.1);
  z-index: -1
}
@media (max-width:48em) {
  .our-advantages {
    padding: 8rem 0;
    border-radius: 3.4rem;
    margin-bottom: 8rem
  }
  .our-advantages__title {
    margin-bottom: 4rem
  }
  .our-advantages__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 2rem
  }
  .our-advantages__item {
    display: flex;
    align-items: center;
    padding: 2.85rem 9rem 2.85rem 2.8rem;
    border-radius: 2.4rem
  }
  .our-advantages__item-img {
    width: 4.4rem;
    margin: .5rem 3.2rem 0 0
  }
  .our-advantages__item-img::before {
    width: 4.2rem;
    height: 4.2rem
  }
}