
.intro h1 {
  text-align: center;
  color: #abf0ff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro h1 {
    font-size: 4em;
  }
}

p {
  margin-top: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .containerSpot {
    margin: 0px auto 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flex {
  display: flex;
  flex-direction: column-reverse;
}
.flex img {
  margin-bottom: 3rem;
}
.flex .copy {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .flex {
    flex-direction: row;
  }
  .flex .copy {
    margin: 0 3rem 3rem 0;
    text-align: justify;
    text-justify: inter-word;
  }
  .flex img {
    max-height: 327px;
    max-width: 350px;

  }
}

.containerSpot .intro img {
  width: 100%;
  height: auto;
}

.containerSpot p {
  text-align: justify;
}

strong {
  font-weight: 800;
}

.question {
  margin-top: 40px;
  color: #abf0ff;
  font-style: italic;
}

stream {
  border: 2px solid #fff;
}

.logo-holder {
  display: inline-block;
  width: 300px;
  height: 60px;
}

.logo {
  display: inline-block;
  height: auto;
}

.logo-jim {
  display: inline-block !important;
  width: 23% !important;
}

.logo-nt {
  display: inline-block !important;
  width: 73% !important;
  vertical-align: top;
  padding-top: 22px;
  padding-left: 20px;
}
