.our-services {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .our-services {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.our-services__section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .our-services__section-title {
    margin-bottom: 32px;
  }
}
.our-services__tabs {
  border-left: 1px solid rgba(5, 19, 32, 0.1);
  position: relative;
  min-height: 460px;
}
@media screen and (max-width: 768px) {
  .our-services__tabs {
    min-height: unset;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.our-services__row {
  display: flex;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  .our-services__row {
    flex-direction: column;
    padding-left: 24px;
  }
}
.our-services__tab-title {
  width: 30%;
  padding: 7px 0 7px 24px;
  min-height: 36px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  letter-spacing: 0.01em;
  color: #1f2432;
  cursor: pointer;
  transition: all 0.15s;
}
.our-services__tab-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 7px;
  height: 100%;
  background-color: #25BB4D;
  border-radius: 7px;
  transition: all 0.15s;
  opacity: 0;
}
.our-services__tab-title.active {
  font-weight: 600;
  color: #051320;
}
.our-services__tab-title.active::before {
  opacity: 1;
}
.our-services__tab-title:hover {
  color: #051320;
}
@media screen and (max-width: 768px) {
  .our-services__tab-title:hover {
    color: #1f2432;
  }
}
@media screen and (max-width: 768px) {
  .our-services__tab-title {
    width: 100%;
    font-size: 18px;
    min-height: 22px;
    padding: 0;
  }
  .our-services__tab-title::before {
    height: 24px;
    left: -28px;
  }
}
.our-services__tab-item {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  max-height: 447px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 24px;
  opacity: 0;
  transition: all 0.15s;
  z-index: -1;
}
.our-services__tab-item.active {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .our-services__tab-item {
    position: unset;
    width: 100%;
    height: 0;
    max-height: unset;
    box-shadow: unset;
    background: unset;
    border: none;
    flex-direction: column;
    padding: 0;
  }
  .our-services__tab-item.active {
    height: unset;
    padding: 8px 0 24px 0;
  }
}
.our-services__info {
  width: 40%;
  padding: 10px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .our-services__info {
    width: 100%;
    padding: unset;
  }
}
.our-services__info-top {
  height: calc(100% - 28px);
}
@media screen and (max-width: 768px) {
  .our-services__info-top {
    height: unset;
    overflow: unset;
  }
}
.our-services__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #051320;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .our-services__title {
    display: none;
  }
}
.our-services__description {
  font-family: var(--itx-ff-HL);
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 292px;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.our-services__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 112%;
  color: #25BB4D;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  transition: all 0.15s;
}
.our-services__link:hover {
  color: #179839;
  gap: 10px;
}
.our-services__link:hover svg > path {
  fill: #179839;
}
.our-services__img {
  width: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: #f6f8f8;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 426/389;
}
.our-services__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .our-services__img {
    width: 100%;
    aspect-ratio: unset;
    height: 100%;
  }
}
.our-services__img-ratio {
  width: 56%;
}
@media screen and (max-width: 768px) {
  .our-services__img-ratio {
    width: 100%;
    height: 304px;
  }
}/*# sourceMappingURL=style.min.css.map */