.text-content {
    background-color: #F1F1f5;
    text-align: justify;
    padding: 1% 5%;
    font-size: 18px;
    font-weight: normal;
}
@media (max-height: 920px) {
    .text-content {
        padding: 3% 23%;
    }
}

.text-content p {
    color: #7F7F7F;
    font-family: Calibri, serif;
}

.text-content a {
    color: #7F7F7F;
    text-decoration: underline;
}

.text-content h3 {
    font-family: "Bodoni MT Condensed", serif;
    color: #8A8AAC;
    font-size: 32px;
}