.naturalx-two-columns-wrapper{
  display: flex;
  flex-direction: column;
  min-height: 600px;
  height: auto;
  background-color: transparent;
  padding: 60px 16px;
  justify-content: flex-start;
  background: var(--naturalX-secondary-background)


}

.naturalx-two-column-expert-content > div:first-child {
  display: none;
}

.naturalx-two-column-expert-content{
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;


}

.naturalx-two-columns-head{
  width: 100%;
  color: var(--naturalX-main-white)
}

.naturalx-two-columns-head> :is(h2, h3){
  color: var(--naturalX-main-white)
}

.naturalx-two-columns-head.naturalx-p-small-font{
  line-height: 130%;
}

.naturalx-two-column-heading{
  width: 100%;
  line-height: 120%;
}

@media screen and (min-width: 768px) {


  .naturalx-two-columns-wrapper{
    padding: 30px 60px 20px 27%;
  }

  .naturalx-two-columns-head{
    max-width: 990px;
  }
  .naturalx-two-column-heading{
    max-width: 70%;
    line-height: 110%;
  }
 
}

@media screen and (min-width: 1100px) {
  .naturalx-two-columns-wrapper {
    padding: 120px 90px 80px 19%
  }

  .naturalx-two-column-expert-content{
    flex-direction: row;
    justify-content: flex-start;
    max-width: 1200px;


  }

}
