.How.site-container,
.Video.site-container {
  background: var(--bacground);
}

.Video.site-container .content {
  width: 50%;
}

.How {
  padding: 2.625rem 1.6rem;
}

.How .how-slide {
  border-radius: 5px;
  perspective: 1000px;
  width: calc((100% / 4) - 72px);
}

.How .img-container {
  width: 100px;
  height: 100px;
  background: var(--color-500);
  border-radius: 5px;
}

.How .img-container img {
  width: 60px;
  height: 60px;
  filter: invert(1);
}

.flip-card {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
}
.front-slide,
.back-slide {
  background: var(--white);
}

.front-slide {
  gap: 8px;
}

.back-slide {
  transform-style: preserve-3d;
  transform: rotateX(180deg);
  inset: 0;
}

.back-slide p,
.front-slide p {
  font-size: 1.2rem;
}
.back-slide span {
  font-size: 0.8rem;
}
.back-slide a {
  color: var(--netu-50);
}

.How .how-slide:hover .flip-card {
  transform: rotateX(180deg) rotateY(0);
}

@media (width <= 992px) {
  .Video.site-container .content {
    width: 100%;
  }
  .How .how-slide {
    width: calc((100% / 2) - 48px);
  }
}

@media (width <= 576px) {
  .How .how-slide {
    width: calc(100% - 24px);
  }
}
