.formcontact__textarea {
    width: 100%;
    /* height: 133px; */
    background: #FFFFFF;
    border-radius: 4px;
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    padding: 1rem 0.75rem;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #464646;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
    
}

.formcontact__textarea::placeholder {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    color: #A2A2A2;
    
    
}

.formcontact__textarea:focus{
    border-bottom: 2px solid #c31e3d;
    transition: all .5s ease;
    /* color: #5e5d5d; */
}