.about-content{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}
.content .about-content img{
    max-width: 100%;
}
.content .about-content p,
.content .about-content span{
    text-wrap: wrap !important;
}
.content .about-content embed{
    max-width:100%!important;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .about-content{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1000px) {
    .about-content{
        font-size: 12px;
    }
}