body{
    background:#f5f5f5;
}





.content_wrapper{
    background-color: #fff;
    width: 80%;
    margin-left: 10%;
    border-radius: 20px;
    padding: 50px 0;
    margin: 20px 0 50px 10%;
}

.content_title{
    text-align: center;
}

.content_title h4, h1{
    margin: 10px;
}

.content_title h4{
    display: inline-block;
    font-family: ”Arial Black”;
    border-bottom: solid 3px #111;
    font-size: 12px;
}

#description{
    width: 80%;
    margin: 50px 10%;
    color: #555;
}


.contact_item{
    width: 80%;
    margin: 20px 10%;
}

.contact_item p{
    margin: 0;
}

.contact_item input{
    width: 100%;
    height: 35px;
    border: solid 1px #aaa;
}

.contact_item textarea{
    width: 100%;
    border: solid 1px #aaa;
}

.confirm_btn_wrapper{
    display: flex;
    gap: 100px;
    justify-content: center;
    /* width: 700px; */
}

#back_button{
    display: inline-block;
    font-size: 20px;
    padding: 5px 50px;
    background-color: #fff;
    color: #111;
    border: none;
    margin: 30px 0;
    border: solid 1px #111;
}
#send_button{
    display: inline-block;
    font-size: 20px;
    padding: 5px 50px;
    background-color: #111;
    color: #fff;
    border: none;
    margin: 30px 0;
    text-decoration: none;
}
#send_button_{
    display: inline-block;
    font-size: 20px;
    padding: 5px 50px;
    background-color: #111;
    color: #fff;
    border: none;
    margin: 30px auto;
    text-decoration: none;
}


.privacy_wrapper{
    display: block;
    width: 70%;
    margin: 0 auto;
    overflow: scroll;
    height: 300px;
    padding: 5%;
    border: solid 1px #111;
}

.privacy_wrapper h1{
    font-size: 16px;
    font-weight: 500;
}

.privacy_wrapper h2{
    font-size: 15px;
    font-weight: 300;
}
.privacy_wrapper p, .privacy_wrapper li{
    font-size: 12px;
    font-weight: 100;
    
}


.contact_send_wrapper{
    width: 100%;
    text-align: center;
    margin-bottom: 500px;
}

