.h-title {
    height: 50px;
    line-height: 50px;
    background-color: #bf1629;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}