.section-info {
  padding-top: 75px;
  padding-left: 0px;
  padding-right: 0px;
}

.text-container {
  padding-bottom: 20px;
}

.title-size {
  text-align: center;
}

.images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media (min-width: 1158px) {
  .section-info {
    padding-top: 75px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .text-container {
    padding-bottom: 20px;
  }

  .title-size {
    text-align: center;
  }

  .images-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 300px;
  }
}
