.section {
  position: relative;
  width: 100%; 
  height: 925px; 
  display: flex;
  align-items: left;
  justify-content: left;
  overflow: hidden;
}

.video-copy {
  z-index: 1;
  line-height: 1.5;
  width: 50%;
  padding: 100px 0px 0px 100px;
  color: #ffffff;

}

.video-copy h1 {
  font-family: "Varela Round", sans-serif;
  font-size: 35px !important; 
  /* letter-spacing: -2px; */
  padding-bottom: 20px;

}

.video-copy h2 
  font-family: "Varela Round", sans-serif;
  letter-spacing: 2px;
}

.video-copy p {
   font-family: "Arial thin", sans-serif;
    font-size: 24px;
    font-weight: 100;
}

.btn {
   font-size: 24px;
    font-style: normal;
    margin-top: 30px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; 
}

.color-overlay {
  position: absolute;
  background-image: url(https://6683744.fs1.hubspotusercontent-na1.net/hubfs/6683744/Synergy%20Group%202023/svg/faux-lighting-sphere-2.svg);
  background-repeat: no-repeat;
  opacity: 0.7;
  width: 200%;
  height: 1250px;
  margin-top: -8%; 
  margin-left: -20%; 
}
