.contact{
    height: 660px;
    width:100%;
    padding: 40px;
}

@media(min-width:960px){
    .contact{
        display: flex;
        padding: 100px;
    }
}

.contact__title{
    margin: 0;
    color: white;
    font-size: 32px;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
}

@media(min-width:960px){
    .contact__title{
        width: 600px;
    }
}

.contact__content-form{
    width: 100%;
    text-align: left;
}



.content__label{
    width: 100%;
}

.label__title{
    color: white;
    font-size: 13px;
    font-family: "Poppins";
}

.contact__input::placeholder{
    font-family: "Poppins,sans serif";
}


.contact__input::placeholder{
    font-family: "Poppins";
}

.contact__input{
    width: 100%;
    height:45px;
}

@media(min-width:960px){
    .contact__input{
        width: 500px;
        height: 30px;
    }
}



.content__textarea::placeholder{
    font-family: "Poppins";
  
}

.content__textarea{
    width: 100%;
}

@media(min-width:960px){
    .content__textarea{
        width: 500px;
    }
}

.form__button{
    display: block;
    background-color: #2C2C2C;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    color: white;
    border: none;
    border-radius: 4px;
    font-family: "Poppins";
    font-weight: 700;
}

@media(min-width:960px){
    .form__button{
        width: 500px;
    }
}