.features-block[data-v-803b93a1] {
  position: relative;
  overflow: hidden;
  scroll-margin-top: var(--scroll-margin);
}
.features-block .floating-bol[data-v-803b93a1] {
  position: absolute;
  width: 200px;
}
.features-block .floating-bol.bol-1[data-v-803b93a1] {
  bottom: 1rem;
  left: -75px;
}
.features-block .floating-bol.bol-2[data-v-803b93a1] {
  top: 1rem;
  right: -75px;
}
.features-block header[data-v-803b93a1] {
  padding-top: 5rem;
}
.features-block header h2[data-v-803b93a1] {
  margin-bottom: 0.5rem;
}
.features-block header p[data-v-803b93a1] {
  text-transform: uppercase;
}
.features-block .cta-buttons[data-v-803b93a1] {
  display: flex;
  justify-content: center;
  padding: 2rem 0 5rem;
}
.features-block .feature-list[data-v-803b93a1] {
  padding: 7rem 2rem 3rem;
}
.features-block .feature-list ul[data-v-803b93a1] {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.features-block .feature-list ul h3[data-v-803b93a1],
.features-block .feature-list ul p[data-v-803b93a1] {
  transition: all 0.4s ease;
}
.features-block .feature-list ul:hover li[data-v-803b93a1] {
  filter: grayscale(1);
}
.features-block .feature-list ul:hover li h3[data-v-803b93a1],
.features-block .feature-list ul:hover li p[data-v-803b93a1] {
  opacity: 0.5;
}
.features-block .feature-list li[data-v-803b93a1] {
  width: 30%;
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: var(--shadow-default);
  padding: 2rem 1.25rem;
  position: relative;
  transition: all 0.4s ease;
}
.features-block .feature-list li[data-v-803b93a1]:hover {
  transform: scale(1.1);
  filter: grayscale(0) !important;
}
.features-block .feature-list li:hover h3[data-v-803b93a1],
.features-block .feature-list li:hover p[data-v-803b93a1] {
  opacity: 1 !important;
}
@media (max-width: 849px) {
.features-block .feature-list ul[data-v-803b93a1] {
    flex-direction: column;
    gap: 7rem;
}
.features-block .feature-list li[data-v-803b93a1] {
    width: 100%;
}
}
.features-block .feature-list h3[data-v-803b93a1] {
  font-weight: var(--bold);
  font-size: 140%;
  text-align: center;
  margin-bottom: 2rem;
}
.features-block .feature-list figure[data-v-803b93a1] {
  display: flex;
  justify-content: center;
  position: relative;
  height: 75px;
}
.features-block .feature-list figure > img[data-v-803b93a1] {
  position: absolute;
  bottom: 1rem;
  max-width: 200px;
}