.img {
        width: 215px;
        height: 130px;
        display: block;
        margin: 0px 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-style: none;
        vertical-align: middle;
    }
    .card{
        webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
        border-radius: 3px;
        margin: 25px 0;
        overflow: hidden;
        background: #fff;
    }
    .card:hover{
        -webkit-box-shadow: 0 6px 16px 0 rgba(0,0,0,.25);
        box-shadow: 0 6px 16px 0 rgba(0,0,0,.25);
    }
    .align-items-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .about-box-main p {
        padding-bottom: 0px !important;
    }
    .about-box-main h1, h2, h3, h4, h5, h6 {
        padding: 0 0 5px 0 !important;
    }
    .card h5 {
        margin: 0 !important;
        font-size: 17px !important;
        font-weight: 500 !important;
    }