.text-content p{
    margin-top: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.text-content a{
    word-break: break-word;
    display: inline;
}

.text-content p:last-child{
    margin-bottom: 0px;
}

.text-content ul{
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 25px;
}

.text-content ul > li{
    font-size: 16px;
    line-height: 1.6;
}

.text-content img{
    max-width: 100%;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4{
    margin-bottom: 25px;
}