.hero-large {
  background-color: #ffff;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1rem 0;
  padding-top: 8rem;
  padding-bottom: 3rem;

}
/* .hero-large-left {
padding-inline: 2rem;
padding-block: 1rem;
} */
.hero-large-right {
position: relative;
}

.hero-large .row {
  align-items: center;
}

.hero-large h1 {
  margin-bottom: 1rem;
  font-weight: bolder;
}


.hero-large p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.hero-circle{
  width: 500px;
  height: 500px;
  background-color: #F6FCFF;
  background-image: linear-gradient(90deg, #f4fff6, #f0f5ff);
  border-radius: 50%;
  z-index: 0;
  position:absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  

}

.hero-large-image {
  text-align: right;
  position: relative;
  padding-top: 70%;
}
.hero-large-image-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  cursor: pointer;
}
.hero-large-image img {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0%;
  transform:  translateX(-50%);
  width: auto;
  z-index: 10;
}

.hero-large-image img.format2 {
  left: 75%;
}
.hero-large-image img {
  max-width: 100%;
}


@media only screen and (max-width: 1280px) {
  .hero-circle{
    width: 450px;
    height: 450px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-large-image {
    padding-top: 85%;
  }
  .hero-large {
    text-align: center;
    padding: 1rem 0 4rem;
    padding-top: 5rem;
  }

  .hero-large p {
    margin: 1rem 0 1.5rem;
  }
  .hero-large h1 {
    color: #001e35;
  }
  .hero-large-image {
    text-align: center;
    margin-top: 3rem;
  }
  .hero-large .button {
    width: 85%;
  }

  .hero-circle{
    width: 400px;
    height: 400px;
    margin-top: 2rem;
  }
  div#hero-button-secondary {
    margin-top: 1rem;
  }
    

}
@media only screen and (max-width: 768px){
  .hero-circle{
    display: none;
  }
  .hero-large{
    padding-bottom: 2rem;
  }
  .hero-large-image{
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .hero-large .row{
    flex-direction: column-reverse;
  }
  .hero-large-left{
    padding-top: 9.5rem;
  }
  div#hero-button-secondary {
    margin-top: 4.5rem;
  }
  .hero-large .button{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-large p{
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1078px) {
  div#hero-button-secondary {
    margin-top: 1rem;
  }
}
