
.access  {
  text-align: center;
}

.access p {
    font-family: var(--paragraph-en-sm-font-family);
    font-size: var(--paragraph-en-sm-font-size);
    font-weight: var(--paragraph-en-sm-font-weight);
    line-height: var(--paragraph-en-sm-line-height);
    color: var(--text-color);	
    text-align: center;
}

.map {
	margin-top: 20px;
	margin-bottom: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}