body {
  font-family: "Josefin Sans";
}
.jumbotron {
  padding-top: 70px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3rem;
}

.display-5 {
  padding-top: 4rem;
}
.row-cols-3 {
  justify-content: center;
  margin-bottom: 2rem;
}
.position-relative {
  margin-top: 50px;
  margin-bottom: 4rem;
}

.col-sm-5 {
  background: #fff;
  padding: 15px;
  margin: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.inner {
  overflow: hidden;
}
.inner img {
  transition: all 1s ease;
}
.inner:hover img {
  transform: scale(1.2);
}
