body {
  font-family: switzer;
}
em {
  font-family: Eiko Italic;
}
header {
  background-position: center 65%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 70vh;
}
header .text {
  text-align: center;
  padding-top: 130px;
}
header .text h1 {
  font-size: 53px;
  color: #fff;
}
.hear {
  margin-top: 50px;
  margin-bottom: 50px;
}
.hear .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.hear .container .card-body {
  margin-top: 30px;
}
.hear .container .card {
  height: 400px;
  width: 22em;
  justify-content: center;
  margin-top: 30px;
  background-color: rgb(224, 224, 224);
}
