#healthHubContentView {
    max-width: 1000px;
    margin: 20px auto;
}
.content .title{
    font-size: 34px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.healthHubContent {
    margin: 0 30px;
}

#detail-right-icon {
    width: 25px;
    height: 23px;
    margin-left: 6px;
}

#see-detail a {
    color: #0099a8;
    font-size: 14px;
    font-weight: bold;
}


#see-detail a:hover #detail-right-icon {
    opacity: 1;
    transition: 0.2s;
    margin-left: 20px;
}

#detail-right-icon {
    width: 25px;
    height: 23px;
    margin-left: 6px;
}

#see-detail {
    color: #0099a8;
    font-size: 14px;
    font-weight: bold;
}

#healthHubContentView .details,#see-detail,.content .prod-show .img-txt h4{
    background: #ebf7f7;
}

.content .prod-show .img-txt h4 {
    line-height: 50px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.content .prod-show .img-txt h4 span {
    color: black;
    vertical-align: middle;
    text-align: left;
    padding: 0 5px;
    display: inline-block;
    font-weight: 800;
    font-size: 20px;
    line-height: 2.2rem;
}

.healthHubItem {
    margin-top: 10px;
    margin-bottom: 10px;
}

#see-detail {
    padding-left: 5px;
}


#see-detail:hover {
    color: #006b75;
}

#see-detail:hover #detail-right-icon {
    opacity: 1;
    transition: 0.2s;
    margin-left: 20px;
}

#healthHubContentView .details {
    font-size: 14px;
    padding: 10px 5px;
    height: 60px;
    overflow: hidden;
    white-space: normal;
}

@media only screen and (max-width: 780px) {
    .content .prod-show .img-txt h4 span {
        font-size: 14px;
    }
    #healthHubView .details{
        font-size: 12px;
    }
}
