.navigation .title {
    margin: 10rem 0 0 0;
    font-size: 28rem;
    border-bottom: 1px solid #a60000;
    color: #a60000;
    line-height: 60rem;
    position: relative;
    display: flex;
    align-items: center;
}

.navigation .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 150rem;
    height: 3px;
    background-color: #a60000;
    border-radius: 3px;
}

.navigation .title img {
    width: 32rem;
    height: 32rem;
    margin-right: 6rem;
}

.navigation {
    padding: 20rem;
}

.navigation .map {
    margin: 20rem 0 0 0;
    width: 100%;
    height: 500rem;
}

.navigation .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.navigation__text {
    padding: 20rem 0 0 0;
}

.navigation__text .subtitle {
    font-size: 26rem;
    font-weight: bold;
    color: #a01f19;
}

.navigation__text p {
    margin: 0;
    font-size: 26rem;
    line-height: 46rem;
}

.navigation__text .bold {
    font-weight: bold;
}