section {
  padding: 0 2rem;
  width: 100%;
  margin-bottom: 3rem;
}

.headerNew a {
  color: white;
}
li{
  list-style-type: none;
}
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/images/websiteV3/home/homeIntro.png);
  padding-top: 12rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50rem;
  position: relative;
  color: white;

}

.intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 50rem;
  z-index: 1;
  pointer-events: none;
}

.introTxt {
  position: relative;
  z-index: 10;
  margin-top: 6rem;
}

.benfit {
  display: flex;
  flex-direction: column;
}

.benfit img {
  width: 4rem;
  height: 2.5rem;
}

.benfit h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.infoImgCont {
  position: relative;
  display: inline-block;
  margin-left: unset;
}

.infoImg {
  width: 20rem;
  height: 16rem;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}

.info {
  background-image: url(/images/websiteV3/driver/zedArrowAr.png);
  background-repeat: no-repeat;
  height: 60rem;
  align-items: center;
  background-position: top right ;
  background-size: 360px 350px;
  justify-content: center;
  flex-direction: column;

}

.infoTxt {
  width: 100%;
  justify-content: center;
  margin-top: 3rem;
}

.infoTxt h3,
.infoTxt p {
  margin-bottom: 3rem;
}

.pinkCont {
  background-image: url(/images/websiteV3/driver/zedArrow.png);
  background-repeat: no-repeat;
  height: 65rem;
  align-items: center;
  background-position: top left;
  margin-bottom: 0;
  background-size: 350px 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pink {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}


.pinkTxt {
  width: 100%;
  justify-content: center;
  margin-top: 3rem;
}

.pinkTxt h3,
.pinkTxt p {
  margin-bottom: 3rem;
}

.pink img {
  margin-right: unset;
}

.benfit {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.purplebtn {
  align-self: center;
  background-color: #984CFF;
  border-radius: 3rem;
  color: white;
  width: auto;
  padding: 0 5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  section {
    padding: 0 5rem;
    margin-bottom: 7rem;
  }

  .cardCont {
    flex-direction: row;
  }

  .card {
    width: 25rem;
  }

  .info {

    flex-direction: row;
    background-size: unset;
    justify-content: unset;
    height: 56rem;
  }

  .infoTxt {
    width: 35%;
  }

  .infoImg {
    width: 38rem;
    height: 37rem;
  }

  .infoTxt {
    margin-top: 1rem;
  }

  .infoTxt h3,
  .infoTxt p {
    margin-bottom: 3rem;
  }

  .infoImgCont {
    margin-left: 9rem;
  }

  .info2 img {
    width: 60%;
  }
  .pinkCont {
    height: 56rem;
    background-size: unset;
    flex-direction: row;
  }

  .pink {
    flex-direction: row;
    height: 56rem;
    background-size: unset;
  }

  .pink img {
    margin-right: 6rem;
  }

  .pinkTxt {
    width: 50%;
  }

  .pinkTxt h1 {
    font-size: 100px;
  }

}

@media (min-width: 1024px) {}

@media only screen and (min-width: 1365px) {}

@media only screen and (min-width: 1500px) {}

@media only screen and (min-width: 1700px) {}

@media (min-width: 2049px) {}