.how-to-get-here {
  position: relative;
  margin: 0 0 8rem 0 !important;
  width: 100%;
  height: auto;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}

.how-to-get-here__inner {
  position: relative;
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
  background-color: var(--color-1);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.how-to-get-here .how-to-get-here__title {
  font-family: var(--font-primary), sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: white !important;
  font-size: 2.7rem;
  margin: 1rem 0 1.5rem 0;
  padding: 0;
}

.how-to-get-here .how-to-get-here__description {
  font-family: var(--font-primary), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 150%;
  color: white;
}

.how-to-get-here__buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}

.how-to-get-here__button--map {
  background-color: var(--color-8);
  color: white;
  padding-right: 5rem;
  padding-left: 1rem;
  margin-right: 2rem;
  font-size: 1.4rem;

  & .samk-button-arrow {
    background-position: right 0 center;
  }
}

.how-to-get-here__button--nav {
  background-color: var(--color-11);
  color: white;
  font-size: 1.4rem;
}

.how-to-get-here__image {
  display: none;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
  .how-to-get-here {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 9.5rem 0 0 0;
  }

  .how-to-get-here__inner {
    padding: 3rem 2rem 4rem 35rem;
    margin: 0 auto;
    width: 100%;
    /*width: 80%;*/
  }

  .how-to-get-here .how-to-get-here__title {
    max-width: 780px;
    font-size: 3rem;
    line-height: 120%;
  }

  .how-to-get-here__image {
    display: block;
    position: absolute;
    padding: 0;
    bottom: 0;
    left: 0;
    background-image: url("../../images/front/boy-girl.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 350px;
    height: 350px;
  }
}

@media screen and (min-width: 992px) {

  .how-to-get-here__inner {
    padding: 3rem 2rem 4rem 35rem;
    margin: 0 auto;
    width: 80%;
  }

  .how-to-get-here .how-to-get-here__title {
    max-width: 780px;
    font-size: 4.5rem;
    line-height: 150%;
  }

  .how-to-get-here__image {
    left: 120px;
  }
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1400px) {
}
