.formal-block h5, .formal-block h6 {
  color: #000;
}
.formal-block h5 {
  font-weight: 400;
}
.formal-block h6 {
  font-weight: 700;
}
.formal-block figure {
  height: 360px;
}
.formal-block figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    object-position: top; 
}

.formal-wrap {
  max-width: 380px;
  margin: auto;
}
.formal-wrap .swiper-pagination-bullet {
  background: #000;
}