.focus-block {

  margin-bottom: 48rem;
  border: 1px solid #f2f4f6;
  border-radius: 20px;
  overflow: hidden;
}

.focus-block-top {
  padding: 32rem 32rem 24rem 32rem;
  background: #fff;
  display: flex;
  align-items: center;
}

.focus-block:last-child {
  margin-bottom: 0;
}

.single-body-content .focus-block-top img {
  width: 140rem;
  min-width: 140rem;
  height: auto;
  margin-right: 32rem;

}

.single-body-content .focus-block-top h2 {
  font-weight: 600;
  font-size: 36rem;
  line-height: 120%;
  color: #000;
  margin-bottom: 0rem;
  margin-top: 0;
}

.single-body-content .focus-block p {
  background: #f8faff;
  padding: 32rem;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16rem;
  line-height: 150%;
  color: #000;
}

@media screen and (max-width: 991px) {}