@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes linethrough {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.hero_section {
  padding: 100px 0;
  margin-top: -100px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero_section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 540px) {
  .hero_section {
    padding: 80px 0 60px;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../images/home/globe.png);
  transition: 0.5s ease;
}
.hero_section::before {
  background-repeat: no-repeat;
  background-size: 450px;
  background-position: 50% 95%;
  animation: bounce 1s infinite alternate;
}
@media only screen and (max-width: 991px) {
  .hero_section::before {
    background-size: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section::before {
    background-size: 300px;
    background-position: 50% 50%;
  }
}
@media only screen and (max-width: 540px) {
  .hero_section::before {
    background-size: 250px;
    background-position: 50% 80%;
  }
}
.hero_section .hero_wrapper {
  text-align: center;
}
.hero_section .hero_wrapper .logo {
  width: 500px;
  margin: 0 auto 20px;
}
.hero_section .hero_wrapper .heading h2 {
  font-size: 60px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .hero_section .hero_wrapper .heading h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .hero_section .hero_wrapper .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .hero_section .hero_wrapper .heading h2 {
    font-size: 28px;
  }
}
.hero_section .hero_wrapper .heading h2:first-child {
  color: var(--secondary);
  position: relative;
}
.hero_section .hero_wrapper .heading h2:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--black);
  animation: linethrough 1.5s linear 1 forwards;
  transition: 0.5s ease;
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .hero_section .hero_wrapper .heading h2:first-child::before {
    height: 1px;
  }
}
.hero_section .hero_wrapper .heading h2:last-child {
  font-family: "Neutra-light";
  font-weight: 300;
}
.hero_section .hero_wrapper .heading h2:last-child span {
  color: var(--primary);
}
.hero_section .hero_wrapper p {
  font-size: 18px;
  max-width: 500px;
  text-align: center;
  margin: 20px auto 0;
}
@media only screen and (max-width: 540px) {
  .hero_section .hero_wrapper p {
    font-size: 16px;
    margin: 15px auto 0;
    line-height: 1.3;
  }
}

