.sci_pim_form_wrapper {
    padding: 40px;
    width: 100%;
    margin: 0 auto;
}

.sci_pim_form_wrapper button {
    display: inline;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    padding: 15px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 8px;

}

.sci_pim_form_wrapper #zip {
    display: inline;
    font-size: 22px;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.sci_pim_form_wrapper #results {
    margin-top: 20px;
}

.sci_pim_form_wrapper #results a {
    width: 48.5%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
}

.sci_pim_form_wrapper #results a:first-child {
    margin-right: 10px;
}

@media(min-width: 768px){
    .sci_pim_form_wrapper {
        width: 60%;
        margin: 0 auto;
    }
    .sci_pim_form_wrapper #zip {
        width: 80%;
    }
    .sci_pim_form_wrapper button {
        width: 18%;
    }
}
