.clutch-cover-image {
  background: var(--serious-dark-blue);
  padding-top: 130px;
}

.clutch-cover-title {
  font-size: 32px;
  max-width: 440px;
  color: white;
  font-weight: bold;
}

.clutch-cover-subtitle {
  margin-top: 1.5rem;
  font-size: 20px;
  color: white;
  max-width: 620px;
  line-height: 28px;
}

.clutch-cover-devices {
  max-height: 560px;
  position: absolute;
}

.clutch-cover-devices img {
  width: 65%;
}

.clutch-top-shapes {
  margin-top: -5%;
}

.calendly-wrap {
  height: 500px;
  position: relative;
  width: 100%;
}

.transform-wrapper {
  margin-top: -335px
}

.dark-blue-shape {
  margin-top: -50px;
}

.btn-teal {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--serious-teal);
  border-color: var(--serious-teal);
  color: var(--serious-off-white);
}

.why-us {
  padding-bottom: 200px;
}

.transform-mobile {
  display: none;
}

.transform-mobile-wrapper {
  display: none;
}

.btn-teal:hover {
  background: var(--serious-teal);
  color: var(--serious-off-white);
  border-color: var(--serious-teal);
}

.challenges-wrapper {
  padding-top: 150px;
}

@media screen and (max-width: 1800px) {
  .testimonials-top-shape {
    margin-top: -350px !important;
    background: var(--serious-dark-blue);
  }
}

@media screen and (max-width: 1400px) {
  .transform-wrapper {
    margin-top: 300px;
    margin-right: auto;
    margin-left: 0 !important;
    width:45% !important;
  }

  #calendly-embed {
    left: 0 !important;
  }

  .clutch-cover-devices img {
    width: 57%;
  }
}

@media screen and (max-width: 1200px) {
  .calendly-wrap {
    height: 750px;
    margin-top: -100px;
    z-index: 999;
  }

  .clutch-cover-image {
    padding-top: 150px;
  }

  .clutch-cover-devices img {
    display: none;
  }

  .clutch-top-shapes {
    transform: scaleX(-1);
    display: block !important;
    min-height: 140px;
  }

  .clutch-top-shapes-bottom {
    min-height: auto !important;
  }

  .transform-mobile-wrapper {
    display: block;
    padding-top: 200px;
    background: var(--serious-teal);
  }

  .transform-mobile {
    padding-top: 100px;
    display: block;
  }

  .dark-blue-shape-mobile {
    transform: scaleX(-1);
    min-height: 120px;
    margin-top: -30px;
  }

  .transform-wrapper {
    display: none !important;
  }

  .text-white-mobile {
    color: white !important;
  }

  .text-dark-mobile {
    color: var(--serious-dark-blue) !important;
  }
}

@media screen and (max-width: 960px){
  .dark-blue-shape {
    margin-top: 0;
    transform: scaleX(-1);
  }

  .why-us {
    padding-bottom: 300px;
    padding-top: 50px;
  }

  .clutch-mobile {
    width: 140% !important;
    right: 30%;
  }

  .transform-mobile-wrapper {
    padding-top: 100px;
  }
}
