.custom-section p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    margin: 1.2rem 0;
}

.custom-section li {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

.custom-section img {
    width: 100%;
}

.custom-section a {
    color: var(--celtic-blue);
    cursor: pointer;
}

.custom-section a:hover,
.custom-section a:active {
    color: var(--azure);
    text-decoration: underline;
}

.custom-section .new-line-separator {
    height: 4px;
}