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

.wrapper {
  background-color: #6538ec;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #6538ec;
  font-family: Mona Sans, sans-serif;
}

.container {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.logo {
  color: #fff;
  margin-bottom: 20px;
  font-family: Termina Bold, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.solutions {
  border: 1px solid #fff;
  border-radius: 10px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.cicrcle {
  width: 90px;
}

.solution-text {
  color: #fff;
  margin-left: 35px;
  font-family: Mona Sans, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 35px;
}

.socials {
  margin-left: auto;
}

.social-link {
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
  padding: 20px;
}

.heading-part {
  border-bottom: 1px solid #fff;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mona Sans, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 48px;
}

.image {
  width: 115px;
  margin-left: auto;
}

.work-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.work-item {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
}

.work-image {
  border-radius: 10px;
}

.copyright {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0%;
  right: 0%;
}

.copyright-text {
  color: #fff;
  font-size: 17px;
}

@media screen and (min-width: 1440px) {
  .solution-text {
    font-size: 34px;
  }

  .social-link {
    padding: 30px;
  }

  .main-heading {
    font-size: 46px;
  }
}

@media screen and (max-width: 991px) {
  .socials {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }

  .solutions {
    display: block;
  }

  .solution-text {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .social-link {
    margin-left: 0;
    margin-right: 20px;
  }

  .main-heading {
    padding-right: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .image {
    width: 90px;
  }

  .work-grid {
    display: block;
  }

  .work-item {
    margin-bottom: 20px;
  }

  .copyright {
    margin-bottom: 0;
    padding-bottom: 20px;
    position: static;
  }
}

#w-node-dc0f3f53-a335-2231-e2cf-e6852f9baa5b-4dd7689d, #w-node-_1bddaf04-97e3-3e81-ad2c-cf2ff92f9c2b-4dd7689d, #w-node-_3db73db7-8636-0c57-5c1b-38a878848c9b-4dd7689d, #w-node-_4da19137-5767-bce8-5d7a-80a9a757d0c0-4dd7689d, #w-node-_4113bb2a-8cdf-c201-6b3d-ffd145369b92-4dd7689d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina Regular';
  src: url('../fonts/termina-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina Bold';
  src: url('../fonts/termina-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}