.zep-obesity-signs-btn {
    background: #fff;
    border: 2px solid #0070c0;
    border-radius: 1.6rem;
    padding: .8rem 1.6rem;
    display: inline-block;
    margin-bottom: 1.6rem;
    line-height: 1;
    color: #0070c0;
    font-weight: bold;
}
.zep-obesity-signs-btn:hover {
    color: #fff;
    background: #0070c0;
}
@media screen and (max-width: 767px) {
.zep-obesity-signs-btn {
    width: 100%;
    text-align: center;
}
}