.trustpilot-section {
    padding-top: 30px;
    position: relative;
    z-index: 2;
}
.trustpilot-column {
    background-color: #f1f0f0;
    padding-top: 20px;
}
.contact-info-col {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #003767;
    border-bottom: 1px solid #d5d7d9;
}
.contact-info-col p {
    font-size: 20px;
    font-weight: 500;
}
.contact-info-col a {
    text-decoration: underline;
    color: #003767;
}
.secure-col {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.payment-methods-col {
    width: 100%;
    border-right: none;
    border-bottom: none;
    text-align: center;
}
.secure-text, .payment-methods-col .payment-methods-text {
    color: #003767;
    font-weight: 500;
}

.hubspot-section {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: white;
}

.content-main {
    height: 1600px;
    z-index: 1;
}
@media (max-width: 991px) {
    .content-main {
        height: auto;
    }
}
@media (min-width: 991px) {
    .home-delivery-mode {
        margin-bottom: -700px;
    }
    .reservation-mode {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .secure-col {
        width: 50%;
        text-align: right;
        padding-right: 70px;
        padding-top: 10px;
    }
    .payment-methods-col {
        width: 50%;
        border-right: none;
        text-align: left;
        padding-left: 40px;
        padding-top: 10px;
    }
    .contact-info-col {
        border-bottom: none;
    }
    #DigiCertClickID_TjpuJ7Z5 img {
        float: right !important;
        padding-right: 3px !important;
    }
}