.event {
  width: 100%;
  text-align: center;
}

.form-event, .form-newsletter {
  margin-bottom: 50px;
}

.gender {
  padding: 0 20px;
}

.gender label {
  margin-left: 10px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  color: grey;
}

.radioButton-wrapper {
  display: flex;
  justify-content: center;
}

.event-cta {
  margin-bottom: 20px;
}

#motivation {
  width: 100%;
  margin: 20px 0;
  height: 60px;
  background-color: white;
  border: 1px solid grey;
  color: grey;
  font-size: 1.2rem;
  padding-left: 15px;
}

.redBorder {
  border: 1px solid darkred !important;
}

.videogrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  max-width: 1600px;
}

/* .videogrid .videocontainer { */
/*   display: flex; */
/*   align-items: center; */
/*   justify-content: flex-end; */
/* } */


#dpt-company-video {
  min-width: 700px;
  height: 450px;
}

.videogrid .container {
  width: 100%;
  max-width: 750px;
}

.videogrid .container h2 {
  width: 100%;
}

.videogrid .container p {
  width: 100%;
}

.navbar .container {
  width: initial;
}


#join-our-team {
  background-color: #2e3c48;
  border: 1px solid #2e3c48; 
  margin-left: 10px;
}


 #customers div {
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    border-radius: 5px;
}

#customers {
  display: grid;
  grid-template-columns: repeat(auto-fit, 150px);
  grid-gap: 10px;
  justify-content: center
}

#customers img {
  width: 100px;
}


@media only screen and (max-width: 1600px) {
  .videogrid .container:first-of-type {
    grid-area: cta;
  }

  .videogrid .videocontainer {
    grid-area: video;
  }

  .videogrid {
    grid-template-columns: inherit;
    grid-template-areas:
        "video"
        "cta";
    grid-gap: 50px;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 950px) {
  #dpt-company-video {
    min-width: inherit;
    width: 100%;
    margin: 0 auto;
    height: 450px;
    display: block;
  }
}

@media only screen and (max-width: 850px) {
  #dpt-company-video {
    min-width: inherit;
    width: 90%;
    margin: 0 auto;
    height: 450px;
  }
}
