.section {
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.paragraph {
  height: 100%;
  font-family: Manrope, sans-serif;
  font-size: 12px;
}

.text-block {
  color: #bbb;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 11px;
}

.div-block {
  background-color: #bbb;
  width: 940px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  width: 940px;
  margin: 20px auto;
}

.section-3 {
  width: 940px;
  margin: 10px auto 40px;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 2px 5px #0000001a;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-2, .div-block-3 {
  flex: 1;
}

.nav-link {
  color: #7e7e7e;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.nav-link.w--current {
  color: #5d9459;
}

.nav-link-2 {
  display: none;
}

.nav-link-3 {
  color: #7e7e7e;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-3.w--current {
  color: #5d9459;
}

.section-4 {
  flex-flow: column;
  align-items: flex-end;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.text-block-2 {
  color: #5d9459;
  text-transform: none;
  object-fit: fill;
  background-color: #c3f1c0;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 2px 8px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 600;
  overflow: visible;
}

.text-block-3 {
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
}

.text-block-3.country {
  font-size: 12px;
  font-weight: 800;
}

.fa-icon {
  color: #38b000;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.text-span, .text-span-2 {
  color: #38b000;
  font-weight: 700;
}

.whapp-ico {
  color: #38b000;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 16px;
}

.email-ico {
  color: #38b000;
  font-family: "Fa 400", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .div-block, .section-2, .section-3, .section-4 {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
  }
}

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

  .text-block {
    font-size: 11px;
  }

  .div-block, .section-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 100px;
  }

  .navbar {
    width: 100%;
  }

  .nav-menu, .menu-button {
    background-color: #f1f1f1;
  }

  .text-block-2, .text-block-3 {
    text-align: right;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}