section.page-title h1 {
background-repeat: no-repeat;
background-image: url("https://storage.googleapis.com/93a3d77f-b42f-4489-bb10-d51a3be3bc04/images/logo-de0c2df8be.png");
background-size: 183px 70px;
background-position: center;
font-size: 140px;
}

body {
  font-family: HF Medium,Roboto,sans-serif;
  font-weight: 400 !important;
  color: #fff;
  color: #fff0;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

section.page-title p {
  margin-top: -10px;
}


.modal-content .main .background img {
  filter: blur(0px);
  height: calc(100% + 20px);
  left: -10px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .8;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
}