@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
    .inquire-container {
        width: 80%;
    }
}
.form-custom {
    border: 1px white solid;
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px;
}

.form-group {
    padding: 20px;
    color: lightgray;
}

textarea {
    height: 250px;
}

.btn-green {
    padding: 10px;
    background-color: #61ce70;
    border-radius: 2px;
    box-shadow: none;
    outline: none;
    border: none;
    width: 120px;
    color: white;
}


