.delivery-content {
    padding-bottom: 100px;
}
.delivery-content .h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.delivery-content .h3 {
    margin-bottom: 15px;
}
.delivery-content p.gray {
    color: #a5a5a5;
    padding-right: 20px;
    margin-bottom: 15px;
}
.delivery-content .container:nth-child(2) {
    margin-bottom: 35px;
}
@media (max-width: 1024px) {
    .delivery-content {
        padding-bottom: 50px;
    }
    .delivery-content .container:nth-child(2) {
        margin-bottom: 0px;
    }
}
