/*
Theme Name: Bakuage Theme
Author: 　ネクストラボ
Version: 1.0.0
*/
@charset "UTF-8";

/* Benefits Section Styles */
.benefits-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefits-text {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  line-height: 0;
  font-style: normal;
  position: relative;
  width: 100%;
  height: 100%;
  color: #191919;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.6px;
  white-space: pre-wrap;
}

.benefits-text .highlight {
  color: #ff4000;
}

/* Responsive Design */
@media (min-width: 768px) {
  .benefits-text {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .benefits-text {
    font-size: 16px;
  }
}
