.tirectangles-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.rectangleContainer img {
  width: 145px !important;
  height: 121px !important;
}

@media (min-width: 400px) {
  .rectangleContainer img {
    width: 175px !important;
    height: 146px !important;
  }
}

@media (min-width: 1280px) {
  .rectangleContainer img {
    width: 351px !important;
    height: 292px !important;
  }
}