.our_clients_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.our_clients_container {
  display: flex;
  overflow-x: scroll;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0px 20px 0px;
  padding: 0px 100px 0px 100px;
  min-height: 300px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.our_clients_container::-webkit-scrollbar {
  display: none;
}
.our_clients_image_container {
  max-height: 160px;
  margin: 0px 20px 0px 20px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .our_clients_title {
    font-size: 20px;
  }
  .our_clients_container {
    margin: 20px 0px 20px 0px;
    padding: 0px 25px 0px 25px;
    min-height: 100px;
  }
  .our_clients_image_container {
    max-height: 90px;
  }
  .our_clients_image {
    max-height: 80px;
    max-width: 150px;
  }
}
