.banner .title {
  max-width: 960px;
  margin: 0 auto;
}
.banner .amazon-title {
  max-width: 1080px;
}
.banner .disney-title {
  max-width: 1080px;
}
.banner .hbo-title {
  max-width: 900px;
}
.content {
  display: flex;
  margin: 59px 0;
  box-shadow: 0px 11px 13px -3px rgba(0, 0, 0, 0.12);
}
.content .option {
  width: 416px;
}
.content .option a {
  display: block;
}
.content .option .item {
  font-weight: 700;
  font-size: 20px;
  line-height: 188%;
  color: #373737;
  padding: 17px 17px 27px;
  cursor: pointer;
}
.content .option .item-active {
  color: #01966b;
  background: #f6f6f6;
}
.content .posts {
  background: #f6f6f6;
  padding: 26px 30px 48px 48px;
  flex: 1;
}
.content .posts .posts-item {
  display: none;
}
.content .posts .posts-item.active {
  display: block;
}
.content .posts .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 153%;
  color: #565656;
  margin-bottom: 19px;
}
.content .posts p {
  margin-bottom: 19px;
  font-weight: 400;
  font-size: 16px;
  line-height: 153%;
  color: #565656;
}
.content .posts p a {
  color: #c36;
  transition: all 0.2s;
}
.content .posts p a:hover {
  color: #565656;
}
.content .posts img {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.content .posts img:last-child {
  margin-bottom: 0;
}
.content .posts ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.content .posts ul li {
  list-style: disc;
  margin-bottom: 10px;
  line-height: 28px;
}
.content .posts ul li:last-child {
  margin-bottom: 0;
}
.content .posts .item-active {
  display: none;
}
.help {
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}
.help .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 134%;
  text-align: center;
  color: #212121;
}
.help .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 134%;
  text-align: center;
  border-radius: 5px;
  color: #565656;
  margin-top: 13px;
}
.help .help-button {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  background: #01966b;
  padding: 15px 20px;
  margin-top: 38px;
  transition: all 0.5s;
}
.help .help-button:hover {
  transform: translateY(-15px);
}
footer {
  margin-top: 0;
}
@media (max-width: 770px) {
  .content {
    flex-wrap: wrap;
  }
  .content .option {
    flex: 0 0 100%;
  }
  .content .option .item {
    background: #f6f6f6;
  }
  .content .option .posts-item {
    display: none;
    padding: 20rem;
    background: #f6f6f6;
  }
  .content .option .posts-item .title {
    font-weight: 700;
    font-size: 16rem;
    line-height: 24rem;
    color: #565656;
    margin-bottom: 19rem;
  }
  .content .option .posts-item p {
    margin-bottom: 22rem;
    font-weight: 400;
    font-size: 16rem;
    line-height: 24rem;
    color: #565656;
  }
  .content .option .posts-item p a {
    color: #c36;
    transition: all 0.2s;
  }
  .content .option .posts-item p a:hover {
    color: #565656;
  }
  .content .option .posts-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 24px;
  }
  .content .option .posts-item img:last-child {
    margin-bottom: 0;
  }
  .content .option .posts-item ul {
    padding-left: 20rem;
    margin-bottom: 20rem;
  }
  .content .option .posts-item ul li {
    list-style: disc;
    margin-bottom: 10rem;
    line-height: 28rem;
  }
  .content .option .posts-item ul li:last-child {
    margin-bottom: 0;
  }
  .content .option .posts-item video {
    width: 100%;
    height: auto;
  }
  .content .option .posts-item:first-child {
    display: block;
  }
  .content .posts {
    display: none;
  }
}
