.content-with-image {
  display: flex;
}
.content-with-image .column-inner-bg {
  display: none;
}
.content-with-image .content-with-image-col {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.content-with-image .column-inner-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-with-image .column-inner-wrap.animatedContent {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform 650ms linear 0s;
}
.content-with-image .column-inner-wrap.animatedContent.animate {
  transform: translate(0px, 0px);
}
.content-with-image .column-inner-bg {
  background-size: cover;
  background-position: center;
  transform: translateY(-90%);
  -webkit-transform: translateY(-90%);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: transform 650ms linear 0s;
}
.content-with-image .column-inner-bg.animate {
  transform: translate(0px, 0px);
}
.content-with-image .content-with-image-colR {
  padding: 3%;
}
.content-with-image .content-column-header {
  margin-bottom: 24px;
}
.content-with-image .heading-line {
  display: block;
  overflow: hidden;
  position: relative;
}
.content-with-image .heading-line > div {
  display: block;
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  transition: all 0.6s ease;
}
.content-with-image .heading-line > div.animate {
  transform: translate(0px, 0px);
}
.content-with-image .heading-line h1 {
  margin: 0;
  color: #49bced;
}
.content-with-image .content-column-texts {
  position: relative;
  width: 100%;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s ease;
}
.content-with-image .content-column-texts.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}
.content-with-image .content-column-texts p:last-child {
  padding-bottom: 0px;
}
.content-with-image.right {
  flex-direction: row-reverse;
}
.content-with-image .column-inner-image {
  transform: translateY(-90%);
  -webkit-transform: translateY(-90%);
  transition: all 0.6s ease;
  opacity: 0;
}
.content-with-image .column-inner-image.animate {
  transform: translate(0px, 0px);
  opacity: 1;
}
.content-with-image .column-inner-img img {
  position: relative;
  max-width: 100%;
  height: auto;
}

@media(min-width: 1000px){
  .content-with-image .column-inner-bg {
    min-height: auto !important;
  }




}


@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .content-with-image .heading-line h1 {
    font-size: 40.5px;
    line-height: 40.5px;
  }




}


@media only screen and (max-width: 1000px) and (min-width: 690px){
  .content-with-image .heading-line h1 {
    font-size: 37.8px;
    line-height: 37.8px;
  }



}



@media only screen and (min-width: 1px) and (max-width: 1000px){
  .content-with-image {
    display: flex;
    flex-wrap: wrap;
  }
  .content-with-image .content-with-image-col {
    width: 100%;
  }
  .content-with-image .content-with-image-colR {
    padding: 6%;
  }





}















