section.lopd {
    float: left;
    width: 100%;
    padding: 20px 0 120px;
}

section.lopd .row > *:first-child {
    margin-top: 0;
}

section.lopd h2 {
    font-family: 'Outfit-Bold';
    margin: 10px 0 12px;
}

section.lopd h3 {
    font-family: 'Outfit-Bold';
    margin: 8px 0 10px;
    font-size: 21px;
}

section.lopd ul,
section.lopd ol,
section.lopd p {
    font-family: 'Outfit-Light';
    margin: 5px 0 10px;
}

section.lopd ul li,
section.lopd ol li {
    margin-bottom: 10px;
}

section.lopd ul,
section.lopd ol {
    margin-left: 20px;
}

section.lopd ul > li {
    list-style: disc;
}

section.lopd ol > li {
    list-style: decimal;
}

section.lopd a {
    transition: all 0.35s ease;
    font-family: 'Outfit-SemiBold';
    color: #ac1548;
    position: relative;
    text-decoration: underline;
}

section.lopd a:hover,
section.lopd a:focus {
    color: #000;
    text-decoration-color: transparent;
}

section.lopd strong {
    color: #ac1548;
}