.diagnostics {
  position: relative;
  padding-block: 40px 50px;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .diagnostics {
    padding-block: 60px 70px;
  }
}
@media (min-width: 1400px) {
  .diagnostics {
    padding-block: 75px 115px;
  }
}
.diagnostics::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15em;
  border-top-right-radius: 24px;
  background: linear-gradient(180deg, rgb(235, 240, 244) 0%, rgb(255, 255, 255) 100%) no-repeat 0 0;
  width: 86%;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 992px) {
  .diagnostics::before {
    left: 0;
    width: 100%;
    border-radius: 0;
  }
}
.diagnostics .container {
  display: grid;
  grid-template-columns: 50% 1fr;
  -moz-column-gap: 4%;
       column-gap: 4%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .diagnostics .container {
    grid-template-columns: 100%;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .diagnostics__left {
    grid-row: -1;
  }
}
.diagnostics__left .btn {
  margin-top: 10px;
}
.diagnostics__desc > *:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 3rem;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .diagnostics__desc > *:first-child {
    font-size: 1.95rem;
  }
}
.diagnostics__desc p {
  font-size: 1.11rem;
  line-height: 1.75rem;
}
.diagnostics__desc ul li {
  border-top: 1px solid #e6ecf1;
  padding-block: 13px;
}
.diagnostics__desc ul li:last-of-type {
  border-bottom: 1px solid #e6ecf1;
}
.diagnostics__desc hr {
  width: 8.33333333%;
}
.diagnostics__right img {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=diagnostics.css.map */