.support-videos .secondary_nav_headline {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.support_page.support-videos {
  background-color: #fff;
}

.support-videos .header-section {
  padding: 60px 0;
  max-width: var(--max-width);
  margin: 0 auto;
}

.support-videos .block_1 h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: var(--secondary-font-color);
  margin-bottom: 32px;
  max-width: 1000px;
}

.support-videos .header-section h2 span {
  font-weight: 700;
}

.support-videos .block_1 p {
  color: var(--primary-font-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.support-videos .block_1 .video-card-section {
  margin-bottom: 41px;
}

.support-videos .block_1 .video-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 54px;
  align-self: stretch;
  max-width: 1135px;
  margin: 0 auto;
  padding: 41px 0;
}

.support-videos .block_1 .video-card-section.gray-bg {
  background-color: var(--second-nav-color);
}

.support-videos .block_1 .video-thumbnail {
  flex: 0 0 40%;
  position: relative;
}

.support-videos .block_1 .video-thumbnail-img {
  width: 100%;
  display: block;
  border-top: 5px solid #F5A800;
}

.support-videos .block_1 .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

.support-videos .block_1 .play-button img {
  width: 70px;
  height: 70px;
}

.support-videos .block_1 .video-info {
  flex: 1;
  padding: 16px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-videos .block_1 .video-info h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--secondary-font-color);
  margin-bottom: 31px;
}

.support-videos .block_1 .video-info p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: var(--primary-font-color);
}

.support-videos .block_1 .video-info p span {
  font-weight: 700;;
}

.support-videos .tout_container {
  max-width: 1135px;
  margin: -41px auto 0;
}

@media screen and (max-width: 768px) {
  .support-videos .header-section {
    padding: 40px 16px;
  }

  .support-videos .block_1 .video-card {
    flex-direction: column;
    gap: 30px;
  }

  .support-videos .block_1 .video-thumbnail {
    flex: 0 0 auto;
    max-width: 90%;
  }

  .support-videos .block_1 .video-info {
    padding: 16px;
  }

  .support-videos .block_1 h2 {
    margin-bottom: 24px;
  }

  .support-videos .block_1 .video-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .support-videos .left_bar:before {
    height: 25px;
  }

  .support-videos .block_1 .video-info p {
    font-size: 16px;
    font-weight: 400;
  }

  .support-videos .block_1 .video-card-section {
    margin-bottom: 0;
  }

  .support-videos .block_1 .video-info p span {
    font-weight: 600;
  }

  .support-videos .tout_container {
    margin-top: 0;
    max-width: 514px;
  }

  .support-videos .tout_container .tout {
    margin-bottom: 63px;
  }

  .support-videos .tout_container .tout.tout_what_to_expect {
    margin-bottom: 0;
  }

  .support_page.support-videos {
    padding-bottom: 0;
  }
}

@media screen and (max-width:1150px) {
  .support-videos .tout_container {
    padding: 0 15px;
  }
}

@media screen and (min-width: 769px) and (max-width:1140px) {
  .support-videos .header-section {
    padding: 60px 15px;
  }
}
