<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainModuleLayout5 {
    /* border-bottom: 1px solid #aaa; */
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.mainModuleLayout5::before {
    background: #aaa;
    height: 1px;
    content: "";
    position: absolute;
    width: 250px;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.mainModuleTitle5 {
    /* border-bottom: 2px solid #bb1127; */
    /* margin-bottom: -1px; */
    display: inline-block;
    padding: 7px 0px;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
}

.mainModuleTitle5::before {
    background: #bb1127;
    width: 80px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -1px;
    right: 50%;
    transform: translateX(50%);
}</pre></body></html>