.mjr-proper-use_head {
    margin-bottom: 32px;
}
.mjr-proper-use_head img {
    max-width: 100%;
}
#mvp-movie-content a {
    margin-bottom: 16px;
    display: inline-block;
}
.mjr-proper-use_section:not(:last-child) {
    margin-bottom: 40px;
}
.mjr-proper-use_section h3 {
    padding: 4px 16px;
    font-size: 20px;
}
.mjr-proper-use_section:not(:last-child) h3 {
    background-color: #b181db;
}
.mjr-proper-use_section:last-child h3 {
    background-color: #f19796;
}
.mjr-proper-use_grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 24px 0;
}
.mjr-proper-use_grid + a {
    border-top: 1px solid #ddd;
}
.mjr-proper-use_grid span {
    font-size: 18px;
    font-weight: bold;
}
.mjr-proper-use_grid img {
    max-width: 100%;
    border: 1px solid #dbdbdb;
}
#mvp-movie-content a img {
    margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .mjr-proper-use_head {
    margin-bottom: 16px;
  }
  .mjr-proper-use_section:not(:last-child) {
    margin-bottom: 16px;
  }
  .mjr-proper-use_section h3 {
      font-size: 18px;
  }
  .mjr-proper-use_grid {
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 16px 0;
  }
  .mjr-proper-use_grid span {
      font-size: 16px;
      font-weight: bold;
  }
}
