.deliveryForm {
    border: 1px solid #d6d6d6;
    margin-bottom: 50px;
}
.deliveryForm .title h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1b1b19;
}
.deliveryForm .title p {
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
}
.deliveryForm .content {
    padding: 30px 0 0 25px;
}
.postalForm input {
    display: block;
    float: left;
    width: 60%;    
    height: 50px;
    padding: 0 0 0 15px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #cccccc;
    line-height: 50px;
    margin-left: 0;
    font-size: 14px;
}

@media (max-width: 1024px) { 
    .deliveryForm .content {
        padding: 30px 30px 0 25px;
    }
}
@media (max-width: 768px) { 
    .deliveryForm .content {
        padding: 30px 30px 30px 25px;
    }
    .postalForm input {
        display: block;
        float: left;
        width: 100%;    
    }
}
@media (max-width: 576px) { 
    .deliveryForm, .pageArticle {
        text-align: center;
    }
}