.title {
    line-height: 1.35;
    margin: 0px 0 18px 0;
    font-size: 48px;
    font-weight: 700;
    color: #0E5AF2;
    text-align: center;
    margin-bottom: 15px;
}

.description {
    text-transform: uppercase;
    color: #0E5AF2;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 1.5;
    margin: -0.25em 0 23px 0;
    position: relative;
    padding-top: 15px;
}

.description::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100px;
    background: #0E5AF2;
}

.content {
    margin-top: 113px;
    background-color: #b68ef32e;
    width: calc(100% - 30px);
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.content .content_left {
    width: 525px;
    margin: 18px 0;
}

.content .content_left .content_map {
    width: 525px;
    overflow: hidden;
}

.content .content_right {
    width: 525px;
    margin: 18px 0 18px 30px;
}

.content .content_right img {
    width: 525px;
    height: auto;
}

.content p {
    line-height: 1.8;
    margin: 0 0 18px 0;
    color: var(--body-color);
    font-size: 18px;
    font-weight: 400px;
}

.map {
    margin-top: 60px;
}

.map p>iframe {
    border-radius: 30px;
    overflow: hidden;
    border-style: groove;
    border-width: 3px;
    padding: 30px 0 1em 0;
    width: calc(100% - 6px);
}

@media(max-width:999px) {
    .content .content_left {
        width: 100%;
        margin: 18px 0;
    }

    .content .content_left .content_map {
        width: 100%;
    }

    .content .content_right {
        width: 100%;
        margin: 18px 0;
    }

    .content .content_right img {
        width: 100%;
        height: auto;
    }
}