.navigation {
    margin: 40px auto 40px auto;
    width: 1134px;
}

.navigation .title {
    padding: 0 0 20px 0;
    border-bottom: 2px solid #a01f19;
    font-size: 20px;
    font-weight: bold;
    color: #a01f19;
}

.navigation .map {
    margin: 20px 0 0 0;
    width: 100%;
    height: 600px;
}
.navigation .map iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.navigation__text{
    padding: 20px 0 0 0;
}
.navigation__text .subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #a01f19;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation__text p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 4px;
}
.navigation__text .bold{
    font-weight: bold;
}