body {
  font-family: "Open Sans", sans-serif;
}
:root {
  --primary-green: #017a35;
}
.hero-image {
  width: 100% !important;
}
.hero-image {
  max-width: 100vw;
  overflow: hidden;
}
.integrated-solutions-hero-image {
  height: 70vh;
  position: relative;
}

.integrated-solutions-hero-image::before {
  background-image: url(../images/banner-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.78;
}
.integrated-solutions-hero-image .text-content,
.interactive-infograhic .img-section {
  padding: 20px;
}
.integrated-solutions-hero-image .text-content {
  height: 100%;
  padding-left: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  -webkit-mask: linear-gradient(290deg, transparent 27%, #fff 27%) top right;
  -webkit-mask-size: 2000px 2000px;
  -webkit-mask-repeat: no-repeat;
  mask: linear-gradient(290deg, transparent 27%, #fff 27%) top right;
  mask-size: 2000px 2000px;
  mask-repeat: no-repeat;
}
.integrated-solutions-hero-image .text-content::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.78;
  background-color: #e3f2fb;
  z-index: -1;
}
.integrated-solutions-hero-image .text-content h2,
.integrated-solutions-hero-image .text-content p {
  width: 70%;
}
.integrated-solutions-hero-image .text-content h2 {
  color: #002f6d;
  font-family: Noto Serif;
  font-size: 40px;
}
.integrated-solutions-hero-image .text-content h2,
.integrated-solutions-hero-image .text-content p {
  width: 70%;
}
.integrated-solutions-hero-image .text-content p {
  font-size: 24px;
}
.integrated-solutions-hero-image .text-content p {
  margin-bottom: 10px;
}
.integrated-solution-page p:empty {
  margin: 0;
  padding: 0;
}
.btn-success {
  background-color: var(--primary-green) !important;
  border-color: var(--primary-green) !important;
}
.integrated-solutions-hero-image .text-content a {
  max-width: 55%;
  background-color: var(--primary-green);
  border-color: var(--primary-green);
}
#carouselIntegratedSolutions ol.carousel-indicators {
  position: absolute;
  max-width: 100px;
  bottom: -45px;
  padding: 0;
  margin: 0;
}
#carouselIntegratedSolutions ol.carousel-indicators li{
  background-color: #002f6d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
h5.click-icon-h5 {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 15px;
  z-index: 15;
}
.interactive-infograhic .img-section {
  display: flex;
  height: 100%;
  align-items: center;
  margin: auto;
  position: relative;
}
.interactive-infograhic .img-section .float-items {
  position: absolute;
  z-index: 2;
}
.interactive-infograhic .img-section .float-items a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s;
}
.interactive-infograhic .img-section .float-items a:hover {
  transform: scale(1.15);
}
.interactive-infograhic .img-section .float-items h6 {
  margin: 0 15px;
  max-width: 100px;
}
.interactive-infograhic .img-section .float-items:nth-child(1) {
  right: 245px;
  top: 70px;
}
.interactive-infograhic .img-section .float-items:nth-child(2) {
  right: 115px;
  top: 230px;
}
.interactive-infograhic .img-section .float-items:nth-child(3) {
  right: 115px;
  top: 420px;
}
.interactive-infograhic .img-section .float-items:nth-child(4) {
  right: 265px;
  bottom: 80px;
}
.interactive-infograhic .img-section .float-items:nth-child(5) {
  left: 155px;
  bottom: 70px;
}
.interactive-infograhic .img-section .float-items:nth-child(5) a {
  flex-direction: row-reverse;
}
.interactive-infograhic .img-section .float-items:nth-child(6) {
  left: 25px;
  bottom: 230px;
}
.interactive-infograhic .img-section .float-items:nth-child(6) a {
  flex-direction: row-reverse;
}
.interactive-infograhic .img-section .float-items:nth-child(7) {
  left: 25px;
  top: 210px;
}
.interactive-infograhic .img-section .float-items:nth-child(7) a {
  flex-direction: row-reverse;
}
.interactive-infograhic .img-section .float-items:nth-child(8) {
  left: 130px;
  top: 70px;
}
.interactive-infograhic .img-section .float-items:nth-child(8) a {
  flex-direction: row-reverse;
}
.interactive-infograhic .img-section::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-mask: linear-gradient(110deg, transparent 27%, #fff 27%) top left;
  opacity: 0.78;
  background-color: #002f6d;
  left: -53%;
}
.interactive-infograhic .img-section .hero-image {
  width: 96% !important;
  object-fit: cover;
  object-fit: contain;
  z-index: 1;
  margin-left: -4%;
  height: auto;
  max-height: 680px;
  padding: 80px;
}

