body {
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

.card {
    border: none !important;
    height:100%;
}

.card-body {
    background-size: initial;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #5E72E4;
    padding-top: 85px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border: none;
}

.card1 {
    background-image: url(/static/img/food-bank_83.png);
    background-position: right top;
    background-color: #172B4D;
    color: #fff;
}

.card2 {
    background-image: url(/static/img/food-bank_82.png);
}

.card3 {
    background-image: url(/static/img/food-bank_83.png);
}

.card4 {
    background-image: url(/static/img/food-bank_83.png);
    background-position: right top;
}

.title-card {
    font-family: 'Arvo', Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.4em;
}

.card-body h4 {
    font-family: 'Arvo', Georgia, "Times New Roman", serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 1.4em;
}

.credit-nbr {
    font-size: 45px;
}

.price {
    font-size: 60px;
    color: #fff;
    line-height: 1.4em;
    font-weight: bold;
}

.card1 .price {
    color: #2dce89;
}

.btn-green {
    color: #fff;
    font-size: 20px;
    background-color: #2dce89;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-green:hover {
    color: #fff;
    background-color: #05bab1;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}