.animated-hero{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.animated-hero .hero-content {
  display: flex;
  width: 100%;
  gap: 68px;
  justify-content: space-between;
  align-items: center;
}
.animated-hero .text-container {
  display: flex;
  align-items: center;
  gap: 40px 55px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  justify-content: start;
/*   width: 61%; */
  position: relative;
  z-index: 3;
}
.animated-hero .text-wrapper {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  width: 825px;
  flex-direction: column;
  justify-content: start;
  margin: auto 0;
}
.animated-hero .text-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
}
.animated-hero .hero-title {
  color: #fff;
  width: 706px;
  max-width: 100%;
  margin: 0;
}
.animated-hero .hero-description {
  margin-top: 39px;
}

.contact-hero.hero-innerpage .hero-description {padding-right: 6px;}
.animated-hero .image-container {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0px;
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
}

.animated-hero.video-hero .image-container,
.animated-hero.newsroom-hero .image-container,
.animated-hero.about-hero .image-container,
.animated-hero.case-study-hero .image-container,
.animated-hero.research-hero .image-container,
.animated-hero.event-hero .image-container,
.animated-hero.usecases-hs .image-container,
.animated-hero.contact-hero .image-container{
  width:43%;
  height: 100%;
  overflow: hidden;
  transform: translateY(-50%);
}

.animated-hero.usecases-hs .image-container{top: 50%;}
.animated-hero.video-hero .image-container{top: 45%;}
.animated-hero.newsroom-hero .image-container,
.animated-hero.research-hero .image-container,
.animated-hero.contact-hero .image-container{top:40%;}
.animated-hero.contact-hero .image-container{right: 10%; width:20%;}
.animated-hero.about-hero .image-container,
.animated-hero.case-study-hero .image-container,
.animated-hero.event-hero .image-container{top:37%;}
.animated-hero .hero-image {height: auto;}

@media (max-width: 1440px){
  .animated-hero .hero-content{
    gap: 20px;
  }
  .animated-hero.contact-hero .image-container{right: 0%;}
}
@media (min-width:1080px){

}
@media (min-width: 992px) and (max-width: 1080px){
  .animated-hero .hero-image {
    width: 100%;
  }
 
}
@media (min-width: 768px) and (max-width: 991px){
  .hero-innerpage.about-hero-section {
    padding-bottom: 52px;
  }
}

@media (max-width: 991px) {
  .animated-hero .hero-content {
    max-width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 40px;
  }
  
  .animated-hero .text-container {
    max-width: 100%;
    width: 100% !important;
  }
  .animated-hero .text-content {
    max-width: 100%;
  }
  .animated-hero.research-hero .hero-title {
    max-width: 63%;
  }
  .animated-hero .hero-title {
    max-width: 100%;
  }
  .animated-hero .hero-description {
    max-width: 100%;
  }
  .animated-hero .image-container{
    top:55px;
  }
   .animated-hero.contact-hero .image-container{top: 25%;}
}

@media (min-width: 768px) and (max-width: 834px){
  .animated-hero .image-container{top:20px;}
}
@media (max-width: 767px){
  .animated-hero .hero-description p,
  .animated-hero .hero-description p span{line-height:28px;}
  .animated-hero .image-container{top:100px;}
  .animated-hero .hero-image { width: 100%; }
  .animated-hero .hero-description {margin-top: 20px; }  
  .animated-hero.research-hero .hero-title{max-width: 100%;}
  .animated-hero.usecases-hs .image-container,
  .animated-hero.newsroom-hero .image-container,
  .animated-hero.about-hero .image-container,
  .animated-hero.contact-hero .image-container,
  .animated-hero.video-hero .image-container,
  .animated-hero.research-hero .image-container,
  .animated-hero.event-hero .image-container,
  .animated-hero.case-study-hero .image-container{display:none;}
   
}


/* Target Safari on older iPhones (Safari 12 and below) */
@media not all and (min-resolution: 0.001dpcm) and (min-width: 320px) {
  @supports (-webkit-appearance:none) {
    .animated-hero .text-container{
      margin-top: 40px;
    }
  }
}
