.content {
    width: 70%;
    font-size: 1.1em;
}

.content h2 {
    font-size: 2.2em;
    color: rgba(42, 76, 181, 0.9);
}

.content ul {
    margin: 1% 0 0 0!important;
}

.content ul li:first-child {
    margin: 0 0 .5% 0;
    font-weight: 600;
}

.content ul li {
    margin: .2% 0;
    font-size: .9em;
}

.content h2 {
    font-size: 1.9em;
    margin: 5% 0 2% 0;
}

.content h3 {
    font-size: 1.2em;
    margin: 30px 0 .5% 0;
}

.content h4 {
    margin: 30px 0 .5% 0;;
}

.content p {
    font-size: .9em;
    margin-top: 0!important;
}

.content p a, 
.content a {
    font-size: .85em;
    font-weight: 700;
    transition: all ease .2s;
}

.content p a:hover,
.content a:hover {
    color:rgb(1, 166, 207);
    transition: all ease .2s;
} 

@media screen and (max-width: 1000px) {
    
    .content {
        text-align: justify;
    }

}
