h1.bg-page-title
{
    margin-top: 10px;
}

.root-content .act-root-content
{
    padding: 1em;
}

.about-content p
{
    text-align: justify;
    font-size: 0.96em;
    line-height: 1.6;
}

.about-content img
{
    display: block;
    margin: 1em auto;
    height: auto;
    max-width: 98%;

    width: auto;
    height: 500px;

    padding: 1%;
    background-color: var(--color-primary-light);
    box-shadow: 1px 1px 5px #ffaa3e;
}

@media only screen and (max-width: 720px)
{
    .about-content img
    {
        height: auto;
    }
}