<style>
   .page-main .main-page-title {
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: #10182080;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
  }
  .page-main .rte {
    text-align: center;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    color: #10182080;
    margin-bottom: 3.2rem;
  }
  @media screen and (min-width: 750px) {
    .page-main .rte {
      margin-bottom: 6.2rem;
    }
  }
  .page-main .ResponsiveCookieTable {
    font-size: 12px;
    line-height: 18px; 
    margin-bottom: 3.2rem;
  }
  .page-main .ResponsiveCookieTable td,
  .page-main .ResponsiveCookieTable th {
    border: 1px solid;
    padding: 5px;
  }
  .page-main .rte h2{
    font-family: Playfair Display;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -2px;
    text-align: center;
    max-width: 638px;
    margin: 0 auto;
    color: #101820;
    margin-bottom: 3.2rem;
  }
  @media screen and (min-width: 750px) {
    .page-main .rte h2{
      font-size: 38px;
      line-height: 46px;
    }
  }
  .spaced-section {
    margin-top: 6.4rem;
  }
  h2.image-with-text__heading.h1 {
    font-size: 32px;
    line-height: 38px;
  }
  @media screen and (min-width: 750px) {
    h2.image-with-text__heading.h1 {
      font-family: Playfair Display;
      font-size: 48px;
      font-style: normal;
      font-weight: 400;
      line-height: 56px;
      letter-spacing: -2px;
      text-align: left;
    }
  }
  .page-main p, .page-main ul {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    word-break: keep-all;
  }
  .image-with-text img{
    object-fit: contain;
    left: 50%!important;
    transform:translateX(-50%);
    max-width: 322px!important;
  }
  .contact-page__content-info .contact .field {
    color: #000;
  }
  .contact-page__content-info .contact .field .field__input {
    box-shadow: none;
    border-bottom: 1px solid #000; 
  }
  .contact-page__content-info-first .title {
    margin: 0;
  }
  @media screen and (max-width: 989px) {
    .contact-page__content-info-first .title {
      margin-top: 4rem;
    }
  }
  .contact-page__content-info-first .title p {
    font-family: Playfair Display;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -2px;
    text-align: left;
    margin-block-start: 0;
    margin-block-end: 0;
    max-width: 321px;
  }
  @media screen and (max-width: 989px) {
    .contact-page__content-info-first .title p {
      font-size: 24px;
      line-height: 32px;
    }
  }
  .contact-page__content-info-first p {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    max-width: 321px;
  }
  .contact-page__content-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  @media screen and (min-width: 990px) {
    .contact-page__content-wrapper {
      max-width: 438px;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 989px) {
    .contact-page__content-wrapper {
      flex-direction: column-reverse;
    }
  }
  .contact-page__content-wrapper .contact-page__content-info-text {
    margin-bottom: 6rem;
  }
  @media screen and (max-width: 749px) {
    .contact-page__content-wrapper .contact-page__content-info-text {
      width: 100%;
      margin-bottom: 4rem;
    }
  }
  .contact-page__content-wrapper .contact-page__content-info-image {
    width: 100%;
    max-height: 625px;
    max-width: 440px;
    overflow: hidden;
    position: relative;
  }
  .contact-page__content-wrapper .contact-page__content-info-image img {
    width: 100%;
    height: 100%;
    display: block;
  }
</style>