.test {
  display: flex;
}

.s3__cards-global-container {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

.s3__cards-container {
  width: 100%;
  padding: 5em;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 4em 2em;
  align-self: flex-start;

  @media(max-width: 480px) {
    padding: 2em;
    max-width: 100vw;
    justify-self: center;
    align-self: flex-start;
    gap: 22px;
    margin-top: 0;
  }
}

.s3__header-container {
  display: flex;
  padding: 0;
  flex-direction: row;
  align-items: space-evenly;
  justify-content: center;
  margin-top: 4rem;
  max-width: 80%;

  @media(max-width: 768px) {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.s3__header-image {
  width: 50% !important;
  @media(max-width: 768px) {
    width: 100% !important;
    height: auto;
  }
}

.s3__header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 0 4rem;
  line-height: 1.4;
  width: 50%;
  @media(max-width: 768px) {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.section7 {
  display: flex;
  justify-content: center;
}

.formWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}

.mktoForm {
  display: flex;
  align-items: center;
}

.section5__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;

  @media(max-width: 768px) {
    flex-direction: column;
  }
}

.section5__text-container {
  width: 60%;
  padding-left: 2rem;

  @media(max-width: 768px) {
    width: 100%;
    padding-left: 0;
  }
}

.section5__image {
  height: auto;
  margin-right: 2rem;
  object-fit: cover;
}

.meet__iframe {
  width: 50% !important;
  border: none;
  @media(max-width: 768px) {
    width: 90% !important;
  }
}

body{
  @media(max-width: 768px) {
    overflow-x: hidden;
  }
}