.panoramaSect__head {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .panoramaSect__head .generalHeading {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .panoramaSect__head .generalHeading {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .panoramaSect__head + .panoramaSect__cont {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .panoramaSect__head + .panoramaSect__cont {
    margin-top: calc(54 / 750 * 100vw);
  }
}

.panoramaSect__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 769px) {
  .panoramaSect__cont .touchFigure {
    width: 100vw;
  }
}

@media (max-width: 768px) {
  .panoramaSect__cont .touchFigure {
    height: calc(560 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .panoramaSect__cont .touchFigure + .touchFigure {
    margin-top: 118px;
  }
}

@media (max-width: 768px) {
  .panoramaSect__cont .touchFigure + .touchFigure {
    margin-top: calc(120 / 750 * 100vw);
  }
}

@media (max-width: 768px) {
  .viewSect__img {
    margin-left: -40px;
    width: 100vw;
  }
}

@media screen and (min-width: 769px) {
  .viewSect__img + .viewSect__img {
    margin-top: 140px;
  }
}

@media (max-width: 768px) {
  .viewSect__img + .viewSect__img {
    margin-top: calc(125 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .view-east {
    padding-bottom: 160px;
    padding-top: 140px;
  }
}

@media (max-width: 768px) {
  .view-east {
    padding-bottom: calc(235 / 750 * 100vw);
    padding-top: calc(120 / 750 * 100vw);
  }
}
