.input-select{
    height: 55px !important;
    color: #A0ACB5 !important;
}
.input-select::placeholder,
.select-textare::placeholder{
    color: #A0ACB5 !important;
    font-family: 'Poppins-medium';
}

/*responsive*/
@media screen and (max-width: 768px){
    .input-select{
        height: 50px !important;
    }
}