.property-search-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    margin: auto;
    column-gap: 30px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.property-search-form .form-group label {
    font-size: 16px;
    font-weight: 200;
    line-height: 16px;
    margin-bottom: 5px;
    color: #656565;
    font-family: 'Century Gothic';
}
.property-search-form .form-group input, .property-search-form .form-group .form-control {
    padding: 0 55px 0px 20px;
    font-size: 18px;
    font-weight: 200;
    color: #444;
    height: 50px;
    display: flex;
    align-items: center;
    font-family: 'Century Gothic';
    border: 1px solid #d5d5d5;
    border-radius: 5px;
}

#advanced-search-btn {
    width: 100%;
    background: #241c14;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #241c14;
    border-radius: 5px;
    padding: 15px 35px;
    font-family: 'Century Gothic';
}