.centerImg {
  object-fit: cover;
  height: 226px;
}

.bgc63 {
  background-color: #f4f2d5;
  border: solid 1px #f4f2d5;
  align-items: center;
}
.color63 {
  font-size: 20px;
  color: #007bbd;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 1px #007bbd;
  margin-bottom: 15px;
}

@media screen and (max-width: 420px) {
  .spwi {
    width: fit-content;
    margin: 0 auto 30px;
  }
  .spwi img {
    width: 100% !important;
    margin: auto;
  }
}

@media (min-width: 420px) {
  .art__title {
    font-size: 28px !important;
  }
  .mb0-sp {
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .art__title {
    font-size: 16px !important;
  }
}
