.honor-card div {
    text-align: center;
}

.honor-card img {
    height: 280px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    box-shadow: 3px 3px 5px #236952;
}

.honor-card div:nth-child(2) {
    font-size: 17px;
    font-weight: bold;
    color: #236952;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.doc-title{
    margin-bottom:40px !important;
}

@media (max-width: 993px) {
    .honor-card img {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 994px) {
    .honor-card .h {
        height: 420px !important;
    }
}