// Map section
.contact_map {
    height: 100%;
    min-height: 500px;
    position: relative;
    &::after {
        content: '\e91b';
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 40px;
        color: var(--main-color-one);
    }
}

.map-section {
    padding-top: 300px;
    margin-top: 108px;

    &.style-01 {
        padding-top: 0px;
        margin-top: 90px;
    }
}
