.content .whats__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #707070;
}
.content .whats__title img {
  width: 100%;
}
.content .whats__link {
  display: flex;
  width: 100%;
}
.content .whats__link-img {
  /* width: 80px; */
  width: 30px;
}
.content .whats__link-img img {
  width: 100%;
  vertical-align: middle;
}
.content .whats__link-day {
  width: 80px;
  line-height: 1.275;
}
.content .whats__link-text {
  width: 100%;
  line-height: 1.275;
  padding: 0 0 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: underline;
}
.content .whats__link-text .day {
  display: block;
}
.content .whats__link-tags.col1 span {
  background: #AF87D8;
}
.content .whats__link-tags span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 2px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.275;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 4px;
}
.content .special__title img {
  width: 100%;
  vertical-align: middle;
}
.content .screen {
  background: #f0f0f0;
}
.content .screen__title {
  color: #eda0b5;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.content .screen__img {
  text-align: center;
}
.content .screen__img img {
  /* width: 70%; */
  width: 30%;
}
.content .screen__limit {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.content .screen__text {
  text-align: center;
}
