contact.css 768 Bytes
.contact-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
}

.contact-container .item {
    width: 30%;
    flex-grow: 1;
    border-right: 1px solid #E0E0E0;
    text-align: center;
}

.contact-container .item:last-child {
    border: none;
}

.contact-container .item img {
    margin: 0 0 20px 0;
}

.contact-container .item .text {
    color: #262626;
}

.map-container {
    width: 1200px;
    margin: 30px auto;
}

.BMapLabel {
    position: relative;
}

.BMapLabel::before {
    position: absolute;
    left: -10px;
    bottom: 0;
    transform: translateY(-30%);
    content: ' ';
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #3287FE;
    border-bottom: 10px solid transparent;
}