.layout > div.bg-cloud {
    grid-column: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 595px;
    z-index: -1;
    background-image: url('../assets/images/cloud.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

main,
main > div {
    position: relative;
}

main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 595px;
    z-index: -1;
    background: linear-gradient(0deg, #FFFFFF, #97A3D7 70%, #7887CB);
}

main h3 {
    font-size: 24px;
    color: #333333;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.5;
    font-weight: 500;
}
main p {
    font-size: 16px;
    color: #666666;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.5;
    text-align: justify;
}

main ul {
    padding-left: 1em;
}

main a.emphasize {
    text-decoration: underline;
    color: var(--primary);
}

.paragraph-title {
  font-weight: 500;
  color: #333;
}
