body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: josefin-sans, sans-serif;
  color: #000;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

a {
  padding-right: 10px;
  padding-left: 10px;
  color: #d6366e;
  font-weight: 700;
  text-decoration: underline;
}

.main-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1000px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 180px 6px 1fr;
  grid-template-rows: 180px 6px 1fr;
}

.top-section {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "heading kate-image";
  -ms-grid-columns: 1fr 16px 209px;
  grid-template-columns: 1fr 209px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.underline-top {
  width: 60%;
  height: 3px;
  background-color: #d6366e;
}

.types-of-work {
  padding-top: 30px;
  padding-bottom: 30px;
}

.kate-photo {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50%;
}

.work-types {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: farnham-headline, sans-serif;
  color: #242424;
  font-size: 54px;
  line-height: 1.2;
}

.area-of-work {
  color: #d6366e;
}

.main-page-body {
  background-color: #fafafa;
}

.contact-header {
  display: inline-block;
  margin-top: 80px;
  padding: 20px 24px;
  background-color: #d6366e;
  background-image: linear-gradient(269deg, #d6366e, #e53d62 51%, #f24458);
  font-family: josefin-sans, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.contact-text-block {
  margin-top: 22px;
  margin-right: -10px;
  margin-left: -10px;
  font-family: farnham-display, sans-serif;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .main-header {
    font-size: 6.9vw;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    -ms-grid-rows: auto 6px auto;
    grid-template-rows: auto 6px auto;
  }
  .top-section {
    grid-template-areas: "kate-image" "heading";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .underline-top {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .kate-photo {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .work-types {
    font-size: 30px;
  }
  .contact-header {
    margin-top: 36px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }
  .main-header {
    margin-bottom: 1vw;
    padding-bottom: 14px;
    font-size: 10.3vw;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .contact-text-block {
    font-size: 20px;
  }
  .main-header {
    margin-top: 10px;
  }
}

#w-node-a665fa5463f5-0bb7f489 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f37116fc531e-0bb7f489 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: heading;
}

#w-node-63c115c6807b-0bb7f489 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: kate-image;
}

@media screen and (max-width: 767px) {
  #w-node-f37116fc531e-0bb7f489 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #w-node-63c115c6807b-0bb7f489 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

