#container-elements-header {
  /* border: solid cyan 0.3em; */
  display: flex;
  flex-direction: column;
  left:5%;
  top:15%;
}
#container-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 2.5em;
}
#img-logo {
  width: 80%;
}

#our-clients {
  padding-top: 5.6153846154rem !important;
  padding-bottom: 5.6153846154rem !important;
}

#container-stats {
  display: flex;
  justify-content: center;
}

#container-clients {
  display: flex;
  flex-direction: column;
}
#container-clients-title {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4em;
}

#container-clients-title-h2 {
  font-size: 38.5px;
  line-height: 42px;
  font-weight:700;
  text-align: center;
}

.container-clients-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 430px) {
  #container-elements-header {
    left:5%;
    top:8%;
  }
  #container-logo {
    justify-content: left;
    align-items: left;
    margin-top: 0.1em;
    margin-bottom: 1.5em;
    /* margin-left: 2em; */
  }
  #img-logo {
    width: 60%;
  }

  #container-clients-title {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 769px) {
  #container-elements-header {
    left:5%;
    top:15%;
  }
  #container-logo {
    justify-content: left;
    align-items: left;
    margin-bottom: 2em;
  }
  #img-logo {
    width: 70%;
  }

  #our-clients {
    padding-top: 1.6153846154rem !important;
    padding-bottom: 5.6153846154rem !important;
  }
}