.image-text-homepage {
  position: relative;
  color: #192846;
  padding-bottom: 48px;
}

.check-list {
  background: #fcdab1;
  color: #192846;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55em;
  padding: 10px 22px 10px 86px;
  border-radius: 12px 22px;
  position: relative;
  margin-bottom: 12px;
}

.check-list::before {
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 46px;
  font-weight: normal;
  line-height: 1em;
  color: #f7941d;
}

.check-list-btn {
  padding-top: 20px;
}

.image-text-top-svg {
  position: absolute;
  left: 25px;
  top: 40px;
  max-width: 100px;
  z-index: -1;
}

.image-text-bottom-svg {
  position: absolute;
  right: -51px;
  bottom: 83px;
  max-width: 136px;
}

.image-text-homepage__text__wrap h2 {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .check-list {
    font-size: 22px;
    padding: 18px 22px 18px 86px;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .check-list {
    font-size: 22px;
    padding: 18px 22px 18px 86px;
    display: inline-block;
  }

  .image-text-homepage {
    padding: 15px 0 48px 0;
  }

  .image-text-homepage__flex {
    display: flex;
  }

  .image-text-homepage__text {
    width: calc(100% - 500px);
    padding-right: 100px;
  }

  .image-text-homepage__img {
    width: 500px;
    position: relative;
    margin-top: 85px;
  }

  .image-text-homepage__img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 350px 0 0 0;
  }

  .image-text-top-svg--big {
    display: none;
  }
}
@media (min-width: 1600px) {
  .check-list {
    font-size: 22px;
    padding: 18px 22px 18px 86px;
    display: inline-block;
  }

  .image-text-homepage {
    padding: 60px 0 80px 0;
  }

  .image-text-homepage__flex {
    display: flex;
  }

  .image-text-homepage__text {
    width: calc(100% - 760px);
    padding-right: 100px;
    padding-left: 150px;
  }

  .image-text-homepage__text__wrap {
    max-width: 645px;
  }

  .image-text-homepage__text__wrap p {
    max-width: 577px;
  }

  .image-text-homepage__img {
    width: 760px;
    position: relative;
    margin-top: 0;
  }

  .image-text-homepage__img img {
    width: 100%;
    height: 761px;
    object-fit: cover;
    border-radius: 500px 0 0 0;
  }

  .image-text-top-svg {
    left: 40px;
    top: 60px;
    max-width: 152px;
    z-index: -1;
  }

  .image-text-bottom-svg {
    right: -79px;
    bottom: 15px;
    max-width: 208px;
  }

  .image-text-top-svg--big {
    display: block;
  }

  .image-text-top-svg--sml {
    display: none;
  }
}

.check-list {
  margin-right: 18px;
}

.check-listing .check-list:first-child {
  margin-right: 46px;
}

.check-listing .check-list:nth-child(3) {
  margin-right: 58px;
}

.check-listing .check-list:nth-child(4) {
  margin-right: 34px;
}

@media (min-width: 768px) {
  .check-list,
  .check-listing .check-list:first-child,
  .check-listing .check-list:nth-child(3),
  .check-listing .check-list:nth-child(4) {
    margin-right: 0;
  }
}
