.maspray-slider div h3 {
  margin-top: 0;
  line-height: 1;
}

.maspray-slider div b {
  font-size: 110%;
  margin-bottom: .25rem;
  display: block;
}

.maspray-slider div p {
  line-height: 1.6;
}

.maspray-slider a {
  font-weight: bold;
  font-size: 110%;
}

.maspray-type {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.maspray-type > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.maspray-type h4 {
  font-size: 110%;
}

.maspray-type li ul {
  text-align: left;
}

.iframe-youtube {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.iframe-youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 640px) {
  .maspray-type {
    grid-template-columns: 1fr;
  }
}