@media (max-width: 767px) and (min-width: 280px) {
    .account-wrapper .col-md-5 {
        width: 50%;
        float: left;
    }

    .account-section .account-wrapper {
        padding-bottom: 10px;
    }

    .request-estimate-info {
        margin-top: 30px;
    }

    .account-wrapper .col-md-4 + .col-md-4 {
        margin-top: 30px;
    }

    .denim-type img {
        width: 100%;
    }

    .step-content .step-title,
    .thanks-space h1 {
        font-size: 20px;
        font-family: Edmondsans-Bold;
        line-height: 23px;
        letter-spacing: .8px;
    }

    .step-content p,
    .thanks-space p {
        font-size: 13px;
        line-height: 18px;
    }

    .step-content,
    .thanks-space h1 {
        margin-bottom: 30px;
    }

    .thanks-space p + p {
        margin-top: 20px;
    }

    .account-section {
        padding: 65px 0;
    }

    .delivery-methods label {
        margin-top: 0;
    }

    .account-section h2 {
        margin-bottom: 12px;
    }
}
