.inner-hero .section-wrap{
  overflow: visible;
}

.inner-hero .container-wrap-narrow .flex-item {
 -webkit-box-flex: 1;-ms-flex: auto;flex: auto;
  max-width: none;
  min-width: initial;
  width: 100%;
}
 
.inner-hero h1 small {
  color: var(--primary);
}

.inner-hero p {
  font-size: 1.15em;
  color: var(--darkBlue);
}

.inner-hero .button {
  font-size: 0.75em;
}

/* column 2
/////////////// */
.inner-hero .img-tag {  
  max-width: calc(100% - 3em);
  margin-left: auto;
  position: relative;
}

.inner-hero .img-tag img {
  display: block;
  border-radius: 2.5em 0 2.5em 0;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}

.inner-hero.option-1 .center .pattern_bottom-left{
  margin-top: 3em;
}

.inner-hero .center .img-tag img {
  width: 100%;
}

@media(max-width:768px){
  .inner-hero .cols{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none;
    min-width: initial !important;
  }  

  .inner-hero .cols {
    text-align: center;
  }
}


/* OPTION 2 
///////////////*/
.inner-hero.option-2  {
  margin-bottom: 5.5em;
}

.inner-hero.option-2  .img-tag{
  margin-bottom: -8em;
}

.inner-hero .img-tag.pattern:before {
  content: "";
  position: absolute;
  left: -1.4em;
  bottom: -1.4em;
  background-image: url(/wp-content/uploads/2020/08/plus-patterns_square.svg);
  width: 7em;
  height: 7em;
}

/* narrow  */
.inner-hero.option-2 .container-wrap-narrow .img-tag{
  margin-top: 3em;
  max-width: calc(100% - 2em);
}

.inner-hero.option-2 .container-wrap-narrow .img-tag img{
  width: 100%;
  border-radius: 1em;
}

.inner-hero.option-2 .container-wrap-narrow .img-tag:before {
  top: -1.1em;
  left: -1.2em;
}

@media(min-width:769px){
  .option-2.inner-hero .col-1{
    margin-top: 2em;
  }  
}

@media(max-width:768px){
  .option-2.inner-hero .img-tag {
    max-width: calc(100% - 13em);
    margin: auto;
    margin-top: 1.5em;
  }

  .inner-hero.option-2 .container-wrap-narrow .img-tag{
    margin-top: 2em;
  }
}

@media(max-width:480px){
  .inner-hero.option-2 .img-tag {
    max-width: calc(100% - 3em);
  }
}

/* OPTION 3 */
.has-margin-top .col-1 {
  padding-bottom: 10em;
}

.has-margin-top .inner-hero_section-2 {
  margin-top: -16.5em;
}

.inner-hero_section-2 .featured-img-wrap{
  position: relative;
}

.inner-hero_section-2 .featured-img-wrap:before{
  content: "";
  position: absolute;
  left: -1.4em;
  bottom: -1.4em;
  background-image: url(/wp-content/uploads/2020/08/plus-patterns_square.svg);
  width: 7em;
  height: 7em;
  top: -1em;
}


.inner-hero_section-2 .featured-img {
  height: 25em;
  border-radius: 1em;
  margin-bottom: 1.5em;
}

@media(max-width:768px){
  .inner-hero_section-2 .featured-img {
    height: 18em;
  }

  .has-margin-top .inner-hero_section-2 {
    margin-top: -11em;
  }

  .has-margin-top .col-1 {
    padding-bottom: 6em;
  }
}

@media(max-width:480px){
  .inner-hero_section-2 .featured-img {
    height: 12em;
  }
}

















