.text-row {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px 50px;
}

.text-container h2 {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 2.8rem;
    font-family: "aller", sans-serif;
}

.text-container h3 {
    margin-bottom: 2rem;
    font-weight: 500;
    font-family: "aller", sans-serif;
    font-size: 2.4rem;
}
.text-container p, .text-container li {
    line-height: 2.48rem;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #383D48;
    text-align: left;
    font-size: 1.6rem;
    font-family: "Assistant", sans-serif;
}
.text-container p a {
    text-decoration:underline;
    color: #007bff;
}
