body {
    background-color: #f8f9fa;
}
.contact_container {
    background: white;
         padding: 30px 30px 2px 30px;
    border-radius: 10px;
     box-shadow: 0px 0px 5px 1px #000;
}
.btn-custom {
    background-color: #800080;
    color: white;
    border: none;
}
.btn-custom:hover {
    background-color: #660066;
}
.contact_container{
    max-width:960px !important;
}

@media only screen and (max-width: 1000px) {
.contact_container{
    max-width:1140px !important;
}
.contact_container {
    background: white;
         padding: 30px 30px 1px 30px;
    border-radius: 10px;
     box-shadow: 0px 0px 5px 1px #000;
}
}