.precon-hero {
align-items: center;
    background-position: 50% !important;
    background-size: cover !important;
    color: #fff;
    display: flex;
    min-height: 90vh;
    padding: 12% 20px;
    position: relative;
}

.precon-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding:0 20px;
  max-width: 1150px;
  margin: 0 auto;
}

.precon-hero p {
  font-size: 24px;
  color: #fff;
  border-left: 2px solid #fd9402;
  padding-left: 20px;
  margin-top: 25px;
  line-height: 37px;
}

.precon-hero .left {
  max-width: 600px;
  position: relative;
     top: -40px;
  text-align: left;
}

.precon-hero .right {
     text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
      align-items: center;
}

.precon-hero .date {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.precon-hero .month {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.precon-hero .btn {
  background-color: #fd9402;
  transition: all 0.3s;
  font-size: 20px;
  padding: 17px 44px;
}

.precon-hero .btn:hover {
  background-color: #fff;
  color: #fd9402;
}

.precon-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #00000063;
    backdrop-filter: blur(2px);
}

.precon-hero::after {
  content: "";
  background-image: url(https://7577968.fs1.hubspotusercontent-na1.net/hubfs/7577968/wave.png);
  width: 100%;
  height: 300px;
  background-size: cover;
  position: absolute;
  bottom: -70px;
  left: 0;
  background-position: right;
}

.precon-hero .logo {
  max-width: 335px;
   
}

@media (max-width: 1000px) {
        .precon-hero {
 
        padding-top: 100px;
    }
  .precon-hero .left {
    max-width: none;
    top: 0;
    text-align: center;
  }

  .precon-hero {
    min-height: 90vh;
  }

  .precon-hero .btn {
    padding: 12px 24px;
  }

  .precon-hero .container {
    flex-direction: column;
    text-align: center;
  }

  .precon-hero p {
    border-left: 0;
    padding: 0;
  }

  .precon-hero .left,
  .precon-hero .right {
    max-width: 100%;
  }

  .precon-hero .title {
    font-size: 3rem;
  }

  .precon-hero .date {
    font-size: 3.5rem;
  }
}

@media (max-width: 600px) {
  .precon-hero p {
    font-size: 19px;
    line-height: 25px;
  }
  
    .precon-hero {
  padding-left:0;
         padding-right: 0;
      padding-bottom: 240px;
 
    }
  .precon-hero .logo {
    max-width: 100%;
    padding: 25px 25px 0 25px;
}
.precon-hero {
 
    min-height: 90vh;
 
}