
.voice-section{
  max-width:1000px;
  margin:auto;
  padding:50px 10px;
}

.voice-heading{
  text-align:center;
  margin-bottom:60px;
}

.voice-heading h2{
  font-size:3rem;
  color:#3d6b52;
  margin:0 0 20px;
}

.voice-heading p{
  font-size:1.3rem;
  color:#666;
}

.voice-grid{
  display:flex;
  flex-direction:column;
  gap:40px;
}

.voice-card{
  background:#fff;
  border-radius:24px;
  padding:40px;
  border:1px solid #e5ebe5;
  box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}

.voice-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
}

.voice-name{
  font-size:1.4rem;
  font-weight:700;
  color:#3d6b52;
}

.voice-age{
  font-size:1.1rem;
  color:#888;
}

.voice-title{
  font-size:2rem;
  font-weight:700;
  line-height:1.5;
  color:#3d6b52;
  margin:0 0 25px;
	border-bottom:solid 2px #cccccc;
}

.voice-title::before{
  content:"";
  color:#6e9a7c;
  
}

.voice-text{
  font-size:1.5rem;
  line-height:2;
  color:#555;
}

@media(max-width:768px){

  .voice-card{
    padding:30px;
  }

  .voice-heading h2{
    font-size:2rem;
  }

  .voice-title{
    font-size:1.8rem;
  }

  .voice-text{
    font-size:1.3rem;
  }
	


}
