/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .cn_img{
      float: left;
        margin-right: 15px !important;
 }
 .cn_img{
    margin: 0 auto;
    min-height: 60px;
    max-height: 60px;
    height: 100%;
    max-width: 70px;
    background-size: cover;
    background-position: center center;
    width: 100%;
 }
.cn_img1 {
    margin: 0 auto;
    min-height: 60px;
    max-height: 60px;
    height: 100%;
    max-width: 70px;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.cn_img1 {
    float: left;
    margin-right: 15px;
}

i.cn_icon {
    position: absolute;
    right: 8px;
    top: 38%;
}


@media only screen and (max-width: 600px) {
 .cn_img {
        min-height: 60px;
        max-height: 60px;
    }
}