@font-face {
  font-family: 'Din Pro';
  src: url('/wp-content/fonts/dinpro_light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

/* Regular 400 */
@font-face {
  font-family: 'Din Pro';
  src: url('/wp-content/fonts/dinpro.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

/* Medium 500 */
@font-face {
  font-family: 'Din Pro';
  src: url('/wp-content/fonts/dinpro_medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* Bold 700 */
@font-face {
  font-family: 'Din Pro';
  src: url('/wp-content/fonts/dinpro_bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.heroRow {
    height: 85vh;
    margin-top: 15vh;
}

.heroFirstRow {
    display: flex;
    flex-direction: row;
    background-color: rgb(247, 240, 229);
    height: 80%;
}

.heroText {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0;
    box-sizing: border-box;
    padding-left: 100px;
}

.heroImage {
    width: 50%;
}

.heroImage img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.heroText h2 {
    margin: 0;
    font-family: 'Din Pro';
    font-weight: 500;
    font-size: 2.5em;
    color: rgb(83, 61, 52);
}

span.greenText {
    color: rgb(103, 113, 87);
}

.heroText p {
    margin: 0;
    width: 50%;
    font-family: 'Din Pro';
    font-weight: 500;
    font-size: 1.1em;
    color: rgb(51, 50, 50);
}

.heroSecondRow {
    height: 20%;
    display: flex;
    flex-direction: row;
}