.naturalx-teaser-box{
 padding: 60px 19px;
 background: white;
}

.naturalx-teaser-box-inner{
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.naturalx-teaser-box-heading-wrapper{
  padding: 30px 0 40px 0;

}

.naturalx-teaser-box-heading-wrapper hr {
  width: 100%;
  border-bottom-width: 0;
  margin-bottom: -10px;
  color: black;
}
.naturalx-teaser-box-heading-wrapper h2 {
  margin-bottom: -10px;
  color: #04464F;
}
.naturalx-teaser-box-heading-wrapper h3 {
  color: #04464F;
  margin-top: 25px;
}


.natural-teaser-box-image {
  max-width: 450px;
}


.naturalx-teaser-box-image > div >img{
  height: auto;
  max-width: 100%
}
.naturalx-teaser-box-image {
  position: relative;
}

.teaser-tag {
  background: #B3FFC5;
  color: black;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 150%; /* 16.68px */
  letter-spacing: 0.556px;
}

.naturalx-teaser-box-text{
  padding: 20px 0;
}
a.naturalx.homepage {
  position: initial!important;
}
.naturalx-teaser-box-text img{
  margin-top: -10px;
  margin-bottom: 30px;
}

.naturalx-teaser-box-text p{
  color: #04464F;
}

.naturalx-teaser-box-text >h4{
  color: var(--naturalX-secondary-background);
  display: none;
}

.naturalx-teaser-box-link{
  padding-top: 10px;
  transition: 2s ease-out;

}

.naturalx-teaser-box-link > a{
  color: var(--naturalX-secondary-background);
  font-size: 1.25rem;
  line-height: 170%;
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-weight: 500;
  height: 34px;
  transition: 2s ease-out;
  text-transform: uppercase;
}

.naturalx-teaser-box-link > a::before{
  content: "";
  background: url("../assets/icons/arrow-left.svg") no-repeat center center;
  transform: rotate(180deg);
  position: absolute;
  display: block;
  width: 30px;
  height: 35px;
  display: none;
}

.naturalx-teaser-box-inner {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px){
  .naturalx-teaser-box{

    padding: 30px 60px 20px 27%;
  }

  .naturalx-teaser-box .naturalx-teaser-box-inner:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .naturalx-teaser-box .naturalx-teaser-box-inner:nth-child(odd) .naturalx-teaser-box-text {
    text-align: right;
    padding-right: 20px;
  }  
  .naturalx-teaser-box .naturalx-teaser-box-inner:nth-child(odd) .naturalx-teaser-box-link {
    right: 20px;
  }

  
  .naturalx-teaser-box-inner {
    margin-bottom: 100px;
  }

  .naturalx-teaser-box-inner{
    max-width: 990px;
    flex-direction: row
  }

  .naturalx-teaser-box-text {
    padding-left: 20px;
    max-width: 450px;
    position: relative;

  }

  .naturalx-teaser-box-link{
    position: absolute;
    bottom: 0
  }
}

@media screen and (min-width: 1100px){
  .naturalx-teaser-box{
    padding: 30px 90px 20px 19%
  }




}
