.point-list__item:not(:first-child) {
  margin-top: 32px;
}

.point-list__item__block {
  background-image: -webkit-gradient(linear, left bottom, left top, from(whitesmoke), to(white));
  background-image: -webkit-linear-gradient(bottom, whitesmoke 0%, white 100%);
  background-image: linear-gradient(to top, whitesmoke 0%, white 100%);
  position: relative;
  padding-bottom: 50px;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block {
    background-image: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 110px;
  }
  .point-list__item__block > *:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
  .point-list__item__block::before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 110px;
    width: calc(100% + (100vw / 2));
    height: 100%;
  }
}

@media screen and (min-width: 1050px) {
  .point-list__item__block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .point-list__item__block--reverse::before {
    right: 0;
    left: 110px;
  }
  .point-list__item__block--reverse > *:nth-child(2) {
    margin-right: auto;
    margin-left: 0;
  }
}

.point-list__item__block__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35% 0 25%;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__image {
    padding: 0 50px;
    position: relative;
    z-index: 1;
    width: 50%;
  }
}

.point-list__item__block__image img {
  width: 101px;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__image img {
    width: 202px;
  }
}

.point-list__item__block__content {
  padding: 0 25px;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__content {
    background-image: -webkit-gradient(linear, right top, left top, from(whitesmoke), to(white));
    background-image: -webkit-linear-gradient(right, whitesmoke 0%, white 100%);
    background-image: linear-gradient(to left, whitesmoke 0%, white 100%);
    padding: 60px 90px 120px 110px;
    max-width: 842px;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
}

.point-list__item__block__content__inner__label {
  position: absolute;
  top: 40px;
  left: 35px;
  color: #93cae5;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__content__inner__label {
    position: relative;
    top: 0;
    left: 0;
  }
}

.point-list__item__block__content__inner__label::before {
  content: '';
  position: absolute;
  left: 2px;
  bottom: -10px;
  width: 27px;
  height: 2px;
  background-color: #93cae5;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__content__inner__label::before {
    width: 52px;
    height: 4px;
    bottom: -15px;
  }
}

.point-list__item__block__content__inner__label__text {
  display: block;
  font-size: 1.0rem;
  font-weight: 700;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__content__inner__label__text {
    font-size: 2.0rem;
    letter-spacing: .05em;
  }
}

.point-list__item__block__content__inner__label__number {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__content__inner__label__number {
    font-size: 5.2rem;
  }
}

.point-list__item__block__content__inner__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6875em;
  color: #03314c;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__content__inner__heading {
    font-size: 3.2rem;
    margin-top: 50px;
  }
}

.point-list__item__block__content__inner__paragraph {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.91em;
  margin-top: 15px;
}

@media screen and (min-width: 1050px) {
  .point-list__item__block__content__inner__paragraph {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.point-container {
  max-width: 1400px;
}
