:root {
  --gray: #565656;
  --170: 170%;
  --black: #181817;
  --background: #fafafa;
  --white: #fff;
  --primary: #ffbb0f;
  --130: 130%;
  --aaa: #aaa;
  --border: #cac8bf;
  --150: 150%;
}

.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;
  }
}

.section {
  color: var(--gray);
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: var(--170);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.bg-black {
  background-color: var(--black);
}

.section.cta-section {
  background-color: var(--background);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.projects-bg {
  background-color: var(--background);
  color: var(--background);
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.hero {
  color: var(--black);
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Sora, sans-serif;
  font-size: 16px;
}

.hero-block {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-wrap {
  grid-row-gap: 10px;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  background-image: linear-gradient(120deg, #0b0b0b 0%, rgba(12, 12, 12, 0.7) 45%, rgba(12, 12, 12, 0.85) 100%), url('../images/s-group-official-NjOroB6Xgno-unsplash.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.hero-heading {
  margin-top: auto;
  margin-bottom: auto;
}

.hero-outer {
  grid-column-gap: 40px;
  width: 100%;
  display: flex;
}

.hero-card {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 204px;
  display: flex;
}

.text-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.primary-button {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8.5px 15px 8.5px 20px;
  font-family: Sora, sans-serif;
  text-decoration: none;
  transition: filter .3s, transform .2s, background-color .25s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  filter: invert();
  color: var(--black);
  transform: scale(1.02);
}

.navbar {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  position: sticky;
  top: 0;
}

.menu-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

.nav-outer {
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-line {
  background-color: var(--black);
  width: 0;
  height: 100%;
  min-height: 1px;
  max-height: 1px;
  font-size: 16px;
  line-height: 170%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tablet-button {
  display: none;
}

.nav-link {
  color: var(--black);
  border-bottom: 1px #000;
  padding: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 170%;
  transition: color .3s;
}

.nav-link.w--current {
  border-bottom: 1.5px solid var(--black);
  color: var(--black);
}

.brand {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.brand.w--current {
  height: auto;
}

.logo-image {
  width: auto;
  height: 37px;
  display: block;
}

.hero-title {
  color: var(--white);
  width: 100%;
  max-width: none;
  font-size: 80px;
  line-height: 120%;
}

.title-white {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.title-white.contact-title {
  text-align: center;
}

.about-block {
  grid-column-gap: 80px;
  display: flex;
}

.about-left {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.about-right {
  aspect-ratio: 2 / 2.33225;
  background-color: var(--background);
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.about-top {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-us-mini {
  aspect-ratio: 76 / 35;
  object-fit: fill;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.about-bottom {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.caption {
  color: var(--gray);
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 12px;
}

.heading {
  color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 40px;
  line-height: var(--170);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.slide-in {
  background-color: var(--aaa);
  border-radius: 10px;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.cover-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.section-mini-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-title {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-left {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.project-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-card {
  grid-row-gap: 20px;
  border: 1px solid var(--border);
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
  display: flex;
}

.project-cover {
  aspect-ratio: 147 / 125;
  border-radius: 10px;
  width: 100%;
  max-width: 588px;
  overflow: hidden;
}

.project-title {
  grid-column-gap: 5px;
  justify-content: space-between;
  display: flex;
}

.project-title-text {
  color: var(--black);
  font-size: 20px;
  line-height: var(--150);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.projects-text-block {
  color: var(--gray);
}

.white-title-wrapper {
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.white-title-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}

.service-block {
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-wrap {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.service-card {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 450px;
  text-decoration: none;
  cursor: default;
  display: flex;
}

.service-icon {
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-bottom: 50px;
}

.service-heading {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 220px;
  margin-bottom: 30px;
  display: flex;
}

.secondary-button {
  grid-column-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  cursor: default;
  display: flex;
}

.service-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
}

.service-text {
  color: var(--aaa);
}

.secondary-button-text {
  color: var(--white);
  line-height: var(--150);
}

.caption-white {
  color: var(--white);
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 12px;
}

.projects-img {
  height: 100%;
}

.projects-img._3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.why-choos-us {
  grid-column-gap: 80px;
  display: flex;
}

.why-block {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.why-title {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.why-list {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.why-inner {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.why-item {
  background-image: url('../images/icons8-tick-16.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 26px;
}

.why-image {
  aspect-ratio: 304 / 299;
  width: 100%;
  max-width: 608px;
  position: relative;
  overflow: hidden;
}

.why-list-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cta {
  grid-column-gap: 100px;
  background-color: var(--black);
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px;
  display: flex;
}

.cta-data {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 652px;
  display: flex;
}

.cta-img {
  aspect-ratio: 106 / 87;
  width: 100%;
  max-width: 424px;
  position: relative;
  overflow: hidden;
}

.cta-top {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-button-wrap {
  display: none;
}

.cta-card {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.light-gray-text {
  color: var(--aaa);
}

.blog-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.blog-card {
  grid-column-gap: 30px;
  border: 1px solid var(--border);
  border-radius: 16px;
  height: auto;
  min-height: 300px;
  max-height: 350px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.blog-cover {
  aspect-ratio: 5 / 6;
  width: 100%;
  max-width: 200px;
  text-decoration: none;
  overflow: hidden;
}

.blog-data {
  grid-row-gap: 80px;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.blog-top {
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blog-details {
  grid-column-gap: 5px;
  text-decoration: none;
  display: flex;
}

.blog-type {
  color: var(--gray);
}

.blog-title {
  color: var(--black);
  font-size: 18px;
}

.blog-creator, .blog-dash {
  color: var(--gray);
}

.blog-date {
  color: var(--gray);
  text-decoration: none;
}

.footer {
  background-color: var(--black);
  color: var(--aaa);
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: var(--170);
  padding-top: 100px;
  padding-bottom: 30px;
}

.footer-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-top {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.footer-middle {
  grid-column-gap: 80px;
  border: 1px solid var(--gray);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 15px 20px;
  display: flex;
}

.footer-logo {
  text-decoration: none;
}

.footer-contacts {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  color: var(--aaa);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 696px;
  display: grid;
}

.contact-card {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1336px;
  padding-left: 32px;
  padding-right: 32px;
}

.social-outer {
  grid-column-gap: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32px;
  height: 32px;
  display: flex;
}

.socia-icon {
  color: #fff;
  height: 100%;
}

.ikonik-itguhi, .ikonik-77yzo {
  color: #fff;
}

.social-icon {
  color: var(--white);
  cursor: pointer;
  height: 100%;
}

.social-icon:hover {
  color: var(--primary);
  transform: scale(1.04);
}

.text-block {
  color: var(--primary);
}

.text-block-2 {
  color: var(--primary);
  flex-flow: row;
  font-size: 24px;
  line-height: 1.2;
  display: none;
}

.image {
  display: none;
}

.text-block-3 {
  color: var(--primary);
  font-size: 28px;
  line-height: 1.2;
  text-decoration: none;
}

.text-block-4 {
  align-self: auto;
}

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

.link {
  color: var(--aaa);
  cursor: pointer;
}

.link:hover {
  color: var(--primary);
}

.link-2 {
  color: var(--aaa);
  cursor: pointer;
}

.link-2:hover {
  color: var(--primary);
}

.div-block {
  display: none;
}

.primary-btn-image {
  width: 100%;
  max-width: 22px;
  height: 22px;
}

.secondary-btn-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
}

.code-embed {
  width: 100%;
}

.image-2 {
  height: 40px;
  display: block;
}

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

  .section.cta-section {
    padding-top: 100px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrap {
    padding: 40px;
  }

  .hero-outer {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: row;
    margin-top: 20px;
  }

  .desktop-button {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-line {
    top: auto;
  }

  .tablet-button {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-title {
    font-size: 60px;
  }

  .title-white {
    text-align: left;
  }

  .about-block {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .about-left {
    grid-row-gap: 30px;
    max-width: 45%;
  }

  .about-us-mini {
    aspect-ratio: 76 / 31;
  }

  .about-bottom {
    grid-row-gap: 20px;
  }

  .title-wrapper {
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .heading {
    font-size: 32px;
    line-height: var(--130);
  }

  .title-left {
    width: 100%;
    max-width: 79%;
  }

  .project-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-card {
    padding: 15px;
  }

  .white-title-text {
    font-size: 32px;
  }

  .service-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .service-card {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-icon {
    margin-bottom: 40px;
  }

  .why-choos-us {
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .why-block {
    grid-row-gap: 30px;
  }

  .why-title {
    grid-row-gap: 20px;
  }

  .cta {
    grid-column-gap: 40px;
    padding: 40px;
  }

  .cta-data {
    grid-row-gap: 40px;
  }

  .cta-top {
    grid-row-gap: 30px;
  }

  .blog-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .blog-card {
    grid-column-gap: 20px;
    max-height: none;
  }

  .blog-data {
    justify-content: space-between;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-top {
    grid-column-gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-middle {
    grid-column-gap: 30px;
    justify-content: space-between;
    margin-top: 60px;
  }

  .footer-contacts {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .contact-card {
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-block-2, .text-block-3 {
    font-size: 24px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
    padding: 0;
  }

  .icon {
    color: var(--black);
    font-size: 50px;
    line-height: 70%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrap {
    padding-top: 100px;
  }

  .hero-title {
    font-size: 40px;
  }

  .title-white {
    text-align: left;
    font-size: 24px;
  }

  .title-white.contact-title {
    text-align: center;
  }

  .about-block {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .about-left {
    max-width: none;
  }

  .about-right {
    aspect-ratio: 2 / 1.9;
    max-width: none;
  }

  .about-us-mini {
    max-width: none;
  }

  .heading {
    font-size: 28px;
  }

  .cover-image.about-us-img2 {
    object-position: 50% 50%;
    max-height: 600px;
  }

  .project-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-title {
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .project-title-text {
    font-size: 18px;
  }

  .white-title-text {
    font-size: 28px;
  }

  .service-block {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section-wrap {
    grid-row-gap: 30px;
  }

  .service-card {
    justify-content: space-between;
    min-height: 400px;
  }

  .service-icon {
    max-width: 100px;
    margin-bottom: 30px;
  }

  .service-heading {
    min-height: 170px;
    margin-bottom: 20px;
  }

  .why-choos-us {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .why-list-title {
    font-size: 18px;
  }

  .cta {
    grid-row-gap: 40px;
    flex-flow: column;
    padding: 30px;
  }

  .cta-img {
    max-width: none;
  }

  .blog-card {
    min-height: 250px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .footer-middle {
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer-logo {
    width: 100%;
    max-width: none;
  }

  .footer-contacts {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 50%;
    display: flex;
  }

  .contact-card {
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
  }

  .social-icon-wrap {
    max-width: 28px;
    height: 28px;
  }

  .text-block-3 {
    font-size: 22px;
  }

  .link {
    align-self: flex-start;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 0;
  }

  .icon {
    font-size: 44px;
  }

  .text-block-6 {
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.projects-bg {
    background-color: var(--background);
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wrap {
    background-image: linear-gradient(120deg, #0b0b0b 0%, rgba(12, 12, 12, 0.7) 45%, rgba(12, 12, 12, 0.85) 100%), url('../images/s-group-official-NjOroB6Xgno-unsplash.jpg');
    background-position: center;
    background-size: cover;
    padding: 80px 20px 20px;
  }

  .hero-card {
    grid-row-gap: 5px;
  }

  .text-white {
    font-size: 15px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-title {
    font-size: 30px;
  }

  .title-white {
    font-size: 22px;
  }

  .heading {
    font-size: 26px;
  }

  .project-block {
    flex-flow: column;
    display: flex;
  }

  .project-title-text {
    font-size: 17px;
  }

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

  .white-title-text {
    font-size: 26px;
  }

  .service-block {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-heading {
    min-height: auto;
    margin-bottom: 20px;
  }

  .service-title {
    font-size: 20px;
    font-weight: 400;
  }

  .service-text {
    font-size: 15px;
  }

  .cta {
    padding: 20px;
  }

  .cta-data {
    grid-row-gap: 30px;
  }

  .cta-bottom {
    flex-flow: column;
    display: flex;
  }

  .cta-card {
    grid-row-gap: 6px;
  }

  .blog-card {
    grid-row-gap: 30px;
    flex-flow: column;
    min-height: auto;
  }

  .blog-cover {
    max-width: none;
  }

  .blog-data {
    grid-row-gap: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-type {
    font-size: 14px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-creator, .blog-dash {
    font-size: 14px;
  }

  .footer-middle {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }

  .contact-card {
    grid-row-gap: 0px;
  }

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

  .link {
    word-break: normal;
    overflow-wrap: normal;
  }

  .icon {
    font-size: 40px;
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 15px;
  }
}

#w-node-b2d0ef48-5aa8-5788-63c4-f713a080f8ba-b808b8f8 {
  place-self: center;
}

#w-node-a0d900a7-7936-3810-b2bc-6df22c7a4c0f-b808b8f8 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b2d0ef48-5aa8-5788-63c4-f713a080f8ba-b808b8f8 {
    place-self: auto;
  }

  #w-node-a0d900a7-7936-3810-b2bc-6df22c7a4c0f-b808b8f8 {
    justify-self: auto;
  }
}
