@charset "utf-8";
.section--voicetop{
padding: 100px 15px 60px 15px;
}
.voicetop__contents{
    margin-top: 60px;
}


.voice-card__imgWrap {
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
}

.voice-card__img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.voice-card__top{
display: flex;
width: auto;
padding: 23px ;
align-items: flex-start;
gap: 16px;
border-radius: 20px 20px 0px 0px;
background: var(--primary--yellow);
margin-top: 30px;
}
.voice-card__title{
font-size: 1.6rem;
font-weight: 700;
line-height: 31px; 
letter-spacing: 1px;
}
.voice-card{
margin-top: 30px;

}
.voice-card__company{
font-size: 1.3rem;
font-weight: 700;
line-height: 23px; 
letter-spacing: 2.2px;
margin-top: 20px;
}
.voice-card__text{
font-size: 1.5rem;
line-height: 3.3rem; 
letter-spacing: 2px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
line-clamp: 3;
overflow: hidden;
}


.voice__contents{
padding: 24px ;
align-items: flex-start;
background-color: var(---primary--whiteLow);
border-radius: 0 0 20px 20px;
height: 270px;
display: flex;
flex-direction: column;
}
.voice__deail{
margin-top: 18px;
font-size: 1.5rem;
}
.voice-card__link{
font-size: 1.5rem;
font-weight: 400;
line-height: 33px; 
letter-spacing: 2px;
text-decoration: underline;
}
.voice__deail::after{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../images/voice__arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 12px;
}
.btn__voice a{
    margin: 30px auto;
    display: flex;
}
.custom-arrows {
display: none;
}
.voice-card__course{
    display: inline-block;
    padding: 8px ;
    border: 1px solid #333;
    border-radius: 20px;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 11px;
  }
  .voice-card__info{
    max-width: 213px;
  }
  .voice-card__top__riha{
    background-color: var(--primary--skyBlue);
  }
@media screen and (min-width: 769px){

    .section--voicetop{
     padding: 200px 60px 120px;
    } 
  
   .voicetop__contents{
     margin-top: 80px;
   }
   .voice__btn a{
     position: absolute;
     top: 270px;
     right: 145px;
 }
 
 .voice-card{
   display: flex;
   /* margin: 0 15px; 
   width: 472px; */
   height: auto;
   flex-direction: column;
 }
 
 .voice-card__top{
   
        height: auto; 
        padding: 23px;
        justify-content: center;
        gap: 30px;
   }

 
    .voicetop__contents {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }
  
    .voice-card {
      /* max-width: 472px; */
      width: 46%;
    }
    
  

  
}