div#mera-ration-order-container {
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 11px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    & img.card-image {
        height: 90px;
        width: auto;
        object-fit: contain;
    }
    & div {
        flex: 1;
    }
    & div:nth-child(2) {
        display: flex;
        justify-content: center;
    }
    & p:first-child {
        font-size: 28px;
        line-height: 0.8;
        margin: 0 0 2px 0;
        font-weight: 500;
    }
    & p:last-child {
        font-size: 12px;
        margin-bottom: 0;
        letter-spacing: 12.5px;
        color: #898989;
        text-transform: uppercase;
    }
    & a {
        width: 30%;
        background-color: #ce9311;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 17px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        transition: all 255ms ease-in-out;
    }
    & a:hover {
        background-color: #683b17;        
    }

}
div#mera-ration-order-container[data-page="mera-ration"] {
    max-width: 1240px;margin-top: 30px;
}

div#mera-ration-order-container[data-page="pvc-ration"] {
    max-width: none;
    margin-top: 20px;
    padding: 12px;
    & p:first-child {
        font-size: 19px;
    }
    & p:last-child {
        font-size: 10px;
        letter-spacing: 6.7px;
    }
    & a {
        width: auto;
        height: 36px;
        font-size: 15px;
           padding: 5px 10px;
    }   
}
@media screen and (max-width: 1340px) {
    div#mera-ration-order-container[data-page="mera-ration"] {
        max-width: auto;
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-top: 30px;
    }
}