/* about section */

.about-section-header {
    max-width: 900px;
    margin: 0 auto -15px;
    /*text-align: center;*/
    font-family: var(--header-font);
    color: var(--highlight-color);
}

.about-section-header:first-of-type {
    margin-top: 90px;
}

.about-section-header p {
    font-family: var(--header-font);
    font-size: 24px;
    font-weight: 600;
    padding: none;
}

.about-section {
    max-width: 900px;
    margin: 0 auto 60px;
    font-family: var(--text-font);
    font-size: 22px;
    font-weight: 300;
    text-align: justify;
    display: table;
}

/* images */

.gallery img {
    width: 240px;
    /*margin: 10px;*/
    margin: 0 auto;
    border: 1px dotted var(--text-color);
    box-shadow: 10px 10px var(--highlight-color-2);
    display: table;
}

/* footer */

footer {
    margin-top: 60px;
}