@media (orientation: portrait) {
  .integrated-solution-page .integrated-solutions-hero-image {
    height: unset;
    min-height: unset;
  }
}
@media (max-width: 1536px) {
  .integrated-solutions-hero-image .text-content h2 {
    font-size: 36px;
  }
  .integrated-solutions-hero-image .text-content p {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .integrated-solutions-hero-image .text-content h2 {
    font-size: 30px;
  }
  .integrated-solutions-hero-image .text-content p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .integrated-solutions-hero-image .text-content h2 {
    font-size: 24px;
  }
  .integrated-solutions-hero-image .text-content p {
    font-size: 14px;
  }
}

.main-menu-landing-hero-mobile {
  display: none;
}
.main-menu-landing-hero-mobile {
  height: fit-content;
}
.main-menu-landing-hero-mobile-bg {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background: linear-gradient(
    90deg,
    rgba(203, 240, 245, 0.39) 50%,
    rgba(250, 252, 253, 1) 100%
  );
  margin: 8px;
  padding: 0px 0px;
}
.integrated-solution-page .main-menu-landing-hero-mobile-bg {
  background: #002f6d;
}
.integrated-solution-page .main-menu-landing-hero-mobile p,
.integrated-solution-page .main-menu-landing-hero-mobile h1 {
  color: #fff;
  margin-bottom: 0px;
}
.main-menu-landing-hero-mobile-bg h1 {
  font-size: 22px;
  font-family: "Noto Serif";
  font-weight: 400;
  text-align: center;
  width: 95%;
  color: #254d81;
  margin-bottom: 5px !important;
  margin: auto;
  position: relative;
}
.integrated-solution-page .main-menu-landing-hero-mobile h1 {
  padding-bottom: 15px;
}
.main-menu-landing-hero-mobile img {
  height: 275px;
  width: 90%;
  left: 5%;
  object-fit: cover;
  z-index: 1;
  max-height: 70vh;
  margin-bottom: 1rem;
}
.integrated-solution-page .main-menu-landing-hero-mobile img {
  object-fit: contain;
}
.hero-image {
  max-width: 100vw;
  overflow: hidden;
}

@media (min-width: 1537px) and (max-width: 1745.99px) {
  .interactive-infograhic .img-section .float-items {
    transform: scale(0.8);
  }
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 210px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: 85px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: 85px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 225px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 135px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: 5px;
    bottom: 230px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: 0px;
    top: 220px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 120px;
    top: 70px;
  }
}

@media (max-width: 1690px) {
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 225px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: 55px;
    top: 230px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: 55px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 235px;
    bottom: 70px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 130px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: 15px;
    bottom: 220px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -15px;
    top: 220px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 120px;
    top: 80px;
  }
}

@media (max-width: 1600px) {
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 195px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: 35px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: 35px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 205px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 110px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -5px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -40px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 100px;
  }
}

@media (min-width: 1281px) and (max-width: 1536.99px) {
  .interactive-infograhic .img-section .float-items {
    transform: scale(0.8);
  }
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 155px;
}
.interactive-infograhic .img-section .float-items:nth-child(4) {
  right: 175px;
}
.interactive-infograhic .img-section .float-items:nth-child(5) {
  left: 90px;
}
.interactive-infograhic .img-section .float-items:nth-child(6) {
  left: -45px;
}
.interactive-infograhic .img-section .float-items:nth-child(7) {
  left: -50px;
}
.interactive-infograhic .img-section .float-items:nth-child(8) {
  left: 80px;
}
}

@media (max-width: 1366px) {
  .interactive-infograhic .img-section .hero-image {
    width: 90% !important;
  }
  .interactive-infograhic .img-section .float-items img {
    height: 80px;
    object-fit: contain;
  }
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 160px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: 35px;
    top: 200px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) img {
    height: 60px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: 35px;
    top: 355px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) img {
    height: 65px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 180px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 65px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) img {
    height: 75px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -50px;
    bottom: 195px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) img {
    height: 75px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) img {
    height: 70px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -60px;
    top: 195px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 50px;
    top: 70px;
  }
}

@media (max-width: 1280px) {
  .interactive-infograhic .img-section .float-items {
    transform: scale(0.7);
  }
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 140px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: 45px;
    top: 190px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: 50px;
    top: 315px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 150px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 50px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -40px;
    bottom: 175px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -40px;
    top: 180px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 30px;
  }
}

