/* background - pattern */
.rc-body-pattern {
    width: 100%;
    height: 100vh;
    padding: 0;
    position: fixed;
    opacity: 0.1;
    z-index: -1;
}

.rc-body-pattern p {
    margin: -20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-kerning: normal;
    font-size: 20px;
    line-height: 17px;
    text-align: justify;
    word-wrap: break-word;
    opacity: 1;
}