

/* Corporate pages */
    

    .corporate-header-text {
        align-self: center;
        
    }
    .corporate-header-text h1 {
        padding-top: 30px;
        padding-left:  30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }
    .corporate-header-text p {
        padding-left:  30px;
        padding-right: 30px;
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .accordian_container a {
        margin-bottom: 20px;
    }
    .accordian_container .accordian_row {
        border-bottom: 1px solid #E6E6E6;
        padding: 20px 0px;
        color: #30302F;
        justify-content: space-between;
    }

   .accordian_container .accordian_row .arrow {
        border: solid #C1C1C2;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 0px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 17px;
        height: 17px;
        margin-right: 15px;
        position: relative;
        top: 5px;
    }

    
    .charity-banner-img,
    .gft-card-img {
        max-width: 100%;
        height:  100%;
        width:  100%;
    }

    .work,
    .testimonial_cont {
        padding-top:  36px;
        padding-bottom: 26px;
    }

    .gift-charity-content {
        margin-right: 20px;
        margin-left: 20px;
        max-width: 765px;
    }

    .food-gift-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .support-1 {
        padding-top: 76px;
        padding-bottom:36px;

    }

    .support-1 .icon-col {
        text-align: center;

    }

    .support-1 .icon-col img {
        padding-bottom: 20px;

    }

    .support-text-1 {
        max-width: 890px;
        margin:  0px auto;
    }


    .food-hw-imgs img {
        height: 115px;
    }
    @media all and (max-width: 67.5rem) {
    
        .food-hw-imgs {
            text-align: center;
            padding-top: 30px;
        }
    }

    @media all and (max-width: 47.9375rem) {
        
        .gft-card-img {
           max-width: 300px;
        }
        .gift-charity-content {
            padding-top: 30px;  
        }
        .corporate-header-text {
            min-height: 300px;
            display: contents;
            
        }
        .corporate-header-text h1 {
            display: table-cell;
            vertical-align: middle;
        }

    }

    #metcash_difference h5 {
        margin-bottom: 0.5rem;
    }
    #metcash_difference img {
        height: 65px;
    }



