.modal-orange {
  background-color: #f91;
  color: #fff;
  border: #f91 1px solid;
  border-radius: 6px;
  max-width: 375px;
  width: 100%;
  min-height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.btn--orange {
  border-color: #f91;
  color: #f91;
  background-color: #fff;
  box-shadow: 0 7px 0 0;
}

.square-image-text-card__item-link {
  text-align: left;
  border: 1px solid #b0bdcc;
}

.square-image-text-card__item-link .textWrap {
  padding: 20px;
}

.imgWrap__img {
  max-height: 100% !important;
}

.icon-megaphone {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -8px;
}

.speech-balloon--dialog .speech-balloon__image {
  width: 130px;
}

.speech-balloon__image--circle img {
  width: 80%;
  display: block;
  margin: auto;
}

.footer__pagetop {
  margin-bottom: 140px;
}

@media screen and (max-width: 1019px) {
  .speech-balloon__content-inner p {
    font-size: 14px;
  }
}


