.custom-style-contact-form * {
  font-family: 'aeonik';
}
.custom-style-contact-form .page-width {
  max-width: 110ch;
}
.custom-style-contact-form .title {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 700;
} 
.custom-style-contact-form .title-wrapper {
  justify-content: center;
}
@media (min-width: 750px) {
.custom-style-contact-form .title {
    font-size: 4.5rem;
}  
}