.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1c1b1b;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  letter-spacing: -.64rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 13.9rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  letter-spacing: -.02rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.12rem;
  line-height: 1.4;
}

a {
  color: #1c1b1b;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.4;
  text-decoration: none;
}

a:hover {
  color: rgba(215, 174, 118, .8);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.css-embed {
  display: none;
}

.section.inner-padding {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.section.inner-padding.service {
  padding-top: 8.75rem;
  padding-bottom: 0;
}

.section.inner-padding.about {
  padding-bottom: 0;
}

.section.padding {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.section.bg-black {
  background-color: #1c1b1b;
}

.section.client, .section.portfolio {
  padding-top: 8.75rem;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sg-hero__wrapper {
  padding-top: 6.25rem;
}

.col {
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col.col-lg-1 {
  max-width: 8.333%;
  flex: 8.333%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex: 33.3333%;
}

.col.col-lg-4.pl-0 {
  padding-left: 0;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex: 75%;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex: 16.6667%;
}

.col.col-lg-2.align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  max-width: 25%;
  flex: 25%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex: 58.3333%;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex: 66.6667%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex: 50%;
}

.col.col-lg-6.margin-bottom {
  margin-bottom: 4rem;
}

.col.col-lg-6.d-flex {
  display: flex;
}

.col.col-lg-6.align-center {
  align-self: center;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex: 83.3333%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex: 91.6667%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.col.justify-end {
  justify-content: flex-end;
  display: flex;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.justify-between.margin {
  margin-top: 10.75rem;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title, .sg-hero__text {
  text-align: center;
}

.sg-hero__video {
  width: 100%;
  margin-top: 1.25rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .3125rem;
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
  border-radius: .3125rem;
}

.sg-item__color.sg-item__color--two {
  background-color: #1c1b1b;
}

.sg-item__color.sg-item__color--one {
  background-color: #ffdaa7;
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: #f7e7d1;
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid #ffdaa7;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button__wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: .06rem solid #1c1b1b;
  border-radius: 1.8rem;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.button__wrapper:hover {
  background-color: rgba(94, 58, 38, .1);
}

.button__wrapper.margin-top {
  margin-top: 2rem;
  transition: all .2s;
}

.button__wrapper.align-center {
  display: flex;
}

.button__wrapper.align-center.w--current {
  color: #fff;
  background-color: rgba(94, 58, 38, .1);
}

.button__text {
  color: #1c1b1b;
  justify-content: center;
  align-items: center;
  font-size: 1.12rem;
  display: flex;
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 218, 167, .3);
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: #ffdaa7;
}

.form__field::-ms-input-placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field::placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  width: 100%;
  color: #ffdaa7;
  background-color: #000;
  border-radius: .3125rem;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: rgba(255, 218, 167, .5);
  border-radius: .15625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
  display: none;
}

.placeholder__title {
  text-align: center;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.12rem;
  padding-bottom: 2.12rem;
  display: flex;
}

.nav-link {
  margin-right: 2rem;
  font-size: 1rem;
}

.nav-link.w--current {
  color: rgba(215, 174, 118, .8);
}

.nav-link.mr-0 {
  margin-right: 0;
}

.margin-right {
  margin-right: 2.5rem;
}

.hero-img__wrapper {
  height: 62.25rem;
  max-height: 62.25rem;
  background-image: url('../images/latasha-steward-hero-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.hero-img.d-none {
  display: none;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.h2-color__white {
  color: #fff;
}

.h2-color__white.justify-end {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.about-content__wrapper {
  width: 35rem;
}

.hero-title__wrapper {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.card_image {
  border: 1px solid #191919;
  border-radius: 5px;
}

.card_heading {
  text-align: center;
  margin-bottom: 50px;
}

.card_content-wrapper {
  justify-content: space-between;
  display: flex;
}

.showcase-tabs__content {
  margin-top: 3.5rem;
}

.showcase-tabs__wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: .75rem;
  padding-right: .75rem;
}

.card_content-image_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card_menu {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  display: flex;
}

.paragraph__wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.paragraph__wrapper.service {
  max-width: 13.5rem;
}

.aesterik-wrapper {
  justify-content: flex-end;
  display: flex;
}

.showcase-tab__img {
  width: 100%;
  max-height: 48rem;
  object-fit: cover;
}

.category-text {
  letter-spacing: .1px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4rem;
}

.tab-content__heading-wrapper {
  justify-content: space-between;
  display: flex;
}

.category-wrapper {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
}

.ths02-bottom-block-link {
  opacity: .85;
  color: #fcfefe;
  background-color: #975959;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s ease-in;
  display: flex;
}

.ths02-bottom-block-link:hover {
  opacity: 1;
}

.arrow-icon {
  padding: .625rem;
  display: flex;
  transform: translate(0);
}

.arrow-icon:hover {
  color: rgba(215, 174, 118, .8);
}

.service-paragraph {
  text-align: left;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3.375rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.service-img {
  width: 100%;
  max-height: 18.75rem;
  object-fit: cover;
}

.service-title__wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.service-grid__praragraph {
  font-size: 1.12rem;
}

.client-title__wrapper {
  margin-bottom: 2rem;
}

.client-img {
  width: 100%;
  max-height: 36rem;
  object-fit: cover;
}

.client-paragraph__wrapper {
  margin-top: 3rem;
}

.blog-heading__wrapper {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.blog-img {
  width: 100%;
  max-height: 21.5rem;
  object-fit: cover;
}

.blog-title__wrapper {
  margin-top: 1.5rem;
}

.footer-heading__wrapper.text-white {
  color: #fff;
}

.location__wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2.12rem;
}

.location__wrapper.text-white {
  color: #fff;
}

.contact-wrapper {
  justify-content: flex-start;
  display: flex;
}

.number-block {
  margin-left: 2.4rem;
}

.font-regular {
  font-weight: 400;
}

.email-title.text-white, .email-text.text-white {
  color: #fff;
}

.footer-link {
  text-transform: capitalize;
  font-size: 1rem;
}

.footer-link.text-white.d-none {
  display: none;
}

.text-white {
  color: #fff;
}

.copyright-text {
  text-align: right;
  text-transform: capitalize;
  font-size: 1rem;
}

.copyright-text.text-white {
  font-size: 1.12rem;
}

.dynamic-year-code {
  display: none;
}

.footer-link__block {
  margin-right: 1.5rem;
}

.location-img__wrapper {
  text-align: right;
}

.image {
  width: 29.4rem;
  max-height: 19.4rem;
  object-fit: cover;
  object-position: 50% 90%;
}

.blog-title {
  font-size: 2rem;
}

.blog-title:hover {
  color: rgba(215, 174, 118, .8);
}

.navbar {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brand.lg-d-none {
  display: none;
}

.footer-icon {
  color: #fff;
  line-height: 0;
}

.footer-icon:hover {
  color: rgba(215, 174, 118, .8);
}

@media screen and (max-width: 991px) {
  .section.inner-padding {
    padding-top: 4.62rem;
    padding-bottom: 4.62rem;
  }

  .section.inner-padding.service {
    padding-bottom: 4.75rem;
  }

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

  .md--hide {
    display: none;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .nav-wrapper {
    flex-direction: row-reverse;
    padding-top: 1.5rem;
    padding-bottom: 1.6rem;
  }

  .na-links__cta-block.d-none {
    display: none;
  }

  .nav-link {
    margin-right: 1rem;
    font-size: 2rem;
  }

  .margin-right {
    margin-right: 1.3rem;
  }

  .hero-img__wrapper {
    height: 50rem;
    max-height: 50rem;
  }

  .hero-h1 {
    font-size: 10.2rem;
  }

  .h2-color__white.h2-size {
    font-size: 3.5rem;
  }

  .hero-title__wrapper {
    margin-top: .62rem;
    margin-bottom: 1rem;
  }

  .hero-title__wrapper.d-none {
    display: none;
  }

  .card_content-wrapper, .card_content-image_block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .card_menu {
    flex-wrap: wrap;
  }

  .showcase-tab__img {
    height: 40rem;
  }

  .category-text {
    font-size: .9rem;
  }

  .grid {
    grid-column-gap: 2.12rem;
  }

  .service-img {
    max-height: 10rem;
  }

  .service-grid__praragraph {
    font-size: 1.12rem;
  }

  .client-img {
    max-height: 30rem;
  }

  .client-paragraph__wrapper {
    margin-top: 1.5rem;
  }

  .blog-img {
    max-height: 11.5rem;
  }

  .image {
    width: 15.62rem;
    max-height: 10.25rem;
  }

  .blog-title {
    font-size: 1.4rem;
  }

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

  .heading-3 {
    font-size: 3.3rem;
  }

  .h2-size {
    font-size: 3.5rem;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .logo-text {
    color: #000;
    letter-spacing: -.2rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.2rem;
  }

  .logo-text:hover {
    color: #1c1b1b;
  }

  .navbar {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .brand {
    padding-left: 0;
  }

  .brand.lg-d-none {
    display: block;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #1c1b1b;
  }

  .icon {
    font-size: 6vw;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 2px 6px 10px -2px rgba(0, 0, 0, .2);
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 3.7rem;
  }

  .sm--hide {
    display: none;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex: 0 83.3333%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex: 0 91.6667%;
  }

  .col.col-lg-2.align-bottom.col-mobile-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex: 0 75%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex: 0 58.3333%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 33.3333%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex: 0 50%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex: 0 16.6667%;
  }

  .col.col-lg-3.col-mobile-6 {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 1.5rem;
  }

  .col.col-lg-3.col-mobile-6.mb-0 {
    margin-bottom: 0;
  }

  .col.col-lg-7.col-md-4.mobile-landscape {
    width: 100%;
    max-width: 100%;
  }

  .col.col-lg-7.col-md-6.mobile-landscape, .col.col-lg-7.mobile-landscape, .col.col-lg-6.col-mobile-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex: 0 8.33333%;
  }

  .col.col-lg-10.col-mobile-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex: 0 25%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex: 0 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex: 0 66.6667%;
  }

  .col.col-lg-5.col-md-8.mobile-landscape {
    max-width: 100%;
  }

  .col.col-lg-5.col-md-6.mobile-landscape {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 0 100%;
  }

  .row.justify-between.mobile-flex {
    flex-direction: column;
  }

  .button__wrapper.margin-top {
    margin-top: 0;
  }

  .hero-img__wrapper {
    height: 40rem;
    max-height: 40rem;
  }

  .hero-h1 {
    letter-spacing: -.4rem;
    font-size: 7.6rem;
  }

  .h2-color__white.justify-end {
    align-items: center;
  }

  .h2-color__white.h2-size {
    font-size: 2.5rem;
  }

  .about-content__wrapper {
    width: 100%;
  }

  .card_menu {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .showcase-tab__img {
    height: 32rem;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-img {
    max-height: 18.75rem;
  }

  .service-grid__wrapper {
    margin-bottom: 2rem;
  }

  .service-grid__wrapper.mb-0 {
    margin-bottom: 0;
  }

  .client-img__wrapper {
    width: 100%;
  }

  .client-img {
    max-height: 45rem;
  }

  .client-name__heading {
    margin-top: 1.5rem;
  }

  .blog-img {
    max-height: 20rem;
  }

  .copyright-text.text-white {
    font-size: 1rem;
  }

  .footer-link__block {
    margin-right: 1rem;
  }

  .footer-link__block.mr-0 {
    margin-right: 0;
  }

  .location-img__wrapper {
    margin-top: 2rem;
  }

  .image {
    width: 100%;
    max-height: 20rem;
    object-position: 50% 75%;
  }

  .blog-title {
    font-size: 2.2rem;
  }

  .heading {
    font-size: 3.8rem;
  }

  .heading-2 {
    display: flex;
  }

  .about-text__span {
    flex-direction: column;
    justify-content: flex-end;
    margin-left: .62rem;
    display: flex;
  }

  .paragraph {
    text-align: justify;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .client-name__span {
    margin-left: .62rem;
  }

  .heading-3 {
    display: flex;
  }

  .h2-size {
    font-size: 2.5rem;
  }

  .logo-text {
    font-size: 3.8rem;
  }

  .icon {
    font-size: 8vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1.2rem;
  }

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

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-lg-7.col-md-4.d-none {
    display: none;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .hero-img__wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/latasha-steward-hero-img.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-h1 {
    letter-spacing: -.3rem;
    font-size: 4.7rem;
  }

  .card_content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .card_menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
  }

  .paragraph__wrapper.service {
    margin-top: 0;
    margin-bottom: 0;
  }

  .showcase-tab__img {
    height: 36rem;
  }

  .arrow-icon {
    padding: .4rem;
  }

  .service-paragraph {
    font-size: 1.12rem;
  }

  .grid {
    grid-column-gap: .75rem;
  }

  .service-img {
    height: 18.75rem;
  }

  .client-img {
    height: 25rem;
  }

  .blog-img {
    height: 20rem;
  }

  .paragraph, .client-paragraph {
    font-size: 1.2rem;
  }

  .heading-5 {
    font-size: 3.5rem;
  }

  .h4-mobile {
    font-size: 2.4rem;
  }

  .heading-6 {
    font-size: 2.2rem;
  }

  .logo-text {
    letter-spacing: -.1rem;
    font-size: 2.6rem;
  }

  .menu-button {
    padding: 0;
  }

  .icon {
    font-size: 10vw;
  }

  .heading-7 {
    font-size: 3.4rem;
  }
}

#w-node-_282553bc-7f4f-7dc7-a14e-4e1b35383209-d767b0f8, #w-node-_69438e52-4a07-5151-f7dd-a46990f73b6d-d767b0f8, #w-node-fc23dc1f-973c-04a5-8dac-9d8a681b4f03-d767b0f8, #w-node-cf8a39c2-0057-0832-c77b-afd523bc8968-d767b0f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


