.how-works-section {
  padding: 112px 0;
  position: relative;
}
.how-works-section h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 80px;
  color: #222e50;
  margin-bottom: 32px;
}
.how-works-section h2 span {
  font-size: 64px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  color: #5d8aa8;
}

.how-works-section h2 span sup{
  font-size: 12px !important;
  font-weight: 400;
  vertical-align: top !important;
  top: 0;
}

.video-thumbnail-wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.video-thumbnail-wrap > img {
  border: 6px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 20px -4px #bf271752;
}

.video-thumbnail-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-thumbnail-wrap .play-btn:focus {
  outline: none;
}

.how-works-section .only-for-desktop {
  display: block;
}

.how-works-section .only-for-mobile {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .how-works-section {
    padding: 56px 0;
    position: relative;
  }

  .how-works-section h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .how-works-section h2 span {
    font-size: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .how-works-section {
    padding: 36px 0;
  }

  .how-works-section h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .how-works-section h2 span {
    font-size: 40px;
  }

  .how-works-section h2 span sup{
    font-size: 8px !important;
    vertical-align: top !important;
  }

  .video-thumbnail-wrap > img {
    border: 3px solid #fff;
    border-radius: 25px;
  }

  .video-thumbnail-wrap .play-btn img {
    width: 45px;
  }

  .how-works-section .only-for-desktop {
    display: none;
  }

  .how-works-section .only-for-mobile {
    display: block;
  }
}