@media (max-width: 1200px) {
  .interactive-infograhic .img-section .hero-image {
    width: 100% !important;
  }
  .interactive-infograhic .img-section .float-items img {
    height: 60px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) img {
    width: 60px;
  }
  .interactive-infograhic .img-section .float-items h6 {
    margin: 0 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 130px;
    top: 80px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: 5px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: 5px;
    top: 335px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) img {
    height: 55px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 130px;
    bottom: 80px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 85px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) img {
    height: 60px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -10px;
    bottom: 185px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) img {
    height: 65px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -40px;
    top: 185px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) img {
    height: 60px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 70px;
    top: 80px;
  }
}

@media (max-width: 1024px) {
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 80px;
    top: 100px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: 5px;
    top: 185px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: 0px;
    top: 300px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 90px;
    bottom: 100px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 50px;
    bottom: 100px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -25px;
    bottom: 180px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -20px;
    top: 185px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 40px;
    top: 100px;
  }
  .interactive-infograhic .img-section .float-items img {
    height: 50px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) img {
    width: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) img {
    height: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) img {
    height: 50px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) img {
    height: 55px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) img {
    height: 50px;
  }
}


@media (max-width: 991.99px) {
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 90px;
    top: 100px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 90px;
    bottom: 105px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 50px;
    bottom: 100px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 40px;
    top: 100px;
  }
}


@media only screen 
and (min-device-width : 820px) 
and (max-device-width : 1180px) 
and (orientation : portrait) { 

  .interactive-infograhic .img-section .hero-image {
    padding: 40px;
  }
  .interactive-infograhic .img-section .float-items {
    transform: scale(0.6) !important;
  }
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 40px;
    top: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: -30px;
    top: 115px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: -30px;
    top: 220px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 45px;
    bottom: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 10px;
    bottom: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -55px;
    bottom: 110px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -50px;
    top: 120px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 10px;
    top: 45px;
  }
}

@media (max-width: 800px) {
  .interactive-infograhic .img-section .hero-image {
    padding: 40px;
    margin-left: -25px;
  }
  .interactive-infograhic .img-section .float-items h6 {
    font-size: 10px;
    line-height: 14px;
  }
  .interactive-infograhic .img-section .float-items img {
    height: 40px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) img {
    width: 35px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) img {
    height: 35px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) img {
    height: 35px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) img {
    height: 40px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) img {
    height: 35px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(1) {
    right: 55px;
    top: 50px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    top: 105px;
    right: -20px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    top: 210px;
    right: -20px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 45px;
    bottom: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: -10px;
    bottom: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -70px;
    bottom: 120px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -70px;
    top: 120px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: -10px;
    top: 50px;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

@media (max-width: 767.98px) {
  .main-menu-landing-hero {
    display: none;
  }
  .main-menu-landing-hero-mobile {
    display: flex;
  }
  .main-menu-landing-hero-mobile-bg::before {
    content: "";
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.25;
  }
  .integrated-solution-page .main-menu-landing-hero-mobile p {
    padding: 10px;
  }
  .main-menu-landing-hero-mobile .field-hero-content {
    padding: 0rem 1rem;
    margin-bottom: 0px;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic .img-section::before {
    display: none;
  }

  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(1) {
    right: 115px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(2) {
    right: -35px;
    top: 170px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(3) {
    right: -25px;
    top: 370px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(4) {
    right: 110px;
    bottom: 45px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(5) {
    left: 115px;
    bottom: 40px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(6) {
    left: -20px;
    bottom: 175px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(7) {
    left: -20px;
    top: 185px;
  }
  .interactive-infograhic .img-section .float-items:nth-child(8) {
    left: 100px;
    top: 45px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .hero-image {
    width: 100% !important;
    margin: 0 auto;
    padding: 30px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items
    h6 {
    /* white-space: nowrap; */
    max-width: 65px;
  }
  .interactive-infograhic .img-section .float-items img {
    margin-bottom: 0;
  }
  .interactive-infograhic .img-section .float-items {
    transform: scale(.9);
  }
  
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items.animateThis
    a {
    animation: zoom-in-zoom-out 1.5s ease;
  }

}

@media (max-width: 500px) {
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .hero-image {
      padding: 0;
      max-width: 280px;
      width: 280px !important;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items
    h6 {
    font-size: 8px;
    line-height: 10px;
    max-width: 55px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items
    img {
    height: 35px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(1) {
      right: 25px;
      top: 15px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(2) {
      right: -55px;
      top: 90px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(3) {
      right: -55px;
      top: 195px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(4) {
      right: 25px;
      bottom: 10px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(5) {
      left: 30px;
      bottom: 10px
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(6) {
      left: -45px;
      bottom: 90px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(7) {
      left: -50px;
      top: 85px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic
    .img-section
    .float-items:nth-child(8) {
      left: 20px;
      top: 15px;
  }
  .main-menu-landing-hero-mobile.interactive-infograhic .img-section {
    transform: scale(0.8);
  }
  
}
