:root {
  --neutral-700: white;
  --primary-500: #1da1f2;
  --neutral-50: #fafafb;
  --neutral-900: #111217;
  --neutral-200: #e4e5eb;
  --gray-900: #101828;
  --gray-500: #667085;
}

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

body {
  color: var(--neutral-700);
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.container {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  color: #1da1f2;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 117%;
  text-decoration: none;
}

.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-10px.sticky-top {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.hero {
  background-color: #f0f8ff;
  font-family: Poppins, sans-serif;
  position: relative;
}

.d-flex {
  display: flex;
}

.d-flex.flex-column {
  flex-flow: column;
}

.d-flex.flex-column.justify-start {
  align-items: flex-start;
}

.d-flex.justify-between {
  justify-content: space-between;
}

.d-flex.items-center {
  align-items: center;
}

.d-flex.position-relative {
  position: relative;
}

.d-flex.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

._w-50 {
  width: 50%;
}

._w-50.pt-80-pb-160 {
  padding-top: 80px;
  padding-bottom: 160px;
}

._w-50.pt-80-pb-160.relative-1 {
  position: relative;
}

._w-50.ps-xl-80 {
  padding-left: 80px;
}

._w-50.pe-xl-80 {
  padding-right: 80px;
}

._w-50.hero-form-wrapper {
  position: relative;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-now {
  color: #fff;
  text-align: center;
  background-color: #1da1f2;
  padding: 10px 20px;
  font-size: 48px;
  line-height: 100%;
  display: inline-block;
}

.div-hiring {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  background-color: #035ea1;
  padding: 16px 40px 10px;
  font-size: 100px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.div-block {
  margin-bottom: -16px;
  padding-left: 40px;
  position: relative;
}

.hero-bg {
  background-image: url('../images/hero-img-v2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-bg._2 {
  background-image: url('../images/A-confident-smiling-female-professional-in-her-early-30s.png');
}

.hero-bg._3 {
  background-image: url('../images/hero-bg-v2.png');
}

.hero-bg._4 {
  background-image: url('../images/A-confident-young-professional-woman.png');
}

.hero-caption {
  color: #082a49;
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 500;
  line-height: 100%;
}

.hero-description {
  color: #035ea1;
  text-align: center;
  max-width: 482px;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
}

.mb-40px {
  margin-bottom: 40px;
}

.container-sm {
  width: 90%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.my-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-h2 {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.section-paragraph {
  margin-bottom: 16px;
}

.d-flex-column {
  flex-flow: column;
  display: flex;
}

.d-flex-column.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.d-flex-column.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.d-flex-column.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ms-20px {
  padding-left: 20px;
}

.section-form {
  background-color: #fafafb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hr {
  background-color: #a7a6a6;
  height: 1px;
}

.footer-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 64px;
  padding-bottom: 32px;
  display: flex;
}

.footer-link {
  color: #333333b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

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

.btn-primary {
  background-color: var(--primary-500);
  color: var(--neutral-50);
  text-align: center;
  border-radius: 8px;
  width: 232px;
  padding: 12px 18px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.btn-primary._w-auto {
  width: auto;
}

.hero-bg-v2 {
  background-image: url('../images/hero-bg-v2.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero-v2 {
  background-color: #f0f8ff;
  font-family: Poppins, sans-serif;
  position: relative;
}

.h-100 {
  height: 100%;
}

.hero-h1 {
  color: #035ea1;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 72px;
}

.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-caption-v2 {
  color: var(--neutral-900);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.features-strip-wrapper {
  margin-top: -80px;
  position: relative;
}

.feature-strip {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 100px;
  display: flex;
  box-shadow: 0 9px 36px #0000001a;
}

.feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-center {
  color: var(--neutral-900);
  text-align: center;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

._w-100 {
  width: 100%;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.ps-80 {
  padding-left: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.section-heading {
  color: var(--neutral-900);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.role-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--neutral-200);
  color: var(--neutral-900);
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.who-we-are {
  color: var(--neutral-50);
  background-image: url('../images/rays-bg.png'), linear-gradient(#035ea1, #075085);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.day-to-day {
  background-color: #f0f8ff;
}

.mb-64 {
  margin-bottom: 64px;
}

.d-flex-all {
  display: flex;
}

.d-flex-all.flex-column {
  flex-flow: column;
}

.d-flex-all.flex-column.justify-start {
  align-items: flex-start;
}

.d-flex-all.justify-between {
  justify-content: space-between;
}

.d-flex-all.items-center {
  align-items: center;
}

.d-flex-all.position-relative {
  position: relative;
}

.ms-xl-4pr {
  padding-left: 4%;
}

.dtd-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.mt-32 {
  margin-top: 32px;
}

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

.ul-custom {
  list-style-type: none;
}

.list-item {
  background-image: url('../images/green-tick-circle.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
}

.requirement-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--neutral-900);
  background-color: #fff;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.image {
  width: 32px;
  display: block;
}

.div-block-2 {
  width: 32px;
  height: 32px;
}

.bg-blue-gradient {
  background-image: linear-gradient(#035ea1, #075085);
}

.text-white {
  color: #fff;
}

.ul-white {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.li-neutral-50 {
  color: var(--neutral-50);
  background-image: url('../images/check-circle-white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 44px;
}

.form-block {
  background-color: #fff;
  border-radius: 20px;
  width: 55%;
  padding: 40px;
  box-shadow: 0 64px 194px #0000001a;
}

.bg-neutral-50 {
  background-color: var(--neutral-50);
}

.faq-head {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-item {
  border: 1px solid var(--neutral-200);
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}

.faq-title {
  color: var(--gray-900);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.faq-data {
  color: var(--gray-500);
  padding-top: 12px;
  display: none;
  overflow: hidden;
}

.faq-open {
  cursor: pointer;
}

.faq-close {
  cursor: pointer;
  display: none;
}

.faq-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form-description {
  color: #666f89;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.container-md {
  width: 90%;
  max-width: 1041px;
  margin-left: auto;
  margin-right: auto;
}

.p-who-we-are {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.popup-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-form {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 700px;
  padding: 40px;
  position: relative;
  box-shadow: 0 64px 194px #0000001a;
}

.code-embed {
  margin-bottom: 0;
}

.popup-close {
  color: var(--gray-900);
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.popup-close.hide-btn {
  display: none;
}

.close-btn-wrapper {
  z-index: 1000;
  position: absolute;
  inset: 8px 10px auto auto;
}

.text-block {
  color: #111217;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.section-survey {
  background-color: #fafafb;
  flex: 1;
}

.section-survey.py-80 {
  flex: 1;
}

.section-survey.d-flex {
  flex-flow: column;
  justify-content: center;
}

.body-min-100vh {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.hero-form-wrapper {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #07508599;
  border-radius: 15px;
  max-width: 590px;
  padding: 40px;
  position: relative;
}

.hero-form-title {
  color: #fff;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.d-flex-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.d-popup {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.absolute-top {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.container-90 {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

._w-100-2 {
  background-color: #0000;
  width: 100%;
}

.nav-container-w-j-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.brand-img._w-30 {
  width: 30%;
}

.brand-img._w-30.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-bg {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/For-Hiring-Site.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-91 {
  width: 90%;
  max-width: 1500px;
}

.container-91.pt-50 {
  padding-top: 60px;
}

.heading {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3;
}

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

.paragraph, .paragraph-2 {
  text-align: center;
  padding-top: 50px;
  font-family: Poppins, sans-serif;
}

.text-block-2 {
  color: var(--neutral-900);
}

@media screen and (min-width: 1440px) {
  .hero-bg._2 {
    background-image: url('../images/A-confident-smiling-female-professional-in-her-early-30s.png');
  }

  .hero-bg._3 {
    background-image: url('../images/hero-bg-v2.png');
  }

  .hero-bg._4 {
    background-image: url('../images/A-confident-young-professional-woman.png');
  }

  .hero-caption-v2, .text-center {
    color: var(--neutral-900);
  }

  .section-heading.mb-40.text-center.text-white {
    color: var(--neutral-700);
  }

  .heading {
    max-width: none;
  }

  .div-block-6 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    text-align: center;
    padding-top: 50px;
  }

  .text-block-2, .text-block-3 {
    color: var(--neutral-900);
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }

  .py-120 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .hero-bg {
    background-position: 100% 10%;
  }

  .container-sm {
    max-width: 1000px;
  }

  .my-80px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .section-h2 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .container-md {
    max-width: 1000px;
  }

  .heading {
    max-width: none;
  }

  .div-block-6 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-color: #0000;
  }

  .d-flex {
    flex-flow: column;
  }

  .d-flex.justify-between.gap-md-40, .d-flex.items-center.gap-md-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._w-50 {
    width: 100%;
  }

  ._w-50.pt-80-pb-160.relative-1.pb-md-0 {
    padding-bottom: 0;
  }

  ._w-50.ps-xl-80 {
    padding-left: 0;
  }

  ._w-50.pe-xl-80 {
    padding-right: 0;
  }

  .hero-bg {
    z-index: -1;
    background-color: #f0f8ff;
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/hero-img-v2.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
  }

  .hero-bg._2 {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/A-confident-smiling-female-professional-in-her-early-30s.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .hero-bg._3 {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/hero-bg-v2.png');
  }

  .hero-bg._4 {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/A-confident-young-professional-woman.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .hero-bg-v2 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/hero-bg-v2.png');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
  }

  .hero-v2 {
    background-color: #0000;
  }

  .feature-strip {
    padding-left: 32px;
    padding-right: 32px;
  }

  .d-flex-all.items-center.gap-md-80 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ms-xl-4pr {
    padding-left: 0%;
  }

  .div-block-3, .form-block {
    width: 100%;
  }

  .grid.mb-40 {
    grid-template-columns: 1fr;
  }

  .hero-form-wrapper {
    max-width: none;
  }

  .new-bg {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/For-Hiring-Site.png');
    background-position: 0 0, 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }

  .brand.w--current {
    font-size: 26px;
  }

  .d-flex.gap-32 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .div-now {
    font-size: 36px;
  }

  .div-hiring {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 60px;
  }

  .hero-bg._2 {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/A-confident-smiling-female-professional-in-her-early-30s.png');
    background-position: 0 0, 70%;
  }

  .hero-bg._3 {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/hero-bg-v2.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-caption {
    font-size: 26px;
  }

  .hero-description {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }

  .mb-40px {
    margin-bottom: 20px;
  }

  .my-80px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .d-flex-column.gap-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-link {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-link-wrapper {
    flex-flow: column;
  }

  .btn-primary {
    width: auto;
  }

  .hero-h1 {
    font-size: 36px;
    line-height: 120%;
  }

  .hero-caption-v2 {
    font-size: 16px;
    line-height: 140%;
  }

  .feature-strip {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .feature-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 12px;
    line-height: 140%;
  }

  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 120%;
  }

  .section-heading.mb-64 {
    margin-bottom: 40px;
  }

  .my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .role-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 10px 16px;
  }

  .dtd-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mt-32 {
    margin-top: 26px;
  }

  .requirement-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 10px 16px;
  }

  .li-neutral-50 {
    background-size: 24px;
  }

  .form-block {
    padding: 30px;
  }

  .faq-title {
    font-size: 20px;
  }

  .form-description {
    margin-bottom: 20px;
  }

  .p-who-we-are {
    font-size: 18px;
    line-height: 26px;
  }

  .popup-form {
    padding: 30px 20px 20px;
  }

  .text-block {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .hero-form-wrapper {
    padding: 20px;
  }

  .hero-form-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .hero-bg {
    background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/hero-img-v2.png');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-bg._3 {
    background-image: linear-gradient(to bottom, null, null), url('../images/hero-bg-v2.png');
    background-position: 0 0, 50%;
  }

  .hero-bg._4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/A-confident-young-professional-woman.png');
    background-position: 0 0, 50%;
  }

  .hero-h1 {
    font-size: 28px;
  }

  .new-bg {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/For-Hiring-Site.png');
    background-position: 0 0, 70%;
  }

  .heading {
    font-size: 30px;
  }
}


