h5 {
    /* text-align: center; */
    color: #656565;
    border-bottom: 2px solid #f4a261;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.point {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 5px;
}
.icon {
    font-size: 18px;
    margin-right: 15px;
    color: #333;
}

.highlight {
    background-color: #343a40;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}