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

#experteyes div.section-title {
  width: 60%;
  max-width: 240px;
  margin-bottom: 50px;
}

div.experteyes-container {
  display: flex;
  flex-direction: column;
  gap: 30px 36px;
  align-items: center;
  font-size: 18px;
}

@media (min-width: 768px) {
  #experteyes div.section-title {
    width: 50%;
    max-width: 480px;
    margin-bottom: 60px;
  }

  div.experteyes-container {
    color: #2D3F53;
    flex-direction: row;
    font-size: 24px;
  }
}