.access__title {
    width: 100%;
    padding: 11px;
    position: relative;
    background-color: #efefef;
    color: #222222;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0.08em;
    border-left: 9px solid #edc058;
}

.access__text {
    margin-top: 32px;
    text-align: left;
    position: relative;
    width: 419px;
    color: #4f4f4f;
    font-family: "M Plus 1p", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

.access__text-bold {
    font-weight: 700;
} 

.access__map-row {
    margin-top: 40px;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.access__map {
    flex-shrink: 0;
    width: 50%;
    height: 320px;
    position: relative;
    object-fit: cover;
}
  
.access__image {
    flex-shrink: 0;
    width: 50%;
    height: 320px;
    position: relative;
    object-fit: cover;
}

@media screen and (max-width: 500px) {
    .access__map-row {
        flex-direction: column;
    }
    
    .access__map {
        flex-shrink: 0;
        width: 100%;
        height: 320px;
        position: relative;
        object-fit: cover;
    }
      
    .access__image {
        flex-shrink: 0;
        width: 100%;
        height: 320px;
        position: relative;
        object-fit: cover;
    }
}
  