.adv-content .col-1 .image {
  position: relative;
}

/* add curves to image and icon  
///////////////////////////////*/
.adv-content .image-curve .image {
  position: relative;
  max-width: calc(100% - 3em);
  width:auto;
  display: inline-block;
  margin-top: 3em;
}

.adv-content .col-1 .image .span-icon {
  position: absolute;
  width: 5.5em;
  height: 5.5em;
  background-color: white;
  right: 0.5em;
  border-radius: 100%;
  top: 0.5em;
  box-shadow: 0px 0px 0px 0.4em rgb(241 89 42 / 24%),
    0px 0px 0px 0.75em rgb(241 89 42 / 30%);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  right: -5%;
  top: -6%;
  z-index: 2;
}

.adv-content .image-curve .img-tag {
  display: inline-block;
  position: relative;
}

.adv-content .image-curve .img-tag img{
  display: block;
  border-radius: 2.5em 0 2.5em 0;
  box-shadow: var(--shadow);
  width: 100%;
}

.adv-content .col-1 .img-tag img{
  position: relative;
  z-index: 1;
}

.adv-content .image-curve .img-tag:before{
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2020/08/plus-patterns_square.svg);
  left: auto;
  right: -1.4em;
  top: 5em;
  width: 7em;
  height: 7em;
}

.adv-content .reverse-order .image-curve .img-tag:before{
  left: -1.4em;
  right:auto;  
}



/* reverse order  */
@media (min-width: 769px) {
  .adv-content .reverse-order .image .span-icon {
  right: auto;
  left:-5%;
 }

 .adv-content .reverse-order .col-1{
  text-align: right;
 }

 .adv-content .reverse-order .image-curve .image{
  margin-left: auto;
  
 }

 .adv-content .reverse-order .image-curve .img-tag img{
  border-radius: 0 2.5em 0 2.5em;
 }

 

} 

@media (max-width: 980px) {
  .adv-content .col-1 .image .span-icon {
    width: 4em;
    height: 4em;
  }
}
@media (max-width: 768px) {
 .adv-content .cols{
  -webkit-box-flex:1;-ms-flex:auto;flex:auto;
  max-width:none;
  min-width:initial !important;
 }

 .adv-content .col-1 .image .span-icon{
  width: 4.3em;
  height: 4.3em;
 }

 
 .adv-content .image-curve .image{
  max-width: calc(500px - 3em);
 }

 .adv-content .col-1:not(.image-curve) .image{
  max-width: calc(500px);
 }

 .adv-content .col-1 .img-tag{
  margin-bottom: 1em;
 }

 .adv-content .reverse-order .image-curve .img-tag:before{
  left: auto;
  right: -1.4em;
 }
}

@media (max-width: 533px) {
  .adv-content .image-curve .image{
  max-width: calc(100% - 2em);
 }
}








/* Custom Class 
///////////////////////*/
/* overlap  */
@media (min-width: 769px) {
  .adv-content.overlap_white .col-1 {
    margin-top: -9em;
  }

  .adv-content.overlap_white {
    margin-top: 14em;
  }

  .adv-content.overlap_white {
    overflow: visible;
  }
}

@media (max-width: 1000px) and (min-width: 932px) {
  .adv-content.overlap_white {
    margin-top: 9em;
  }

  .adv-content.overlap_white .col-1 {
    margin-top: -9em;
  }
}

@media (min-width: 932px) {
  .adv-content.overlap_white .col-2 {
    padding-top: 2em;
  }
}

@media (max-width: 931px) {
  .adv-content.overlap_white.pt0 {
    padding-top: 3em;
  }

  .adv-content.overlap_white .cols {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none;
    min-width: initial;
  }

  .adv-content.overlap_white .image img {
    max-width: 23em;
    width: 100%;
  }
}


/* MISSION AND VISION  */
.adv-content.mission-vision .col-2 {
  font-size: 1.15em;
}

.adv-content.mission-vision .vision {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #dedede;
}

.adv-content.mission-vision .col-2 h3 {
  margin-bottom: 0.1em;
}



/* LARGE IMAGE 
/////////////////// */
@media(min-width:1100px){
.large-image .img-tag {
  width: 700px;
  max-width: none;
}
}

/* SIMPLE FLOATING ICON 
////////////////////////*/
.content-floating-logo{
  position: relative;
}

.content-floating-logo:before {
  content: "";
  position: absolute;
  width: 6em;
  height: 6em;
  background-size: contain;
  background-image: url(/wp-content/uploads/2020/07/logo-spokenhere_icon.svg);
  left: auto;
  right: -4em;
  opacity: 0.1;
  top: -3.5em;
}

@media(max-width:480px){
  .content-floating-logo:before{
    right: 0;
    width: 4em;
    top: -2em;
    height: 4em;
  }
}