@import "./imports.scss";

.viewport-modal {
  text-align: center;

  .content {
    h3 {
      font-weight: 600 !important;
      font-size: 20px !important;
      line-height: 26px !important;
      color: $dark-blue !important;
      padding-bottom: 5px;
    }

    p {
      color: $grey;
    }

    p,
    button {
      line-height: 20px;
      font-size: 14px;
    }
  }
}