.tongue-main-title {
  text-align: center;
  padding: 120px 24px 80px 24px;
}
.tounge-wrap {
  background-color: var(--light-blue-bg);
}
.tongue {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tongue-text {
  display: flex;
  flex-direction: column;
}

.tongue-subtitle {
  padding: 16px 0;
  color: var(--dark-blue);
  font-family: "Source Sans Pro";
  font-style: italic;
  font-size: 20px;
  line-height: 34px;
}

.tongue-paragraph {
  font-size: 16px;
  line-height: 32px;
}

.tongue-image {
  margin: 32px 0 2px 0;
}

.tongue-image a {
  width: 100%;
}

.tongue-image a img {
  width: 100%;
}

.tongue-image-credit {
  font-size: 14px;
  line-height: 26px;
}

@media screen and (min-width: 900px) {
  .tongue {
    flex-direction: row;
    justify-content: center;
  }

  .tongue-text {
    max-width: 455px;
  }

  .tongue-image {
    width: 500px;
    margin-left: 80px;
  }
}
