.background {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    height: 386px;
}

.background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.breadcrumb-item {
    color: #fff;
}

.breadcrumb-link {
    color: #fff;
}

.breadcrumb-link > svg {
    fill: #fff;
}

.section-name-white {
    color: #fff;
}

.green-white, .green-middle-white, .green-small-white {
    background-color: #fff;
}

.item {
    border-radius: 8px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 4px 8px 1px rgba(158, 158, 158, 0.21);
    -moz-box-shadow: 0px 4px 8px 1px rgba(158, 158, 158, 0.21);
    box-shadow: 0px 4px 8px 1px rgba(158, 158, 158, 0.21);
    padding: 42.5px;
}

.map-wrap {
    padding: 35px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 8px 1px rgba(158, 158, 158, 0.21);
    -moz-box-shadow: 0px 4px 8px 1px rgba(158, 158, 158, 0.21);
    box-shadow: 0px 4px 8px 1px rgba(158, 158, 158, 0.21);
}

.map-wrap > iframe {
    width: 100%;
    height: 440px;
}

@media (max-width: 1024px) {
    .map-wrap {
        padding: 20px;
    }

    .background {
        height: 280px;
    }

    .map-wrap > iframe {
        width: 100%;
        height: 340px;
    }
}

@media (max-width: 575px) {
    .map-wrap {
        padding: 10px;
    }

    .map-wrap > iframe {
        width: 100%;
        height: 275px;
    }

    .background {
        height: 200px;
    }
}