#whoweare {
  background-color: var(--basic-dark);
  color: var(--paragraph-light-typical);
  padding-top: 140px;
  padding-bottom: 160px;
}

#our-expertise {
  padding-top: 25px;
  padding-bottom: 130px;
  font-size: 24px;
  line-height: 160%;
}

#our-expertise-icon-container {
  padding-bottom: 20px;
}

.scroll-container {
  position: relative;
  height: 60px;
  overflow: hidden;
}

#whoweare-text-with-effect {
  position: absolute;
  white-space: nowrap;
  font-size: 36px;
  font-weight: 500;
  color: #1277e8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.1s ease-out;
  padding-left: 50px;
}

div.we-understand {
  color: var(--basic-light-whitevar);
}

div.we-understand-container {
  margin-top: 145px;
  display: flex;
  flex-direction: column;
  gap: 32px 46px;
  align-items: center;
}

div.we-understand-content {
  margin-top: 46px;
  font-size: 18px;
  line-height: 160%;
}

div.we-understand-image img {
  width: 100%;
  max-width: 312px;
}

@media (min-width: 576px) {
  #whoweare-text-with-effect {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  #whoweare {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  #our-expertise {
    padding-left: 130px;
    padding-right: 130px;
    padding-top: 25px;
    padding-bottom: 130px; /* when .scroll-container will be displayed on desktop 160px; */
    font-size: 36px;
  }

  #our-expertise-icon-container {
    padding-bottom: 30px;
  }

  #our-expertise-icon-container img {
    width: 63px;
  }

  .scroll-container {
    height: 200px;
  }

  #whoweare-text-with-effect {
    font-size: 64px;
    left: calc(50% - 360px);
  }

  div.we-understand-container {
    flex-direction: row;
  }

  div.we-understand-content {
    font-size: 24px;
  }

  div.we-understand-image img {
    max-width: 444px;
  }
}
