body {
  background: #951D15;
}
.text-center {
  text-align: center;
  font-family: Arial;
  letter-spacing: 3px;
  color: white;
}
.image-container {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px;
}

.image-container-card {
  width: 100%;
  text-align: center;
  padding: 3px;
}

.centered-image {
  width: 15%;
  height: auto;
}

.card-footer-bg {
  background-color: aqua;
}

.two-images-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.image-item {
  text-align: center;
  color: white;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: 5px;
}

.two-images-container img {
  width: 50%;
  height: auto;
}

.customer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  text-align: center;
  position: relative;
}
  .customer-card h2 {
    font-size: 1rem;
  }
.card-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card-title {
  font-size: 1rem;
}

.card-link {
  background: none;
  border: none;
  cursor: pointer;
}

.info-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
