.content-eddit {
    padding: 80px 0;
}

.content-eddit strong {
    font-weight: 700;
}

.content-eddit ul {
    padding-left: 20px;
    list-style: circle;
}


.content-wrapper {
    padding: 50px 0 100px;
}

.content-wrapper * {
    font-size: 18px;
    line-height: 120%;
}

.content-wrapper strong,
.content-wrapper p {
    display: inline-block;
    margin: 0 0 30px 0;
}

@media only screen and (max-width: 1024px) {
    .content-wrapper * {
        font-size: 16px;
    }

    .content-wrapper strong, .content-wrapper p {
        margin: 0 0 15px 0;
    }
}