.u-section-1 .u-sheet-1 {
  min-height: 400px;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {opacity: 0; transform: translateY(30px);}
  100% {opacity: 1; transform: translateY(0);}
}
.fade-in {
  animation: fadeIn 1.2s ease-in-out;
}
.info-box {
  flex: 1 1 300px;
  background: white;
  padding: 25px;
  border-left: 6px solid #a08446;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
  .info-box {
    flex: 1 1 100%;
  }
}

@keyframes fadeIn {
  0% {opacity: 0; transform: translateY(30px);}
  100% {opacity: 1; transform: translateY(0);}
}
.fade-in {
  animation: fadeIn 1.2s ease-in-out;
}

@keyframes fadeIn {
  0% {opacity: 0; transform: translateY(30px);}
  100% {opacity: 1; transform: translateY(0);}
}
.fade-in {
  animation: fadeIn 1.2s ease-in-out;
}
.info-box {
  flex: 1 1 300px;
  background: white;
  padding: 25px;
  border-left: 6px solid #a08446;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
  .info-box {
    flex: 1 1 100%;
  }
}