@media screen and (max-width:1024px) {
    #form-text {
        margin: 7rem 1rem 0 1rem;
    }
    .getQuote.button {
        width: 221px;
        height: 57px;
    }
}
@media screen and (min-width:660px) and (max-width:730px) {
    #form-text {
        margin: 7rem 11rem 0 1rem;
    }
}
@media screen and (min-width:590px) and (max-width:660px) {
    #form-text {
        margin: 7rem 7rem 0 1rem;
    }
}
@media screen and (min-width:530px) and (max-width:590px) {
    #form-text {
        margin: 7rem 3rem 0 1rem;
    }
}
@media screen and (max-width:530px) {
    #form-text {
        margin: 7rem 1rem 0 1rem;
    }
}
@media screen and (min-width:630px) and (max-width:730px) {
    .small-12.medium-5.column.end.orbit {
        padding: 0 4rem;
    }
    #customers {
        display:block !important
    }
}
@media screen and (min-width:930px) and (max-width:1023.5px) {
    .mysteryParties_form {
        padding-right: 3rem;
    }
}
.bottom-p {
    display: inline-block;
    margin-bottom: 2rem;
    width: 100%;
}