#section-five{
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: relative;
    height: 500px;
    background-image: url('../assets/fondoSec5.png');
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: 'Outfit', sans-serif;
}

#section-five .imgButton{
    width: 20px;
    height: 15px;
    padding-left: 3px;
    margin-top: 50px
  ;
}

#section-five .button-card{
    
    background-color: #008391;
}

#section-five .card-sec-five {
    text-align: center;
    justify-content: center; 
    align-items: center; 
    z-index: 3;
}

#section-five .title-section-two{
    font-size: 35px;
    font-weight: 300;

}

#section-five  .text-testimonial{
    width: 900px;
    height: 120px;
    font-size: 20px;
    font-weight: lighter;
    line-height: 30px;
    padding-top: 30px;

}

.imgBack{
    width: 100%;;
    height: 500px;
    z-index: 2;
    position: absolute;
}

@media only screen and (max-width: 720px){
    
    
    #section-five{
    height: 350px;
    }

    #section-five .card-sec-five {  
        justify-content: space-around; 

    }

    #section-five  .text-testimonial{
        width: 400px;
        font-size: 12px;
        height: 120px;
        line-height: 20px;
    }

    #section-five .title-section-two{
        font-size: 35px;
        font-weight: 300;
        margin-top: 70px;
    }

    #section-five .imgButton{
        margin-top: 0px
      ;
    }

    .imgBack{
        height: 350px;
    }
    

}

@media only screen and (max-width: 400px){

    #section-five{
        height: 320px;
        }
    
        #section-five .card-sec-five {  
            justify-content: space-around; 
            
        }
    
        #section-five  .text-testimonial{
            width: 300px;
            font-size: 12px;
            height: 120px;
            line-height: 20px;
            margin-bottom: 15px;
            padding-top: 20px;
        }
    
        #section-five .title-section-two{
            font-size: 35px;
            font-weight: 300;
            margin-top: 40px;
        }
    
        #section-five .imgButton{
            margin-top: 15px
          ;
        }
    
        .imgBack{
            width: 100%;
            height: 320px;
        }
        
    
}