.control-property-search .search-introduction {
    margin: 0 0 50px;
}

.control-property-search .property-search-form {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    .control-property-search .property-search-form .search-location {
        position: relative;
        width: 100%;
    }

        .control-property-search .property-search-form .search-location input, .control-property-search .property-search-form .search-button button {
            height: 68px;
            line-height: 68px;
            font-size: 1rem;
            font-weight: bold;
            width: 100%;
            border: none;
        }

        .control-property-search .property-search-form .search-location input {
            background-color: #DBE6D7;
            padding: 20px 30px;
        }

    .control-property-search .property-search-form .search-button {
        width: 100%;
    }

        .control-property-search .property-search-form .search-button button {
            background-color: #84B1A4;
            color: #14332D;
            text-align: center;
        }

.control-property-search #myDropdown {
    left: 0;
    right: 0;
}

    .control-property-search #myDropdown a {
        text-decoration: none;
    }

@media (min-width: 550px) {
    .control-property-search .property-search-form .search-location {
        width: 65%;
        position: relative;
    }

    .control-property-search .property-search-form .search-button {
        width: 35%;
    }
}

@media (min-width: 768px) {
    .control-property-search .property-search-form .search-location {
        width: 65%;
        position: relative;
    }

        .control-property-search .property-search-form .search-location input, .control-property-search .property-search-form .search-button button {
            font-size: 1.375rem;
        }

    .control-property-search .property-search-form .search-button {
        width: 35%;
    }
}
