.map {
  height: 90vh;
  padding: var(--sp) 0;
  display: flex;
  flex-direction: column;
}

.map__container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.map .section-head {
  flex: 0 0 auto;
}

.map .section-head__title ._row-1 {
  justify-content: space-between;
}

.map__body {
  flex: 1 1 auto;
  width: 100%;
  position: relative;
}

.map__body:before {
  background: var(--bg);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  mix-blend-mode: color;
  pointer-events: none;
}

.map__body iframe {
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 760px) {
  .map .section-head__title ._row-2:is(.single-course .team .section-head__title ._row-2) {
    padding-left: 0;
  }

  .map .section-head__title ._row-2:is(.page .team .section-head__title ._row-2) b {
    width: 100%;
  }

  .map .section-head__title ._row-2:is(.page .team .section-head__title ._row-2) b:first-child {
    padding-left: 10px;
  }

  .map .section-head__title ._row-2:is(.page .team .section-head__title ._row-2) b:last-child {
    text-align: right;
  }

  .map .section-head__title ._row-3 {
    justify-content: flex-end;
  }
}