#main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-content {
    padding: 3rem 2rem;
}
.text-main {
    line-height: 1.5rem;
    color: #999;
    font-size: 1rem;
    text-align: justify;
    font-weight: 600;
    padding-bottom: 1.5rem;
}
.text-main h2 {
    padding-bottom: 2rem;
    font-size: 1.6rem;
    color: #333;
}
.text-main h3 {
    padding-bottom: 1rem;
    color: #333;
}
.text-main p {
    padding-bottom: 1rem;
}
.text-main strong {
    color: #333;
}
.text-main ul {
    margin-left: 1.5rem;
}
.text-main ul:last-of-type {
    margin-bottom: 1rem;
}