.message {
    margin-top: -1px;
    width: 100%;
    height: 800px;
    background: url("/images/about.jpg") 40% no-repeat;
    background-size: cover;
}

.map {
    position: relative;
    width: 100%;
    height: 500px;
    background: url("/images/com-map.jpg") 40% no-repeat;
    background-size: cover;
}

.com .title {
    margin-bottom: 20px;
    font-size: 18px;
}

.mail, .address, .tel {
    margin-bottom: 10px;
}

.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}