.amp-dc-card {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif
}

.amp-dc-card * {
    margin: 0;
    padding: 0
}

.amp-dc-card .amp-dc-card-wrap {
    margin:0 0 25px 25px;
    display: block;
    position: relative;
    text-decoration: none;
    background: #d3d3d3;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: opacity .6s ease, -webkit-transform .6s ease;
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, transform .6s ease;
    transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease
}

.amp-dc-card-list .amp-dc-card-list-wrap{
    margin-left:-25px;

}

.amp-dc-card .amp-dc-card-wrap:hover .amp-dc-card-link {
    text-decoration: underline
}

.amp-dc-card .amp-dc-card-wrap:hover .amp-dc-image {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition: -webkit-transform 1s ease, margin 1s ease;
    -webkit-transition: margin 1s ease, -webkit-transform 1s ease;
    transition: margin 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, margin 1s ease;
    transition: transform 1s ease, margin 1s ease, -webkit-transform 1s ease
}

.amp-dc-card .amp-dc-card-wrap .amp-dc-card-img-wrap {
    overflow: hidden
}

.amp-dc-card .amp-dc-card-wrap .amp-dc-image {
    transition: -webkit-transform 1s ease, margin 1s ease;
    -webkit-transition: margin 1s ease, -webkit-transform 1s ease;
    transition: margin 1s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, margin 1s ease;
    transition: transform 1s ease, margin 1s ease, -webkit-transform 1s ease
}

.amp-dc-card .amp-dc-card-text-wrap {
    padding: 10px 0;
    text-align: center;
    background-color: #fff
}

.amp-dc-card .amp-dc-card-name {
    font-size: 21px;
    color: #000;
    margin-bottom: 5px
}

.amp-dc-card .amp-dc-card-description {
    font-size: 14px;
    color: #8f8f8f;
    display: inline-block
}

.amp-dc-card .amp-dc-card-link {
    color: #8f8f8f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    margin-top: 7px
}