.u-section-1 .u-sheet-1 {
  min-height: 662px;
  padding: 20px;
}

.u-section-1 .u-image-1 {
  width: 214px;
  height: 158px;
  margin: 20px 0 0 auto;
  display: block;
  transition: transform 0.3s ease; /* Add hover effect */
}

.u-section-1 .u-image-2 {
  width: 100%;
  max-width: 1145px;
  height: auto;
  margin: 20px 0;
  transition: transform 0.3s ease; /* Add hover effect */
}

.u-section-1 .u-text-1 {
  margin: 40px 0 60px;
  padding: 20px;
  border: 2px solid #e0e0e0; /* Add a border around the text */
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow to the text box */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.u-section-1 .u-text-1:hover {
  background-color: #fff; /* Subtle hover effect */
  transform: scale(1.02); /* Add a small zoom on hover */
}

.u-section-1 .u-image-1:hover,
.u-section-1 .u-image-2:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Responsive layout improvements */
@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 633px;
    padding: 15px;
  }

  .u-section-1 .u-image-2 {
    width: 90%;
    margin: 20px auto;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 602px;
  }

  .u-section-1 .u-image-2 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 577px;
  }

  .u-section-1 .u-image-2 {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 549px;
  }

  .u-section-1 .u-image-2 {
    width: 100%;
    height: auto;
  }
}
