.dealCard {
    box-shadow: 0 0 10px 0 rgba(141, 141, 141, 0.5);
    max-width: 600px;
    margin-bottom: 40px;
}

    .dealCard .sectionOne {
        padding: 20px 15px 30px;
        background: #ffffff;
        position: relative;
    }

    .dealCard .moreInfoButton {
        padding: 15px 0;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        border-radius: 40px;
        cursor: pointer;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

        .dealCard .moreInfoButton .PlusMinus {
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            width: 10px;
        }

        .dealCard .moreInfoButton .moreInfoText {
            display: inline-block;
            width: 75px;
        }

    .dealCard .sectionOne .moreInfoButton:hover {
        border: 1px solid #bbbbbb;
    }

    .dealCard .header {
        display: flex;
    }

    .dealCard .headerImage {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0.45;
        padding: 5px;
        max-height: 90px;
    }

        .dealCard .headerImage img {
            max-height: 100%;
        }

    .dealCard .heading {
        flex: 0.55;
        padding: 5px;
        font-size: 16px;
        color: #303030;
    }

        .dealCard .heading span {
            display: block;
            font-weight: 300;
            margin-top: 5px;
        }

    .dealCard .info {
        display: flex;
        margin-top: 15px;
    }

        .dealCard .info .column {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 0.25;
            padding: 5px;
            font-size: 13px;
            color: #303030;
        }

            .dealCard .info .column:first-of-type {
                flex: 0.2;
            }


            .dealCard .info .column:last-of-type {
                flex: 0.3;
            }


            .dealCard .info .column span {
                font-weight: 300;
                margin-top: 8px;
            }

    .dealCard .sectionTwo {
        padding: 0 20px 25px;
        background: #eff9fb;
        display: none;
    }

        .dealCard .sectionTwo .sectionTwoHeading {
            font-size: 16px;
            color: #303030;
            padding-top: 30px;
        }

        .dealCard .sectionTwo .dealCardSubSection {
            display: flex;
            justify-content: space-between;
            font-size: 16px;
            color: #303030;
            font-weight: 300;
            margin: 6px 0;
        }


    .dealCard .sectionThree {
        display: flex;
        flex: 1;
        padding: 15px 20px;
        background: #ffffff;
    }

        .dealCard .sectionThree .sectionThreeHeading {
            font-size: 16px;
            color: #323234;
            margin-bottom: 7px;
        }

        .dealCard .sectionThree .sectionThreeParagraph {
            font-size: 15px;
            font-weight: 300;
            color: #323234;
        }


    .dealCard .sectionTwo .dealCardSubSection span {
        font-weight: bold;
        text-align: right;
    }

    .dealCard .sectionFour {
        font-size: 17px;
        color: #000000;
        background: #c7edf3;
        padding: 25px 20px;
    }

        .dealCard .sectionFour .total {
            font-size: 26px;
            font-weight: bold;
            margin-top: 15px;
        }


    .dealCard .sectionFive {
        text-align: center;
        font-size: 19px;
        color: #3f3f3f;
        background: #ffffff;
        padding: 25px 20px;
    }

        .dealCard .sectionFive a {
            font-weight: bold;
        }


        .dealCard .sectionFive div:nth-of-type(2n) {
            color: #38accd;
            text-decoration: underline;
            margin-top: 5px;
        }

@media only screen and (min-width: 1191px) {
    .dealCard {
        max-width: none;
        width: 100%;
    }

        .dealCard .sectionOne {
            display: flex;
        }


            .dealCard .sectionOne .moreInfoButton {
                position: absolute;
                top: 20px;
                right: 40px;
                width: 130px;
            }


            .dealCard .sectionOne .header {
                flex: 0.4;
            }

            .dealCard .sectionOne .info {
                flex: 0.6;
                margin-top: 0;
            }

            .dealCard .sectionOne .header .headerImage {
                flex: 0.35;
            }

            .dealCard .sectionOne .header .heading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                flex: 0.65;
            }


        .dealCard .info .column {
            font-size: 16px;
            color: #303030;
            flex: 0.16 !important;
            justify-content: center;
            padding: 0;
        }


            .dealCard .info .column:last-of-type {
                flex: 0.28 !important;
            }

        .dealCard .info::after {
            content: '';
            display: flex;
            flex: 0.26;
        }


        .dealCard .sectionTwo {
            padding: 20px 15px;
        }


            .dealCard .sectionTwo .sectionTwoHeading {
                padding-top: 0px;
                margin-bottom: 15px;
            }

            .dealCard .sectionTwo::before {
                content: '';
                display: flex;
                flex: 0.14;
            }

            .dealCard .sectionTwo .columnOne {
                flex: 0.26;
                padding-left: 10px;
                box-sizing: border-box !important;
            }

            .dealCard .sectionTwo .columnTwo {
                flex: 0.288;
            }

            .dealCard .sectionTwo .columnThree {
                flex: 0.168;
            }

            .dealCard .sectionTwo::after {
                content: '';
                display: flex;
                flex: 0.156;
            }


            .dealCard .sectionTwo .dealCardSubSection {
                justify-content: flex-start;
            }

                .dealCard .sectionTwo .dealCardSubSection span {
                    color: #2870b3;
                }

            .dealCard .sectionTwo .columnOne .dealCardSubSection div {
                width: 130px;
            }

            .dealCard .sectionTwo .columnTwo .dealCardSubSection div {
                width: 185px;
            }

            .dealCard .sectionTwo .columnThree .dealCardSubSection div {
                width: 100px;
            }

            .dealCard .sectionTwo .dealCardSubSection .ERC {
                /* font-size: 14px; */
                text-align: left;
            }

        .dealCard .sectionThree {
            background: #eff9fb;
            padding: 0 20px 15px;
        }

            .dealCard .sectionThree::before {
                content: '';
                display: flex;
                flex: 0.14;
            }

            .dealCard .sectionThree > div {
                flex: 0.698;
                padding: 15px 0;
            }

        .dealCard .sectionFour {
            display: flex;
            align-items: center;
            flex: 1;
        }

            .dealCard .sectionFour::before {
                content: '';
                display: flex;
                flex: 0.14;
            }

            .dealCard .sectionFour div:first-of-type {
                display: flex;
                flex: 0.698;
            }

            .dealCard .sectionFour div:last-of-type {
                display: flex;
                flex: 0.162;
                justify-content: center;
            }

            .dealCard .sectionFour .total {
                margin-top: 0;
            }


        .dealCard .sectionFive {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .dealCard .sectionFive div {
                margin: 0 10px;
            }

            .dealCard .sectionFive span {
                margin: 0 10px;
            }

            .dealCard .sectionFive div:nth-of-type(2n) {
                margin-top: 0;
            }
}
