.best-time-section {
  padding: 30px 15px;
  display: flex;
  justify-content: center;
}

.best-time-box {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.best-time-box h2 {
  text-align: center;
  color: #b22222;
  margin-bottom: 20px;
}

.best-time-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 8px;
}

.best-time-box p,
.best-time-box ul {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.best-time-box ul {
  padding-left: 20px;
  margin-top: 10px;
}

.best-time-box li {
  margin-bottom: 8px;
}
