.content {
    position: absolute;
    top: 14%;
    left: 5%;
}
.content p {
    text-align: justify;
    margin-right: 11%;
    line-height: 1.4;
}
h3 {
	font-weight: bold; 
}

span {
    font-weight: bold;
}

p {
    padding-bottom: 6%;
}


@media screen and (max-width:1000px) {


.content {
    left: 30px;

}
    .content p {
    margin-right: 30px;
}