.contact-text{
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 8px;
}
.contact-form{
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    border: 1px #3e855d solid;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.contact-btn{
   background-color: #053333;
    padding: 10px 20px;
    color: white;
    border: none;
    transition: all ease-in-out 0.15s;
}
.contact-btn:hover{
    background-color: #fafcfb;
    border: 1px solid #053333;
    color: #000000;
}