.yoo-text-block-wrap {
  padding: 0 60px;
}

.yoo-image-block {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;

  .yoo-image-block-first {
    border: 10px solid #fff;
    margin-right: -55px;
    position: relative;
    border-radius: 50%;
    z-index: 10;
  }

  .yoo-image-block-second {
    border: 10px solid #fff;
  }
}

.yoo-text-block-title {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}

.yoo-text-block-text {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 15px;
}

.yoo-text-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 23px;

  li {
    font-size: 16px;
    line-height: 1.6em;
    position: relative;
    padding-left: 34px;
    margin-bottom: 6px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    color: $green-color;
  }
}

.yoo-text-block-btn-group {
  display: flex;
  flex-wrap: wrap;

  .btn {
    min-width: 155px;
  }

  .yoo-text-block-btn:not(:last-child) {
    margin-right: 15px;
  }
}

.yoo-iconbox {
  padding: 25px 30px;
  padding-bottom: 0;

  .yoo-iconbox-icon {
    font-size: 35px;
    line-height: 1em;
    display: flex;
    margin-bottom: 10px;
  }

  .yoo-iconbox-title {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px;
  }

  .yoo-iconbox-text {
    font-size: 16px;
    line-height: 1.6em;
  }

  .yoo-iconbox-btn {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.89px;
    color: $indigo-color;
    border-top: 1px solid $base-color4;
    text-transform: uppercase;

    &:hover {
      background-color: rgba($indigo-color, 0.1);
    }
  }
}

.yoo-version {
  text-align: center;
  font-size: 13px;
  line-height: 1.6em;
  margin-top: 5px;
  color: $base-color3;
}

.yoo-iconbox h3 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .yoo-text-block-wrap {
    padding: 0 40px;
    padding-bottom: 40px;
  }
}
