.dn {
  opacity: 0;
}

#featureWeb {
  display: block;
}

#featureMob {
  display: block;
}
svg {
  width: 100vw;
  height: 100vh;
}
svg text {
  font-family: "Heebo", "Myriad Pro", sans-serif;
}

.dn {
  opacity: 0;
}

p {
  text-align: justify;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
h2 {
  font-size: 30px;
}

.textVerticalCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.owl-theme .owl-nav [class*="owl-"] {
  background-color: #f49d25;
  color: #ffffff;
  font-weight: bold;
  margin: 5px;
  padding: 6px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: white;
  color: #f49d25;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f49d25;
}