/* Fonts */
.features {
  padding: 64px 0;
}
.features__outline, .features__sub, .features__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.features__title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
.features h3.features__title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
}
.features__desc {
  margin-bottom: 24px;
}
.features__actions {
  margin-top: 24px;
}
.features__actions a {
  margin-right: 16px;
}
.features__actions a:last-child {
  margin-right: 0;
}
.features__custom-list ul li {
  display: flex;
  position: relative;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.features__custom-list ul li:last-child {
  margin-bottom: 0;
}
.features__custom-list ul li span.icon {
  content: "";
  min-width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .features {
    padding: 32px 0;
  }
  .features__img {
    margin-top: 24px;
    display: block;
  }
  .features__img .media {
    text-align: center;
  }
  .features__actions a {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .features__actions a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .features h3.features__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .features__custom-list ul li {
    align-items: flex-start;
  }
}/*# sourceMappingURL=features.css.map */