.hero {
  padding: 164px 0 125px;
  background-image: url("../images/comparisons/hero-bg.svg");
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  .hero {
    padding: 13.66vw 0 10.41vw;
  }
}
@media screen and (max-width: 600px) {
  .hero {
    padding: 34.5vw 0 16vw;
    background-position: top left;
  }
}
.hero h1 {
  margin-bottom: 22px;
  background: linear-gradient(90.09deg, #6B02B6 0.01%, #7266F8 97.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1150px) {
  .hero h1 {
    margin-bottom: 1.83vw;
    font-size: 6.66vw;
  }
}
@media screen and (max-width: 600px) {
  .hero h1 {
    margin-bottom: 2vw;
    font-weight: 600;
    font-size: 10vw;
    letter-spacing: 0;
  }
}
.hero__heading {
  color: #151536;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
}
@media screen and (max-width: 1150px) {
  .hero__heading {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 600px) {
  .hero__heading {
    font-weight: 600;
    font-size: 6vw;
    line-height: 1.16;
  }
}

.capabilities {
  padding: 90px 0;
  background-color: #F9F9F9;
}
@media screen and (max-width: 1150px) {
  .capabilities {
    padding: 7.5vw 0;
  }
}
@media screen and (max-width: 600px) {
  .capabilities {
    padding: 10vw 0;
  }
}
.capabilities__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1150px) {
  .capabilities__items {
    gap: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__items {
    gap: 6vw;
  }
}
.capabilities__item {
  width: calc(50% - 24px);
  min-height: 254px;
  padding: 24px;
  border-radius: 20px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .capabilities__item {
    width: calc(50% - 2vw);
    min-height: 21.16vw;
    padding: 2vw;
    border-radius: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__item {
    width: 100%;
    min-height: 72.5vw;
    padding: 6vw;
    border-radius: 5vw;
  }
}
.capabilities__item:before {
  content: "";
  width: 149px;
  height: 135px;
  background-repeat: no-repeat;
  background-image: url("../images/comparisons/features-bg.svg");
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1150px) {
  .capabilities__item:before {
    width: 12.41vw;
    height: 11.25vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__item:before {
    width: 37.25vw;
    height: 33.75vw;
  }
}
.capabilities__item h4 {
  margin-bottom: 16px;
  position: relative;
  color: #151536;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.16;
}
@media screen and (max-width: 1150px) {
  .capabilities__item h4 {
    margin-bottom: 1.33vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__item h4 {
    margin-bottom: 4vw;
    font-weight: 600;
    font-size: 6vw;
  }
}
.capabilities__item p {
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
  color: #707381;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1150px) {
  .capabilities__item p {
    margin-bottom: 1.33vw;
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__item p {
    margin-bottom: 4vw;
    font-size: 3.5vw;
  }
}
.capabilities__item-link {
  min-width: 180px;
  margin-top: auto;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .capabilities__item-link {
    min-width: 15vw;
  }
}
.capabilities__item-border {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}
@media screen and (max-width: 1150px) {
  .capabilities__item-border {
    height: 3.33vw;
    border-radius: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__item-border {
    height: 10vw;
    border-radius: 5vw;
  }
}
.capabilities__item-border:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 37px;
  top: -1px;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 20px;
}
@media screen and (max-width: 1150px) {
  .capabilities__item-border:after {
    height: 3.08vw;
    border-radius: 1.66vw;
  }
}
@media screen and (max-width: 600px) {
  .capabilities__item-border:after {
    border-radius: 5vw;
    height: calc(10vw - 1px);
  }
}
/*# sourceMappingURL=../sourcemaps/page-comparisons.css.map */
