@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.hero .hero__content-wrapper >*{
max-width:770px;
}
.ui-button__type__info{ display:none !important;}
.hero__title h1{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
font-size:45px;
        line-height: 1.2em;
margin: .2em 0;

@media (min-width:768px){

font-size:85px;
}
}

.hero__description p{
font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
