.immersion-retreats .circle{
  background: url(https://explore.synthesisretreat.com/hubfs/backbg2.png);
  background-size: cover;
}
.circle{
  background: url(https://explore.synthesisretreat.com/hubfs/backbg2.png);
/*   background: url(https://explore.synthesisretreat.com/hubfs/Expansion%202022/Buy%20Box%20Background.png); */
  background-size: cover;
  backround-repeat: no-repeat;
  padding: 117px 20px 137px;
}
.circle__container{
  max-width: 890px;
  margin: 0 auto;
}
.circle__outer {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.immersion-retreats .circle__outer:after {
background-image: linear-gradient(270deg,#0f4c4b,#041d19);
}
.immersion-retreats .btn{
border: 2px solid #093633 !important;
color: #fff !important;
background: #093633 !important;
}
.circle__outer:after {
    content: '';
    background-image: linear-gradient(270deg,#0f4c4b,#041d19);
/*     background-image: linear-gradient(270deg,#500247D1 0%,#3F034FD1 100%); */
    position: absolute;
    mix-blend-mode: multiply;
    width: 900px;
    height: 900px;
    background-size: cover;
    border-radius: 50%;
}
.circle__inner{
  margin: 100px 20px;
  max-width: 100vw;
  padding: 0 40px;
  z-index: 1;
}
.circle__header{
  font-size: 80px;
  color: #fff;
  letter-spacing: 3.83px;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
}
.circle__subheader{
font-size: 24px;
color: #fff;
letter-spacing: 0;
text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.circle__dateloc{
font-size: 24px;
color: #fff;
letter-spacing: 0;
text-align: center;
  line-height: 29px;
}
.circle__tuition{
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.circle__disclaimer{
  padding: 0 65px;
}
.circle__disclaimer p, .circle__disclaimer span{
  font-weight: 400;
  line-height: 22px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.circle__footnote, .scholarship p{
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  padding: 0 20px;
}
.scholarship{
  width: 75%;
  margin: 1em auto 0;
}
@media(max-width: 768px){
  .circle__header{
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 2.01px;
  }
  .circle__subheader, .circle__dateloc, .circle__tuition{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    line-height: 19px;
    padding: 0 20px;
}
  .circle__subheader{
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .circle__tuition{
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .circle__disclaimer{
    padding: 0;
  }
  .circle__disclaimer p, .circle__disclaimer span{
  line-height: 17px;
  font-size: 14px;
}
  .btn
  border: 2px solid #093633 !important;
  color: #fff !important;
  background: #093633 !important;
}
  .circle .btn{
    margin: 20px 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .circle__footnote{
    font-weight: 300;
  }
  .scholarship{
    width: 100%;
  }
  .scholarship p, .circle__footnote{
    font-weight: 300;
    padding: 0;
  }
  .circle__outer:after {
    width: 920px;
    height: 920px;
}
}