.access {
    max-width: 900px;
    margin: 0 auto;
    padding: 2em 1em;
}

.access h1 {
    font-size: 2.2em;
    font-weight: 700;
    color: #4a7c59;
    margin-bottom: 1em;
    text-align: center;

}

.access-icon {
    text-align: center;
    margin-bottom: 1.5em;
}

.access-icon img {
    height: 48px;
}

.access-address {
    font-size: 1.2em;
    margin-bottom: 1em;
    text-align: center;
}

.access-map {
    text-align: center;
    margin-bottom: 2em;
}

.access-footer {
    font-size: 1em;
    color: #666;
    text-align: center;
    padding-bottom: 2em;
}