.steps {
  margin-bottom: 200px;
}

.steps__inner {
  padding: 100px 140px;
  background-image: url("../../img/decorations/white-dots-decoration.svg");
  background-repeat: no-repeat;
  background-position: 50% 45px;
  background-size: 266px auto;
}
.steps__inner > .button {
  margin-bottom: 30px;
  margin-top: 115px;
}

.steps__inner .general-cta-wrapper p {
  font-size: 1.7rem;
}

.steps-card {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 117px;
       column-gap: 117px;
}
.steps-card .button-arrow-container {
  justify-content: flex-start;
}
.steps-card .button-arrow-container a {
  font-size: 1.7rem;
}
.steps-card .button-arrow-container a::after {
  width: 15px;
  height: 13px;
}

.steps-card:nth-child(even) .steps-card__inner .button-arrow-container {
  justify-content: flex-end;
}

.steps-card:last-of-type {
  margin-bottom: 0;
}

.steps-card__inner {
  width: 49%;
}
.steps-card__inner > img {
  display: inline-block;
  margin-bottom: 10px;
}
.steps-card__inner h4 {
  margin-bottom: 18px;
}

.step-card__image {
  width: 49%;
}

.steps__inner .steps-card:nth-child(odd) {
  flex-direction: row-reverse;
}

.steps__inner .steps-card:nth-child(odd) .steps-card__inner {
  text-align: left;
}

.steps__inner .steps-card:nth-child(odd) .step-card__image img {
  margin-left: auto;
}

.steps__inner .steps-card:nth-child(even) .steps-card__inner {
  text-align: right;
}

.steps__heading {
  max-width: 950px;
  margin: 0 auto 100px auto;
  padding: 0 100px;
}
.steps__heading p {
  font-size: 17px;
}
.steps__heading p:last-child {
  margin-bottom: 0;
}

.steps .steps__video-container {
  max-width: 750px;
  margin: 0 auto;
}
.steps .steps__video-container .decoration {
  left: -100px;
  top: unset !important;
  bottom: -70px;
}
.steps .steps__video-container .video-control img {
  height: 100%;
}
.steps .video-container {
  margin: 0 auto 200px auto;
}
.steps .video-container .play-button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.steps .steps-card__inner h1,
.steps .steps-card__inner h2,
.steps .steps-card__inner h3,
.steps .steps-card__inner h4,
.steps .steps-card__inner h5,
.steps .steps-card__inner h6 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

.steps .general-cta-wrapper .button {
  color: #4e3ffb;
}

.steps .steps__inner .general-cta-wrapper .button--primary:hover {
  color: #7DF4DC;
}
.steps .steps__inner .general-cta-wrapper .button--tertiary:hover {
  color: white;
}
.steps .steps__inner .general-cta-wrapper .button--fourth {
  color: white;
}
.steps .steps__inner .general-cta-wrapper .button--fourth:hover {
  color: white;
}

.steps .container .decoration {
  width: 211px;
  float: right;
  margin-top: -235px;
  margin-right: -200px;
}

/* RESPONSIVE */
/* Between width queries */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .steps-card__inner {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .text-and-card--text.padding-right-150 {
    padding: 0px !important;
  }
}
.steps.no-image .steps-card {
  margin-bottom: 70px;
}

/* Max widht queries */
@media (max-width: 1399px) {
  .steps .container {
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .steps .steps__inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  .steps .container .decoration {
    margin-right: -130px;
  }
}
@media (max-width: 991px) {
  .steps__inner {
    padding: 100px 40px;
    padding-top: 100px !important;
  }
  .steps {
    margin-bottom: 100px;
  }
  .steps .video-container {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 100px;
  }
  .steps .steps__heading {
    padding: 0;
  }
  .steps .container .decoration {
    display: none;
  }
}
@media (max-width: 767px) {
  .steps .steps-card {
    flex-direction: column !important;
    row-gap: 50px;
  }
  .steps .steps-card__inner,
  .steps .step-card__image {
    width: 100%;
  }
  .steps .steps-card__inner {
    text-align: center !important;
  }
  .steps .step-card__image img {
    margin: 0 auto;
  }
  .steps.no-image .steps-card {
    margin-bottom: 0;
  }
  .steps-card .steps-card__inner .button-arrow-container {
    justify-content: center !important;
  }
}
@media (max-width: 576px) {
  .steps .steps__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
