.section-alert--wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.section-alert--body {
  margin-bottom: 40px;
}
@media screen and not (min-width: 960px) {
  .section-alert--body {
    margin-bottom: 4rem;
  }
}
.section-alert--header.common-title {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #727272;
}
@media screen and not (min-width: 960px) {
  .section-alert--header.common-title {
    font-size: 2rem;
  }
}