h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8em;
    color: #001F33;
    text-align: center;
}
p {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
}

.svg-wrap {
    width: 46px;
    height: 46px;
    background-color: #EBEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-wrap .head {
    font-size: 14px;
    font-weight: 400;
    color: #54595F;
    margin: 0;
}

.text-wrap .value,
.text-wrap .value a{
    font-size: 16px;
    font-weight: 400;
    color: #001F33;
    margin: 0;
}

@media (max-width: 768px) {
    .text-wrap .head {
        font-size: 12px;
    }
    .text-wrap .value,
    .text-wrap .value a {
        font-size: 12px;
    }
}

.map iframe {
    filter: grayscale(1);
}

