body.flip-page .section-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0 20px;
}
body.flip-page .section-hero .overlay-text {
  transform: translate(-20%, -50%);
}
body.flip-page .section-hero .overlay-text img {
  width: 600px;
}
body.flip-page .section-hero .hero-content-wrap {
  position: relative;
  transform: unset;
}
body.flip-page .section-hero .hero-content-wrap .hero-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}
body.flip-page .section-hero .hero-content-wrap .desc {
  color: #fff;
  opacity: 0.7;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-top: 50px;
}
body.flip-page .section-flip {
  padding: 120px 0;
  overflow: hidden;
}
body.flip-page .section-flip .content-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
  background-color: #191919;
  padding: 40px;
}
body.flip-page .section-flip .content-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
body.flip-page .section-flip .content-wrapper:last-child {
  border-bottom: unset;
}
body.flip-page .section-flip .content-wrapper .image-wrapper {
  position: relative;
  flex: 0 0 250px;
}
body.flip-page .section-flip .content-wrapper .image-wrapper .magazine-cover {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
body.flip-page .section-flip .content-wrapper .text-content {
  flex: 1;
}
body.flip-page .section-flip .content-wrapper .text-content .logo {
  max-width: 180px;
  margin-bottom: 25px;
}
body.flip-page .section-flip .content-wrapper .text-content .description {
  color: #888;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
body.flip-page .section-flip .content-wrapper .text-content .buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
body.flip-page .section-flip .content-wrapper .text-content .buttons .primary-btn {
  padding: 15px 40px;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s;
  color: #fff;
}
body.flip-page .section-flip .content-wrapper .text-content .buttons .primary-btn.read-more {
  background-color: #8b01e4;
}
body.flip-page .section-flip .content-wrapper .text-content .buttons .primary-btn.read-more:hover {
  background-color: #a624fd;
}
body.flip-page .section-flip .content-wrapper .text-content .buttons .primary-btn.check-website {
  background-color: #454545;
}
body.flip-page .section-flip .content-wrapper .text-content .buttons .primary-btn.check-website:hover {
  background-color: #565656;
}
@media (max-width: 1024px) {
  body.flip-page .section-flip .content-wrapper .image-wrapper {
    flex: 0 0 350px;
  }
}
@media (max-width: 768px) {
  body.flip-page .section-flip .content-wrapper {
    flex-direction: column !important;
    text-align: center;
    margin-bottom: 60px;
  }
  body.flip-page .section-flip .content-wrapper .image-wrapper {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    flex: unset;
  }
  body.flip-page .section-flip .content-wrapper .text-content .logo {
    margin: 0 auto 24px;
  }
  body.flip-page .section-flip .content-wrapper .text-content .buttons {
    justify-content: center;
  }
}/*# sourceMappingURL=style-flip.css.map */