.service-our-offering {
  position: relative;
  padding-top: 200px;
  padding-bottom: 148px;
}
.service-our-offering:before {
  content: "";
  position: absolute;
  width: 1013.604px;
  height: 313.646px;
  -webkit-transform: rotate(42.597deg);
          transform: rotate(42.597deg);
  border-radius: 23px;
  opacity: 0.7;
  background: var(--Violet-solid, #544EC9);
  -webkit-filter: blur(227px);
          filter: blur(227px);
  z-index: -1;
  right: 153px;
  bottom: 151px;
}
.service-our-offering .title-section {
  color: var(--Black-Gray-Dark, #6A7F7F);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.service-our-offering .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.service-our-offering .items .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 24px;
  background: var(--cards-bg, #E6F7FC);
  overflow: hidden;
}
.service-our-offering .items .item__img {
  width: 100%;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-our-offering .items .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-our-offering .items .item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.service-our-offering .items .item__content .btn {
  height: 69px;
  width: 100%;
}
.service-our-offering .items .item__title {
  color: var(--Black-Black, #333);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.service-our-offering .items .item__text {
  color: var(--Black-Black80, #5A5B5C);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-our-offering .items .item__line {
  width: 100%;
  height: 2px;
  opacity: 0.2;
  background: var(--Black-Gray-Light, #859394);
}
.service-our-offering .items .item__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.service-our-offering .items .item__list ul li {
  position: relative;
  padding-left: 32px;
  color: var(--Black-Black, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.service-our-offering .items .item__list ul li * {
  margin: 0;
}
.service-our-offering .items .item__list ul li strong, .service-our-offering .items .item__list ul li b {
  font-weight: 700;
}
.service-our-offering .items .item__list ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../../img/svg/icon-arrow-list.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .service-our-offering {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-our-offering {
    padding: 72px 0 54px;
  }
  .service-our-offering .title-section {
    font-size: 24px;
    letter-spacing: -0.24px;
    margin-bottom: 24px;
  }
  .service-our-offering .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-our-offering .items .item__img {
    height: 136px;
  }
  .service-our-offering .items .item__content {
    padding: 16px;
    gap: 20px;
  }
  .service-our-offering .items .item__title {
    font-size: 20px;
  }
  .service-our-offering .items .item__text {
    font-size: 16px;
    margin-top: -8px;
  }
  .service-our-offering .items .item__list ul {
    gap: 12px;
  }
  .service-our-offering .items .item__list ul li {
    font-size: 16px;
    line-height: 140%;
  }
  .service-our-offering .items .item .btn {
    height: 48px;
  }
}
