

/* Start:/assets/build/css/delivery.css?17537853113191*/
.delivery-banner-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 400px;
    margin: 50px 0;
    padding: 0 100px;
    background: url("/assets/build/img/delivery/delivery_1.jpg") center no-repeat;
    border-radius: 10px;
}
.delivery-banner-img p {
    font-size: 48px;
    font-weight: 500;
    color: #BBE2FE;
}
.delivery-title {
    width: fit-content;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 50px auto 150px;
}
.delivery-title b {
    color: #0F60AC;
}
.delivery-item {
    border: 2px solid #61B6F9;
    border-radius: 10px;
    padding: 30px;
}
.delivery-item img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 30px;
}
.delivery-item h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #1072CB;
}
.delivery-image {
    width: 100%;
    height: 290px;
    background-image: url("/assets/build/img/delivery/delivery_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 150px 0;
    padding: 50px;
    border-radius: 10px;
}
.delivery-image p {
    width: 70%;
    font-size: 24px;
    font-weight: 400;
    color: white;
    margin-bottom: 50px;
}
.delivery-image a {
    padding: 7px 15px;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}
.delivery-image a:hover {
    color: white !important;
}

@media(max-width: 1100px) {
    .delivery-banner-img {
        padding: 0 50px;
    }
    .delivery-image p {
        width: 100%;
    }
}
@media(max-width: 991px) {
    .delivery-title {
        margin: 50px auto;
    }
    .delivery-item {
        min-height: 420px;
        margin-bottom: 50px;
    }
    .delivery-item h4 {
        font-size: 20px !important;
        margin-bottom: 30px;
    }
    .delivery-image {
        margin: 80px 0;
    }
    .row.mb-16 > .col-lg-4 {
        order: 1;
        margin-top: 30px;
    }
    .row.mb-16 > .col-lg-4 p:first-child {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px) {
    .delivery-banner {
        margin-bottom: 100px;
    }
    .delivery-banner-img {
        height: 300px;
        background-size: cover;
        background-position: left;
    }
    .delivery-title {
        font-size: 28px !important;
    }
    .delivery-item {
        min-height: auto;
    }
    .delivery-image {
        padding: 50px 30px;
        height: auto;
    }
}
@media(max-width: 640px) {
    .delivery-banner-img {
        height: 250px;
    }
    .delivery-banner-img p {
        font-size: 28px;
    }
    .delivery-title {
        font-size: 18px !important;
    }
}
@media(max-width: 450px) {
    .delivery-banner-img {
        margin: 80px -25px;
        width: calc(100% + 50px);
        height: auto;
        border-radius: 0;
    }
    .delivery-image {
        margin: 80px -25px;
        width: calc(100% + 50px);
        height: auto;
        border-radius: 0;
    }
}
/* End */
/* /assets/build/css/delivery.css?17537853113191 */
