﻿
/* Float four columns side by side */
.carview {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom:20px;
    display:block;
}
.center1 {
    max-width: 800px;
    margin:auto;
}
/* Remove extra left and right margins, due to padding */
.bow {
    margin: 0 -5px;
}
    /* Clear floats after the columns */
    .row:after {
        content: "";
        display: block;
        clear: both;
    }

/* Responsive columns */
@media screen and (max-width: 1600px) {
    .cardview {
        width: 80%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #2eabe5;
}
.card h3{
    color:white ;
}
.card p{
    color:white;
}