.col-sm-6.col-md-4.col-lg-3{
    padding: 1rem;
}
.about-infustructure .image-container {
  text-align: center; /* Center align the image within the container */
}
@media (min-width: 768px) {
  /* Apply styles for medium and larger screens */
  .about-infustructure .image-container {
    text-align: right; /* Right align the image within the container */
  }
}