/* About Section Styles */
.about-section {
  position: relative;
  background: rgba(236, 97, 22, 0.75);
  padding: 60px 0;
  color: #FFFFFF;
}

.about-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/hero-background.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.about-header {
  padding-right: 40px;
}

.about-section .section-title {
  color: #FFFFFF;
}

.about-section .section-subtitle {
  color: #FFFFFF;
  font-weight: 700;
  /* font-size: 24px; */
  font-size: 1.5rem;
  line-height: 32px;
}

.about-content {
  padding-left: 40px;
}

.about-item {
  margin-bottom: 32px;
}

.about-item:last-child {
  margin-bottom: 0;
}

.about-item-title {
  /* font-size: 12px; */
  font-weight: 700;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-bottom: 8px;
}

.about-item-text {
  /* font-size: 12px; */
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.9;
  margin: 0;
}

/* Mobile About */
@media screen and (max-width: 640px) {
  .about-section {
    padding: 40px 0;
  }
  
  .about-header {
    padding-right: 0;
    margin-bottom: 32px;
  }
  
  .about-content {
    padding-left: 0;
  }
  
  .about-item {
    margin-bottom: 24px;
  }
}
