h3 {
    font-size: 20pt;
}

h3 strong, h2 strong {
    color: #0066E5;
    margin-right: 5px;
}

ol {
    list-style-type: none;
}

ol .scrollBtn:hover {
    cursor: pointer;
    text-decoration: underline;
}

.swot>ul {
    padding-left: 10px;
}

.swot>ul>li {
    padding-left: 10px;
    border-left: #0066E5 solid 5px;
    list-style-type: none;
}

.swotItem:hover {
    cursor: pointer;
    text-decoration: underline;
}

.hidden {
    display: none;
}

span a {
    overflow-wrap: anywhere;
}