.h1-title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 600;
    white-space: pre-wrap;
    word-break: break-word;
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #ececec;
}