﻿.gscolist {
    height: 250px;
    margin-bottom: 20px;
    border-bottom: 1px #000 dashed;
    padding-bottom: 20px;
}

    .gscolist .col-md-6 {
        height: 100%;
        text-align: center;
    }

    .gscolist img {
        height: 100%;
    }

.coinfo {
    font-weight:600;
    text-align: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .gscolist {
        height: auto;
    }

        .gscolist .pic {
            height: 200px;
        }
    .coinfo {
        margin-top:20px;
        text-align:center;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}
