.header-delivery {
    width: 100%;
    height: 100%;
    max-height: 570px;
    background: url("../img/woomen_card.png") no-repeat top;
    background-size: 100% auto;
}
.header-delivery-box {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #009f5b, #009f5b 19%, rgba(0, 159, 91, 0.7));;
}
.header-delivery-box h1 {
    color: #ffffff;
}
.header-delivery-box-def {
    max-width: 280px;
}
.delivery-place-img img{
    width: 100%;
}
.delivery-body {
    padding: 100px 0 100px 0;
}
.delivery-payment img {
    width: 100%;
    height: auto;
    max-width: 100px;
}
.delivery-payment h3 {
    font-family: Montserrat;
      font-size: 30px;
      font-weight: bold;
      color: #232855;
      margin-bottom: 25px;
}
.delivery-payment p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    max-width: 280px;
    margin-bottom: 20px;
    line-height: normal;
}
.delivery-payment ul {
    padding: 0 0 0 20px;
    max-width: 280px;
    font-family: Lora;
}
.delivery-payment span {
    max-width: 280px;
    display: inline-block;
}

@media (max-width: 1200px) {
   .header-delivery {
        max-height: 470px;
    } 
}
@media (max-width: 767px) {
    .delivery-payment img {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    #main-body {
        padding-top: 200px;
    }
    .delivery-body {
        padding: 20px 0 20px 0;
    }
    .delivery-payment {
        margin: auto;
        margin-top: 30px;
    }
    .delivery-payment h3 {
        text-align: center;
    }
    .delivery-payment span {
        display: block;
        max-width: 280px;
    }
    .img-respinsive {
        text-align: center;
    }
    .delivery-payment p, .delivery-payment ul, .delivery-payment span  {
        margin-left: auto;
        margin-right: auto;
    }

}