@font-face {
  font-family: 'TT Commons Pro';
  src: url('./Fonts/TT Commons Pro/TT Commons Pro Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TT Commons Pro';
  src: url('./Fonts/TT Commons Pro/TT Commons Pro Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TT Commons Pro';
  src: url('./Fonts/TT Commons Pro/TT Commons Pro DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

  @font-face {
  font-family: 'GT Alpina';
  src:url('./fonts/GT\ Alpina/GTAlpina-light.otf') format('opentype');
  }


.image-section {
  display: grid;
  max-width: 1600px;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
  padding: 0 64px;
  row-gap: 16px;
  margin-bottom: 96px;
}


.image-section img {
  max-width: 100%;
  height: auto;
  grid-column: span 6;
  border-radius: 4px;
}


.call-to-action {
    text-align: center;
    max-width: 642px;
    margin: 0 auto;
}

.call-to-action p:first-child {
    font-size: 15px;
    font-family: 'TT Commons Pro', sans-serif;
    font-weight: 450;
    line-height: 16px;
    letter-spacing: 2%;
    padding-top: 64px;
    margin: 0;
}

.call-to-action p:nth-of-type(2) {
    font-size: 19px;
    font-family: 'TT Commons Pro', sans-serif;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0%;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 24px;
}

h2 {
    font-size: 40px;
    font-family: 'TT Commons Pro', sans-serif;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -3%;
    padding-top: 8px;
    padding-bottom: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 0;
}

h2 span {
font-family: 'GT Alpina', sans-serif;
font-weight: 300;
font-style: light;
font-size: 42px;
line-height: 48px;
letter-spacing: -3%;
}

button {
    background: none;
    border: none;
    color: #BF564D;
    font-family: 'TT Commons Pro', sans-serif;
    font-weight: 450;
    font-style: light;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 0;
    margin-bottom: 80px;
    cursor: pointer;
}

button::after {
    content: " →";
    color: #59201B;
    font-family: 'TT Commons Pro', sans-serif;
    font-weight: 450;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0%;
}

button:hover {
    color: #A6433A;
}


/* Tablet */
@media (max-width: 1024px) {
  .image-section {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 24px;     /* gutter 24px */
    padding: 0 32px;      /* margin 32px */
  }
}

/* Mobiel */
@media (max-width: 768px) {
  .image-section {
    grid-template-columns: repeat(6, 1fr);
    column-gap: 12px;
    padding: 0 20px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2%;
  }

  h2 span {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -3%;
  }
}
