.content-copy {
    color: #303030;
    font-family: "Poppins", sans-serif;
}

.content-copy h4,
.content-copy h5,
.content-copy p,
.content-copy li,
.content-copy ul,
.content-copy ol {
    color: #1d1d1d;
    font-family: "Poppins", sans-serif;
}

.content-copy h4,
.content-copy h5 {
    line-height: 1.35;
}

.content-copy h4 {
    font-size: 30px;
}

.content-copy h5 {
    font-size: 22px;
}

.content-copy p,
.content-copy li {
    font-size: 17px;
    line-height: 1.75;
    color: #4a4a4a;
}

.content-copy p {
    margin-bottom: 16px;
}

.content-copy ul,
.content-copy ol {
    margin: 0 0 24px;
    padding-left: 28px;
}

.content-copy ul {
    list-style: disc;
}

.content-copy ol {
    list-style: decimal;
}

.content-copy li {
    margin-bottom: 10px;
}

.content-copy li:last-child {
    margin-bottom: 0;
}

.content-copy ul ul,
.content-copy ol ol,
.content-copy ul ol,
.content-copy ol ul {
    margin-top: 12px;
    margin-bottom: 12px;
}

.content-copy strong {
    color: #1d1d1d;
}
