.bg-grey-light {
    background: #f1f1f1;
}
.index-contents h3 {
    text-transform: initial;
    font-weight: bold !important;
    color: #4D4D4D;
    margin-bottom: 1.3rem;
    margin-top: 1.3rem;
}
.index-contents .bullet {
    display: flex;
    align-items: center;
}
.index-contents .bullet:before {
    margin-bottom: 1.2rem;
    display: block;
    content: attr(data-index);
    background: #B9002D;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    z-index: 0;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    align-items: center;
    padding: 6px 10px;
}
.index-contents .bullet a {
    color: #4D4D4D;
    text-decoration: underline;
    margin-left: 1rem;
    float: left;
}
.index-contents .bullet a:hover {
    color: #B9002D;
}