/* Global Styles */
body {
  background-color: #D4D4D4;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Image Container */
.image-container {
  display: list-item;
  justify-content: space-between;
  margin: 20px 0;
}

.image-container img {
  width: 36%; /* Adjust the width as needed */
  margin-bottom: 10px; /* Adjust the margin as needed */
}

@media (max-width: 768px) {
  /* Adjust the breakpoint as needed */
  .image-container {
    flex-wrap: wrap;
  }

  .image-container img {
    width: 100%;
    margin-bottom: 10px; /* Adjust the margin as needed */
  }
}

/* Content Section */
.content {
  margin: 30px;
}

.content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Component Info Section */
.component-info {
  margin-top: 30px;
}

.component-info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.component-info .h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
