.mandatory-showcase {
  gap: 38px;
  margin-top: 30px;
}

.mandatory-card .articles-visual {
  height: 255px;
}

.mandatory-card .articles-visual img {
  max-width: 300px;
}

.mandatory-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8px 0 12px;
  font-size: 22px;
  text-align: left;
}

.mandatory-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 42px;
  border-radius: 11px;
  background: #eff4ff;
  color: #477fdf;
  font-size: 18px;
  font-weight: 800;
}

.mandatory-card:nth-child(2) .mandatory-num {
  background: #f1f8e9;
  color: #78ae3d;
}

.mandatory-card p {
  max-width: 310px;
}

@media (max-width: 700px) {
  .mandatory-showcase {
    gap: 30px;
  }

  .mandatory-card .articles-visual {
    height: auto;
  }

  .mandatory-card h2 {
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .mandatory-num {
    min-width: 38px;
    height: 34px;
    border-radius: 8px;
    font-size: 14px;
  }

  .mandatory-card p {
    max-width: none;
    font-size: 13px;
  }
}
