@media (max-width: 1200px) {

  .journey {
    gap: 40px 80px;
  }

  .step::before {
    font-size: 70px;
    left: -50px;
    font-size: 70px;
    left: -50px;
    top: 50px;
  }

  .arrow1,
  .arrow2,
  .arrow4,
  .arrow5 {
    width: 100px;
    left: 82%;
  }

  .arrow3 {
    top: 43%;
    left: unset;
  }

  .about-dropdowns {
    display: flex;
    flex-direction: column;
  }

  .about-dropdown {
    width: 100%;
  }

  .about-dropdown:first-of-type .about-dropdown-header:first-of-type {
    border-radius: 0px;
  }

  .images-text {
    top: 20%;
  }

  .claim-final-section {
    padding: 80px 10% !important;
  }

  .claim-final {
    flex-direction: column;
    gap: 36px;
  }

  .claim-final p {
    text-align: center;
  }

  footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  h1 {
    font-size: 20px;
    margin-bottom: 36px !important;
    margin: auto 48px;
    text-align: center;
  }

  .image-mask-top {
    width: 33%;
    padding-top: 0px;
  }

  .image-mask {
    width: 33%;
  }

  .images-text {
    width: 34%;
  }

  iframe {
    height: 400px;
  }
}


@media (max-width: 769px) {

  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 25px !important;
    margin-bottom: 24px !important;
  }

  p {
    font-size: 16px;
  }

  .btn {
    font-size: 20px;
  }

  .opportunities-section,
  .benefits-section,
  .journey-section,
  .blue-bg,
  .claim-final-section,
  section {
    padding: 40px 10%;
  }

  .blue-bg {
    padding-top: 40px;
  }

  .header-text p {
    font-size: 20px;
  }

  .benefit-header {
    font-size: 16px;
  }

  .arrow1,
  .arrow2,
  .arrow3,
  .arrow4,
  .arrow5 {
    display: none;
  }

  .offers {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .journey {
    margin-top: 32px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "step1"
      "step2"
      "step3"
      "step4"
      "step5"
      "step6"

  }

  .images-text {
    top: 20%;
  }

  .images-text h2 {
    font-size: 14px;
  }

  .our-values-section {
    padding: 0;
    margin-bottom: 30px;
  }

  .our-values-section p:last-of-type {
    font-size: 20px;
  }

  .claim-final p {
    font-size: 30px;
  }

  footer {
    padding: 30px;
  }

  footer p {
    font-size: 12px;
  }

  h1 {
    font-size: 20px !important;
    margin-bottom: 36px !important;
    margin: 0 !important;
    text-align: center;
  }

  .image-mask-top {
    width: 100%;
  }

  .image-mask {
    width: 100%;
  }

  .images-text {
    width: 100%;
    margin: 50px;
  }

  iframe {
    width: 70%;
    height: 300px;
  }

  .video-section {
    margin-bottom: 70px;
  }
}


@media (max-width: 425px) {

  .value-container {
    max-width: unset;
    height: unset;
  }

  h1 {
    font-size: 14px;
    margin-bottom: 36px !important;
    text-align: center;
  }

  .offer {
    width: 300px;
  }

  #scrollToTopButton {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }

  #scrollToTopButton i {
    font-size: 20px;
  }

  .video-section {
    margin-bottom: 40px;
  }

  iframe {
    width: 97%;
    height: 250px;
  }
}