.single-page {
    max-width: 1320px;
    margin: 0 auto;
    font-family: "Outfit", sans-serif;
}


.single-page .content {
    max-width: 900px;
    margin: auto;
    text-align:justify;
    white-space: normal;
    word-wrap: break-word;
    margin-top: 100px;
}

.single-page .content p {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 15px;
}