.service-information-wrapper {
  .service-heading {
    padding-top: 92px;
    text-align: center;
    padding-bottom: 33px;
    h1 {
      margin: 0 0 9px;
      font-size: 38px;
      letter-spacing: 0.1em;
      line-height: 1;
    }
    p {
      letter-spacing: 0.15em;
      color: rgb(31, 166, 228);
      font-size: 12px;
      margin: 0;
      font-weight: 700;
    }
  }
  .service-information-heading {
    text-align: center;
    h2 {
      font-size: 25px;
      letter-spacing: 0.05em;
      color: rgb(31, 166, 228);
      line-height: 35px;
      margin: 0;
    }
  }
  .service-information-item {
    padding-bottom: 80px;
    display: flex;
    &.left {
      flex-direction: row-reverse;
      .background-svg {
        right: auto;
        left: -221px;
      }
      .right-column-content {
        padding-left: 0;
      }
      .left-column-content {
        .bg-svg {
          left: -5px;
          .bg-svg-inner {
            .svg-icon {
              top: -24px;
            }
          }
        }
      }
    }
  }
  .container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1000px;
  }
}

.service-information-item-wrap {
  .background-svg {
    margin-bottom: 51px;
    position: absolute;
    right: -221px;
    svg {
      width: 1500px;
      height: 300px;
      fill-opacity: 0.03;
    }
  }
  .left-column-content {
    width: 50%;
    .title {
      font-weight: bold;
      font-size: 24px;
      line-height: 1.5;
    }
    .number {
      font-family: roboto, sans-serif;
      font-weight: bold;
      font-size: 80px;
      margin-bottom: 40px;
      line-height: 1;
      text-align: left;
    }
    .bg-svg {
      position: relative;
      svg {
        width: 300px;
        height: 300px;
      }
      .bg-svg-inner {
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        .svg-icon {
          text-align: center;
          position: relative;
          top: -13px;
          left: -1px;
          svg {
            height: 105px;
            width: 106px;
          }
        }
      }
    }
  }
  .right-column-content {
    margin-bottom: 10px;
    position: relative;
    width: 70%;
    padding-left: 80px;
    .title {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 15px;
    }
    .content p {
      margin: 0;
      font-size: 15px;
      line-height: 2em;
    }
    .svg-icon img {
      max-height: 300px;
    }
  }
}

@media (max-width: 1024px) {
  .service-information-item-wrap {
    .left-column-content {
      .number {
        font-size: 60px;
      }
      .bg-svg {
        height: 200px;
        top: 50px;
        svg {
          width: 200px;
          height: 200px;
        }
        .bg-svg-inner .svg-icon svg {
          width: 80px !important;
          height: 80px !important;
        }
      }
    }
    .right-column-content .title {
      font-size: 17px;
    }
  }
}

@media (max-width: 767px) {
  .service-information-wrapper .service-information-item {
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  .service-information-item-wrap {
    .left-column-content {
      width: 100%;
      text-align: center;
      .number {
        margin-bottom: 20px;
        text-align: center;
      }
      .bg-svg {
        height: auto;
        top: 0;
        left: 0;
        width: 100%;
        svg {
          height: 160px;
          width: 150px;
        }
      }
    }
    .right-column-content {
      width: 100%;
      padding: 0;
      margin: 0 auto 40px
      text-align: center;
    }
    .background-svg {
      display: none;
    }
  }
}
