.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.full-page-wrapper {
  min-height: 100vh;
  padding: 0;
}

.navbar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.nav-link {
  background-color: #f2f2f2;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.nav-link:hover {
  background-color: #50b7b7;
}

.body {
  background-color: #162127;
}

.nav-link-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.fixed-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-top: 24px;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.vh-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: 100%;
  min-height: 100vh;
  display: flex;
}

.h1 {
  color: #f8b83e;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 112px;
}

.h1.h2 {
  color: #50b7b7;
  font-size: 72px;
}

.h1.h2.tablet.mobile {
  text-align: center;
}

.h1.tablet.mobile {
  text-align: left;
  width: 100%;
  font-size: 80px;
  line-height: 106px;
}

.text-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.b1 {
  color: #d5d5d5;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.b1.tablet {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.primary-button {
  color: #000;
  background-color: #50b7b7;
  border-radius: 24px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.button.primary {
  color: #000;
  background-color: #50b7b7;
  border-radius: 80px;
  padding: 16px 24px;
}

.button.primary.secondary {
  color: #fff;
  background-color: #fff0;
  border: 3px solid #50b7b7;
}

.button.primary.jobs, .button.primary.jobs.w--current {
  background-color: #f8b83e;
}

.button.primary.jobs.tag.w--current {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
}

.button.primary.tablet {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 2%;
}

.image-2 {
  width: 32px;
  overflow: clip;
}

.image-3 {
  width: 350px;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.styling {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  max-width: 1440px;
  height: 100%;
  min-height: 50vh;
  padding: 0 64px;
  display: flex;
}

.styling.jobs {
  height: auto;
  min-height: auto;
  margin-top: 40px;
}

.styling.contact {
  margin-top: 24px;
}

.heading {
  text-align: center;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
  transition: transform .96s cubic-bezier(.3, 1.17, .55, .99);
}

.project-cards {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-cards.contained {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.card {
  cursor: pointer;
  background-color: #ffffff0d;
  background-image: linear-gradient(#fff0, #ffffff0d);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.job-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.card-content {
  opacity: .85;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content-wrapper {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #c2cadd;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.card-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.custom-styles {
  display: none;
}

.text-block {
  color: #d5d5d5;
  text-align: left;
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-3 {
  color: #fff;
}

.text-box-header {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.service-item {
  margin-bottom: 2.5vh;
  position: sticky;
  top: 12.5vh;
}

.service-item-text-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-header-tag {
  background-color: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  font-size: .6rem;
  display: flex;
  box-shadow: inset 0 0 1vw 0 #ffffff1a;
}

.heading-style-h2 {
  color: #fff;
  letter-spacing: -.15rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-item-description {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.service-item-image {
  z-index: 3;
  width: 100%;
}

.service-item-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  min-height: 85vh;
  padding: 4rem;
  display: grid;
}

.services-wrapper {
  position: relative;
}

.service-item-image-box {
  aspect-ratio: 1;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.service-card-frame {
  background-color: #070707;
  border: 1px solid #ffffff1a;
  border-radius: .75rem;
  box-shadow: inset 0 0 5vw 0 #ffffff1a;
}

.text-box-footer {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30rem;
  padding-bottom: .5rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-text-part {
  transform-origin: 0%;
}

.text-shadow {
  background-image: linear-gradient(90deg, #0000, #010101 50%);
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(50%);
}

.section-text-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: end;
  display: grid;
}

.service-section-main-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-overflow-hidden {
  padding-top: .25rem;
  padding-bottom: .25rem;
  position: relative;
  overflow: hidden;
}

.section-header {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.service-item-number-box {
  aspect-ratio: 1;
  border: 1px solid #ffffff1a;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  font-size: 1.5rem;
  display: flex;
  box-shadow: inset 0 0 3vw -2vw #ffffff1a;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: 61.8034%;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper-2 {
  flex: 1;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-inner {
  align-items: flex-end;
  width: 300vw;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #fff;
  border: .0625rem solid #83838329;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 30vw;
  height: 600px;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: hidden;
}

.heading-2 {
  color: #1d1d1f;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 600vw;
  display: flex;
  position: relative;
}

.scroll {
  border: 1px solid #f8b83e;
  border-radius: 1000px;
  justify-content: center;
  width: 30px;
  height: 48px;
  padding: 5px;
  display: flex;
}

.scroll-dot {
  background-color: #f8b83e;
  border-radius: 100%;
  width: 3px;
  height: 10px;
}

.job-header {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.job-header.footer {
  justify-content: center;
  align-items: center;
}

.divider {
  background-color: #f2f2f20f;
  width: 100%;
  height: 2px;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-5 {
  color: #000;
  background-color: #364148;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-submit-button {
  color: #0b0b0b;
  background-color: #f8b83e;
  border-radius: 40px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  transition: color .4s, background-color .4s;
}

.contact-submit-button:hover {
  color: #fff;
  background-color: #0b0b0b;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ef1212;
  border-radius: 12px;
  margin-top: 15px;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-label-field {
  color: #fff;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.contact-single-item {
  border: 1px #f2f2f20f;
  border-bottom-style: solid;
  padding-bottom: 24px;
}

.contact-textarea-field {
  color: #0b0b0b;
  background-color: #36414800;
  border: 2px solid #364148;
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 138px;
  margin-bottom: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-textarea-field:focus {
  border-color: #fbea69;
}

.contact-textarea-field::placeholder {
  color: #b6b6b6;
  font-family: Montserrat, sans-serif;
}

.success-message {
  color: #0b0b0b;
  text-align: center;
  background-color: #fbea69;
  border-radius: 12px;
  font-weight: 500;
  line-height: 150%;
}

.contact-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.contact-item-main-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-item-wrap {
  width: 100%;
  max-width: 100%;
}

.contact-item-icon {
  width: 30px;
}

.contact-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 429px;
  display: flex;
}

.contact-input-field {
  color: #0b0b0b;
  background-color: #36414800;
  border: 2px solid #364148;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-input-field:focus {
  border-color: #fbea69;
}

.contact-input-field::placeholder {
  color: #b6b6b6;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.contact-item-title {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.contact-item-link {
  color: #d5d5d5cc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .4s, color .4s;
}

.contact-item-link:hover {
  color: #0b0b0b;
  -webkit-text-decoration: underline #0b0b0b;
  text-decoration: underline #0b0b0b;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #2c363b;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.contact-item-address {
  color: #d5d5d5cc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.contact-form-wrap {
  width: 100%;
  max-width: 654px;
  margin-bottom: 0;
}

.image-4 {
  color: #50b7b7;
  width: 32px;
  font-size: 72px;
}

.image-5 {
  width: 32px;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 16px;
  padding-top: 0;
  display: flex;
}

.image-6 {
  width: 32px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.bold-text {
  color: #fff;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #364148;
  border-radius: 8px;
  min-width: 100%;
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .container-large {
    max-width: 68rem;
  }

  .contact-input-field:focus {
    color: #0b0b0b;
  }

  .contact-input-field::placeholder {
    color: #5a5a5a;
  }
}

@media screen and (min-width: 1440px) {
  .vh-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .button.primary {
    color: #000;
    border-radius: 80px;
    padding: 16px 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .button.secondary {
    color: #fff;
    background-color: #fff0;
    border: 3px solid #50b7b7;
    border-radius: 80px;
    padding: 16px 24px;
  }

  .arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 2%;
  }

  .image {
    width: 32px;
    height: 32px;
  }

  .image-2 {
    width: 32px;
  }

  .div-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .container-large {
    max-width: 70rem;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-large {
    max-width: 80rem;
  }
}

@media screen and (max-width: 991px) {
  .vh-container {
    flex-flow: column;
  }

  .h1.h2.tablet {
    font-size: 64px;
  }

  .h1.tablet {
    font-size: 72px;
  }

  .h1.tablet.mobile {
    text-align: center;
  }

  .b1.tablet {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  .button.primary.tablet {
    font-size: 16px;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .heading {
    font-size: 4.5rem;
  }

  .project-cards.contained {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 250px;
  }

  .heading-style-h2 {
    letter-spacing: -.1rem;
    font-size: 2.75rem;
  }

  .service-item-image {
    height: 100%;
  }

  .service-item-content {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    justify-items: center;
    height: 85vh;
    padding: 2.5rem;
  }

  .service-item-image-box {
    width: 100%;
    overflow: hidden;
  }

  .service-item-number-box {
    display: none;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .contact-submit-button {
    transition: color .4s, background-color .4s;
  }

  .contact-wrap {
    flex-flow: column;
  }

  .contact-item-main-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .contact-item-title {
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .contact-form {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-form-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .button.primary.jobs.w--current {
    text-align: center;
    width: 200px;
  }

  .styling.projects, .styling.jobs, .styling.contact {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading {
    font-size: 3.25rem;
  }

  .card-heading {
    text-align: left;
  }

  .text-box-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .text-box-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .section-text-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-section-main-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-header {
    justify-content: center;
    align-items: center;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-2 {
    font-size: 1.75rem;
  }

  .contact-submit-button {
    font-size: 15px;
  }

  .contact-label-field {
    margin-bottom: 10px;
  }

  .contact-single-item {
    padding-bottom: 16px;
  }

  .contact-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-item-main-wrap, .contact-flex-wrap, .contact-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-input-field {
    font-size: 15px;
  }

  .contact-item-title {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .contact-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding: 12px 16px;
  }

  .nav-link-text {
    font-size: 16px;
  }

  .h1.h2.mobile {
    font-size: 40px;
    line-height: 54px;
  }

  .h1.tablet.mobile {
    width: 300px;
    font-size: 40px;
    line-height: 54px;
  }

  .b1.tablet {
    width: 300px;
    font-size: 16px;
    line-height: 25px;
  }

  .buttons {
    flex-flow: column;
  }

  .image-3 {
    width: 200px;
  }

  .styling.jobs {
    margin-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .styling.contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    font-size: 3rem;
  }

  .project-cards.contained {
    grid-template-columns: 1fr;
  }

  .card {
    height: 320px;
  }

  .card-heading {
    font-size: 20px;
  }

  .text-block {
    text-align: center;
  }

  .service-item {
    margin-bottom: 1vh;
    top: 9vh;
  }

  .heading-style-h2 {
    letter-spacing: -.05rem;
    font-size: 1.75rem;
  }

  .service-item-content {
    height: auto;
    min-height: auto;
    max-height: 90vh;
    padding: 1.5rem;
  }

  .service-item-image-box {
    aspect-ratio: 1;
  }

  .padding-global {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .job-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .div-block-5 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .contact-submit-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .contact-label-field {
    margin-bottom: 8px;
  }

  .contact-single-item {
    padding-bottom: 15px;
  }

  .contact-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-flex-wrap {
    flex-flow: column;
  }

  .contact-content-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .contact-input-field {
    padding: 12px;
    font-size: 14px;
  }

  .contact-item-title {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}


