.GetWyserSec .cards_row .card,
.GetWyserSec .cards_row,
.GetWyserSec .join_sec .join_row {
  display: flex;
}

.GetWyserSec .cards_row .card {
  flex-direction: column;
}

.GetWyserSec .join_sec .join_row {
  align-items: center;
}

.GetWyserSec {
  padding: 100px 0px;
}
.GetWyserSec .sec_head {
  transition: all 0.8s ease-in-out;
}
.GetWyserSec .sec_head .sub_title {
  opacity: 0.8;
}
.GetWyserSec .cards_row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .GetWyserSec .cards_row {
    margin: 0px -20px;
  }
}
@media (max-width: 767px) {
  .GetWyserSec .cards_row {
    margin: 0px -10px;
  }
}
.GetWyserSec .cards_row .card {
  padding: 30px 30px 20px;
  border-radius: 16px;
  background: linear-gradient(126deg, rgb(36, 36, 36) 0%, rgb(0, 0, 0) 100%);
  flex: 1;
  transition: all 0.8s ease-in-out;
}
.GetWyserSec .cards_row .card .card_title {
  min-height: 62px;
}
.GetWyserSec .cards_row .card .card_description {
  margin: 30px 0px 10px;
  max-width: 86%;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .GetWyserSec .cards_row .card .card_description {
    max-width: 100%;
    margin: 20px 0px 10px;
  }
}
.GetWyserSec .cards_row .card .card_icon {
  width: 70px;
  margin-top: auto;
  margin-left: auto;
}
.GetWyserSec .join_sec {
  padding: 100px 0px 0px;
}
.GetWyserSec .join_sec .join_row {
  background-image: url(/img/home/join_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 100px;
  justify-content: space-between;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .GetWyserSec .join_sec .join_row {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .GetWyserSec .join_sec .join_row {
    flex-direction: column;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .GetWyserSec .join_sec .join_row .text {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .GetWyserSec .join_sec .join_row .text .text_2xl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .GetWyserSec .join_sec .join_row .btn_div {
    margin-top: 30px;
  }
}
.GetWyserSec[data-scroll] {
  transition: all 0.8s ease-in-out;
}
.GetWyserSec[data-scroll="in"] .sec_head {
  transform: translateX(0);
}
.GetWyserSec[data-scroll="in"] .cards_row .card {
  transform: translateX(0);
}
.GetWyserSec[data-scroll="out"] .sec_head {
  transform: translateX(-100%);
}
.GetWyserSec[data-scroll="out"] .cards_row .card:nth-child(1) {
  transform: translateX(0%);
}
.GetWyserSec[data-scroll="out"] .cards_row .card:nth-child(2) {
  transform: translateX(-100%);
}
.GetWyserSec[data-scroll="out"] .cards_row .card:nth-child(3) {
  transform: translateX(-200%);
}
@media (max-width: 991px) {
  .GetWyserSec .progress {
    height: 2px;
    background-color: #ccc;
    margin-top: 40px;
  }
  .GetWyserSec .progress_bar {
    background-image: var(--color_gradient);
    height: 100%;
  }
}
@media (max-width: 991px) {
  .GetWyserSec {
    padding: 50px 0px;
  }
} /*# sourceMappingURL=GetWyserSec.module.css.map */
