.content-colsmall-small {
  padding: 48px 0px;
  overflow: hidden;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.content-colsmall-flex {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  align-items: flex-start;
}

.content-colsmall-left {
  position: relative;
  width: 55%;
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
}

.content-colsmall-left img {
 width: 100%; 
}

.content-colsmall-right {
  width: 45%;
  padding-left: 80px;
}



.content-colsmall-right .module__section-title-wrapper--layout {
  text-align: left;
  align-items: baseline;
}

.content-colsmall-right .module__section-title-wrapper--layout {
  margin: 0;
}

.content-colsmall-right p {
  margin: 0;
}

.content-colsmall-right h4 {
  margin-bottom: 12px;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #121733;
  text-transform: none;
}

.content-colsmall-rightcontent {
  max-width: 95%;
}

.content-colsmall-rightcontent p, .content-colsmall-rightcontent li {
font-family: var(--inter-font-stack);
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.02em;
text-align: left;
color: #7F7D83;
 
}

.section_header {
  max-width: 95%;
}

.section_header h4 {
font-family: var(--inter-font-stack);
font-size: 48px;
font-weight: 600;
line-height: 57.6px;
letter-spacing: -0.03em;
text-align: left;
color: var(--MN-Indigo-Blue-500, #28315C);

}
/*/
@media screen and (max-width: 1160px) {
  .content-colsmall-small {
    padding: 99px 0px 141px;
  }

  .content-colsmall-right {
    padding-left: 92px;
  }

  .content-colsmall-flex {
    align-items: center;
  }
}
/*/
@media screen and (max-width: 1160px) {
  .content-colsmall-left {
    width: 100%;
  }

  .content-colsmall-right {
    width: 100%;
    padding-left: 0;
    padding-top: 70px;
  }

  .content-colsmall-small {
    padding: 24px 0px 64px;
    width: 90%;
  }


  .content-colsmall-rightcontent {
    max-width: 100%;
  }

  .content-colsmall-left {
    justify-content: center;
  }
  
  .content-colsmall-flex {
    display: block;
  }
}

.content-colsmall-flex.reverse .content-colsmall-left {
  order: 2;
  margin: 0 0 0 auto;
}

.content-colsmall-flex.reverse .content-colsmall-right {
/*/  top: 0; /*/
  order: 1;
  left: 0;
  padding-left: 0px;
}



.content-colsmall-flex.reverse {
  padding-bottom: 0;
  padding-top: 90px;
}



/*/ animations /*/
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