.counter_section {
  height: 80vh;
  min-height: 600px;
  background: #54595f;
}
@media only screen and (max-width: 1170px) {
  .counter_section {
    height: 70vh;
    min-height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .counter_section {
    height: 60vh;
    min-height: 460px;
  }
}
@media only screen and (max-width: 540px) {
  .counter_section {
    height: 100%;
    min-height: auto;
  }
}
.counter_section .container {
  height: 100%;
}
@media only screen and (max-width: 540px) {
  .counter_section .container {
    padding: 0;
  }
}
.counter_section .counter_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .counter_section .counter_wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.counter_section .counter_wrapper .counter_col {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .counter_section .counter_wrapper .counter_col {
    width: 100%;
    padding: 0 15px;
  }
  .counter_section .counter_wrapper .counter_col:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--white);
  }
}
.counter_section .counter_wrapper .counter_col p {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  .counter_section .counter_wrapper .counter_col p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_wrapper .counter_col p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .counter_section .counter_wrapper .counter_col p {
    font-size: 20px;
  }
}
.counter_section .counter_wrapper .counter_col p:last-of-type {
  max-width: 210px;
  margin: 0 auto;
}
.counter_section .counter_wrapper .counter_col h3 {
  margin: 30px 0;
  font-size: 80px;
  color: var(--white);
  font-family: "Neutra-book";
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .counter_section .counter_wrapper .counter_col h3 {
    font-size: 60px;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_wrapper .counter_col h3 {
    font-size: 50px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 540px) {
  .counter_section .counter_wrapper .counter_col h3 {
    font-size: 45px;
    margin: 10px 0;
  }
}

.services_section .top_marque_sec .marque {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.services_section .top_marque_sec .marque.right .track {
  animation: scroll-right 15s linear infinite;
  border-bottom: 2px solid var(--black);
}
.services_section .top_marque_sec .marque.right .track h4 {
  color: #bebebe;
}
.services_section .top_marque_sec .marque.left .track {
  animation: scroll-left 15s linear infinite;
}
.services_section .top_marque_sec .marque .track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  gap: 10px;
}
.services_section .top_marque_sec .marque .track h4 {
  font-size: 42px;
  line-height: 1.2;
  font-family: "Neutra-booki";
  font-weight: 600;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .services_section .top_marque_sec .marque .track h4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .services_section .top_marque_sec .marque .track h4 {
    font-size: 24px;
  }
}
.services_section .top_marque_sec .marque .track h4 span {
  color: var(--primary);
}
.services_section .services_wrapper {
  position: relative;
  overflow: hidden;
}
.services_section .services_wrapper .btn_wrap {
  justify-content: center;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .services_section .services_wrapper .btn_wrap {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .services_section .services_wrapper .btn_wrap {
    margin: 30px 0;
  }
}

.steps_section .heading {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .steps_section .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .heading {
    margin-bottom: 30px;
  }
}
.steps_section .heading h2 {
  font-size: 60px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .steps_section .heading h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .heading h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .heading h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.steps_section .heading h2 span {
  color: var(--primary);
}
.steps_section .heading h2:first-child {
  color: var(--secondary);
  position: relative;
}
.steps_section .heading h2:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--black);
  animation: linethrough 1.5s linear 1 forwards;
  transition: 0.5s ease;
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .steps_section .heading h2:first-child::before {
    height: 1px;
  }
}
.steps_section .heading h2:last-child {
  font-family: "Neutra-light";
  font-weight: 300;
  color: var(--primary);
}
.steps_section .steps_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper {
    max-width: 700px;
  }
}
.steps_section .steps_wrapper .step_col {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.steps_section .steps_wrapper .step_col:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col:not(:last-child) {
    margin-bottom: 60px;
  }
}
.steps_section .steps_wrapper .step_col svg {
  overflow: visible;
  vertical-align: middle;
}
.steps_section .steps_wrapper .step_col.animation_active {
  position: relative;
}
.steps_section .steps_wrapper .step_col.animation_active .outer {
  animation: drawOuter 1.5s linear forwards;
}
.steps_section .steps_wrapper .step_col.animation_active .inner {
  animation: drawInner 1.5s linear forwards;
}
.steps_section .steps_wrapper .step_col.animation_active .triangleGroup {
  transform-origin: 60px 60px;
  animation: moveTriangle 1.5s linear forwards;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col.animation_active .triangleGroup polygon {
    transform: translate(120px, 60px) rotate(180deg);
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .step_col.animation_active .triangleGroup polygon {
    transform: translate(135px, 60px) rotate(180deg);
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col.animation_active .triangleGroup polygon {
    transform: translate(125px, 60px) rotate(180deg);
  }
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col.animation_active .numberr svg {
    width: 110px;
    height: 200px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col.animation_active .numberr svg {
    width: 85px;
    height: 150px;
  }
}
.steps_section .steps_wrapper .step_col.animation_active .numberr svg path {
  animation: drawNum 4s linear forwards;
}
.steps_section .steps_wrapper .step_col.animation_active .number2 svg text {
  animation: drawNum 6s linear forwards;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col.animation_active .number2 svg text {
    font-size: 190px;
    transform: translate(-15px, -20px);
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .step_col.animation_active .number2 svg text {
    font-size: 170px;
    transform: translate(-17px, -25px);
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col.animation_active .number2 svg text {
    font-size: 150px;
    transform: translate(-20px, -31px);
  }
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col.animation_active .number3 svg {
    width: 110px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col.animation_active .number3 svg {
    width: 100px;
    height: 150px;
  }
}
.steps_section .steps_wrapper .step_col.animation_active .number3 svg text {
  animation: drawNum 4s linear forwards;
  animation-delay: 1.7s;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col.animation_active .number3 svg text {
    font-size: 140px;
    stroke-width: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .step_col.animation_active .number3 svg text {
    font-size: 120px;
  }
}
.steps_section .steps_wrapper .step_col.animation_active .textt {
  animation-name: slideIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
.steps_section .steps_wrapper .step_col.animation_active .text2 {
  animation-name: slideIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col.animation_active .text2 {
    order: 1;
  }
}
.steps_section .steps_wrapper .step_col.animation_active .text3 {
  animation-name: slideIn;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
@keyframes slideIn {
  100% {
    opacity: 1;
    transform: translateX(0);
    @media only screen and (max-width: 540px) {
      .steps_section .steps_wrapper .step_col {
        transform: translateY(0);
      }
    }
  }
}
@keyframes fadeInShadow {
  100% {
    opacity: 1;
  }
}
@keyframes moveTriangle {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes drawNum {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawOuter {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes drawInner {
  100% {
    stroke-dashoffset: 0;
  }
}
.steps_section .steps_wrapper .step_col #shadow {
  filter: blur(9px);
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col #shadow {
    transform: translateY(-25px);
  }
}
.steps_section .steps_wrapper .step_col .floating-shadow {
  animation: fadeInShadow 1s forwards;
  opacity: 0;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col .floating-shadow {
    r: 81px;
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .step_col .floating-shadow {
    r: 65px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col .floating-shadow {
    r: 55px;
  }
}
.steps_section .steps_wrapper .step_col .outer {
  fill: none;
  stroke: #a41d2f;
  stroke-width: 4;
  stroke-dasharray: 504;
  stroke-dashoffset: 504;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col .outer {
    r: 70px;
    cx: 50px;
    cy: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .step_col .outer {
    cx: 65px;
    cy: 55px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col .outer {
    r: 60px;
  }
}
.steps_section .steps_wrapper .step_col .inner {
  fill: none;
  stroke: #a41d2f;
  stroke-width: 4;
  stroke-dasharray: 400.76;
  stroke-dashoffset: -400.76;
  animation-delay: 0.2s;
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .step_col .inner {
    r: 50px;
    cx: 50px;
    cy: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .step_col .inner {
    cx: 65px;
    cy: 55px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .step_col .inner {
    r: 40px;
  }
}
.steps_section .steps_wrapper .numberr {
  margin-left: -40px;
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .numberr {
    margin-left: -30px;
  }
}
.steps_section .steps_wrapper .numberr svg path {
  fill: none;
  stroke: #a41d2f;
  stroke-width: 2;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation-delay: 1.7s;
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .numberr svg path {
    stroke-width: 3;
  }
}
.steps_section .steps_wrapper .number2 svg text {
  fill: none;
  stroke: #a41d2f;
  stroke-width: 4;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  animation-delay: 1.7s;
  stroke-linejoin: round;
  stroke-linecap: round;
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .number3 {
    width: 100px;
    height: 150px;
  }
}
.steps_section .steps_wrapper .number3 svg text {
  fill: none;
  stroke: #a41d2f;
  stroke-width: 2;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.steps_section .steps_wrapper .textt, .steps_section .steps_wrapper .text2, .steps_section .steps_wrapper .text3 {
  opacity: 0;
  transform: translateX(-40px);
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0 50px;
}
@media only screen and (max-width: 1170px) {
  .steps_section .steps_wrapper .textt, .steps_section .steps_wrapper .text2, .steps_section .steps_wrapper .text3 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .steps_section .steps_wrapper .textt, .steps_section .steps_wrapper .text2, .steps_section .steps_wrapper .text3 {
    padding: 0 20px;
    transform: translateX(-30px);
  }
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .textt, .steps_section .steps_wrapper .text2, .steps_section .steps_wrapper .text3 {
    padding: 0 10px;
    transform: translateX(-20px);
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .textt, .steps_section .steps_wrapper .text2, .steps_section .steps_wrapper .text3 {
    transform: translateY(10px);
    text-align: center;
  }
}
.steps_section .steps_wrapper .textt p, .steps_section .steps_wrapper .text2 p, .steps_section .steps_wrapper .text3 p {
  font-size: 20px;
  color: var(--text);
  font-family: "Neutra-book";
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .textt p, .steps_section .steps_wrapper .text2 p, .steps_section .steps_wrapper .text3 p {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .textt p, .steps_section .steps_wrapper .text2 p, .steps_section .steps_wrapper .text3 p {
    font-size: 16px;
  }
}
.steps_section .steps_wrapper .textt p span, .steps_section .steps_wrapper .text2 p span, .steps_section .steps_wrapper .text3 p span {
  font-family: "Neutra-bd";
  color: var(--primary);
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .steps_section .steps_wrapper .textt p span, .steps_section .steps_wrapper .text2 p span, .steps_section .steps_wrapper .text3 p span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 540px) {
  .steps_section .steps_wrapper .textt p span, .steps_section .steps_wrapper .text2 p span, .steps_section .steps_wrapper .text3 p span {
    font-size: 20px;
  }
}

.cta_section {
  height: 80vh;
  min-height: 600px;
  background: #54595f;
}
@media only screen and (max-width: 1170px) {
  .cta_section {
    height: 70vh;
    min-height: 500px;
  }
}
@media only screen and (max-width: 540px) {
  .cta_section {
    height: 100%;
    min-height: auto;
    padding: 30px 0 50px;
  }
}
.cta_section .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_section .cta_wrapper {
  text-align: center;
}
.cta_section .cta_wrapper figure {
  width: 380px;
  margin: 0 auto;
}
@media only screen and (max-width: 540px) {
  .cta_section .cta_wrapper figure {
    width: 300px;
  }
}
.cta_section .cta_wrapper figure img {
  filter: brightness(0) invert(1);
}
.cta_section .cta_wrapper figcaption h6 {
  font-size: 32px;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .cta_section .cta_wrapper figcaption h6 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_section .cta_wrapper figcaption h6 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .cta_section .cta_wrapper figcaption h6 {
    font-size: 22px;
  }
}
.cta_section .cta_wrapper figcaption a {
  font-size: 50px;
  color: var(--white);
  font-family: "Neutra-bd";
}
@media only screen and (max-width: 991px) {
  .cta_section .cta_wrapper figcaption a {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .cta_section .cta_wrapper figcaption a {
    font-size: 38px;
  }
}
@media only screen and (max-width: 540px) {
  .cta_section .cta_wrapper figcaption a {
    font-size: 30px;
  }
}

.knowledge_sec .heading {
  text-align: center;
}
.knowledge_sec .heading h2 {
  line-height: 1.2;
  color: var(--primary);
  font-size: 50px;
  font-family: "Neutra-bdi";
}
@media only screen and (max-width: 768px) {
  .knowledge_sec .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .heading h2 {
    font-size: 30px;
  }
}
.knowledge_sec .heading p {
  margin-top: 0;
  font-size: 20px;
  font-family: "Neutra-bdi";
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .knowledge_sec .heading p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .heading p {
    font-size: 16px;
    margin-top: 5px;
  }
}
.knowledge_sec .content {
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .content {
    text-align: center;
  }
}
.knowledge_sec .content figure {
  width: 650px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .knowledge_sec .content figure {
    width: 500px;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .content figure {
    width: 300px;
    margin: 20px auto 0;
  }
}
.knowledge_sec .content p {
  font-size: 20px;
}
.knowledge_sec .content p:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .knowledge_sec .content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .content p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .knowledge_sec .content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .knowledge_sec .content p {
    font-size: 16px;
  }
}
.knowledge_sec .content p span, .knowledge_sec .content p a {
  color: var(--primary);
}/*# sourceMappingURL=home.css.map */