.o-fch__heading {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-family: var(--ff-tertiary);
  color: var(--form-placeholder-color);
}
@media screen and (min-width: 768px) {
  .o-fch__heading {
    margin-bottom: 3.2rem;
  }
}
.o-fch__media {
  position: relative;
}
.o-fch__media--image img {
  max-width: 100%;
  height: auto;
}
.o-fch__media--image.desktop {
  display: none;
}
@media screen and (min-width: 990px) {
  .o-fch__media--image.desktop {
    display: block;
  }
}
.o-fch__media--image.mobile {
  display: block;
}
@media screen and (min-width: 990px) {
  .o-fch__media--image.mobile {
    display: none;
  }
}
.o-fch .a-tabs--small-space {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .o-fch .a-tabs--small-space {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .o-fch__navigation {
    display: none;
  }
}
.o-fch__navigation .m-swiper__arrow--next {
  right: 1.5rem;
  transform: translateY(-50%);
}
.o-fch__navigation .m-swiper__arrow--prev {
  left: 1.5rem;
  transform: translateY(-50%);
}
.o-fch__pagination {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .o-fch__pagination {
    margin-top: 2.5rem;
  }
}
.o-fch__pagination .swiper-pagination {
  position: relative;
}
.o-fch__pagination .swiper-pagination .swiper-pagination-bullet {
  height: 0.9rem;
  width: 0.9rem;
  margin: 0 1rem;
  background: transparent;
  border: 1px solid var(--color-primary);
}
.o-fch__pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}
.o-fch__content {
  margin-top: 3rem;
}
.o-fch__content--buttons, .o-fch__content--tags {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .o-fch__content--buttons, .o-fch__content--tags {
    flex-direction: row;
    gap: 1.5rem 3rem;
  }
}
.o-fch__content--buttons .a-link, .o-fch__content--tags .a-link {
  width: fit-content;
  white-space: nowrap;
}
.o-fch__content--buttons .a-tag, .o-fch__content--tags .a-tag {
  color: var(--color-primary-body);
  padding: 0;
  background-color: var(--color-primary-bg);
  border-bottom: 0.5px solid var(--color-primary-body);
  font-family: var(--ff-tertiary);
  font-weight: 500;
  text-decoration: none;
}
.o-fch__content--right-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .o-fch__content--right-content {
    margin-top: 2.5rem;
  }
}
.o-fch__content--column-1 {
  display: flex;
  flex-direction: column;
}
.o-fch__content--column-1 .o-fch__content--tags {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .o-fch__content--column-1 .o-fch__content--text,
  .o-fch__content--column-1 .o-fch__content--right-content {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .o-fch__content--column-2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .o-fch__content--column-2 .o-fch__content--text {
    flex-basis: 50%;
  }
  .o-fch__content--column-2 .o-fch__content--right-content {
    justify-content: flex-end;
    margin-top: 0;
    flex-basis: 50%;
    gap: 3rem;
  }
  .o-fch__content--column-2 .o-fch__content--tags {
    justify-content: flex-end;
    margin-top: 0;
  }
  .o-fch__content--column-2 .o-fch__content--buttons {
    justify-content: flex-end;
    margin-top: 0;
    flex-basis: 50%;
  }
}
