﻿
.extra-text {
    text-align: justify;
    margin-top: -96px;
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    .extra-text {
        margin-top: 15px !important; /* remove negative spacing */
        text-align: justify;
    }

    .about-thumbnail img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
        margin-bottom:15px;
    }
}


