.cnt-summary {
    margin-bottom: 15px;
    background-color: #D9DEE3;
    padding: 30px 20px 15px;
    font-family: 'VELUX Transform', sans-serif;
    line-height: 22.5px;
    letter-spacing: 0;
    vertical-align: middle;
}
.cnt-summary-title {
    font-weight: 700;
    font-size: 30px;
}
.cnt-summary-title::after {
    content: '';
    display: block;
    margin-block: 20px 15px;
    height: 2px;
    width: 77px;
    background-color: #FF0000;
}
.cnt-summary-content ul {
    font-weight: 700;
    font-size: 18px;
    list-style: none;
    margin: 0;
}
.cnt-summary-content li {
    padding-block: 5px 0;
    margin-bottom: 10px;
}
.cnt-summary-content a {
    color: #000;
    text-decoration: none;
}
.cnt-summary-content a:hover {
    color: #F00;
    text-decoration: underline;
}