body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  background: url(../images/bg2.png) top center no-repeat;
  color: #333;
  background-size: contain;
}
.owl-nav{
  margin-top: 20px;
}
.owl-nav, .owl-dots{
  text-align: center;
}
.owl-dot{
  background: gray !important;
  color: gray !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
}
.owl-dot.active{
  background: darkgray !important;
  color: darkgray !important;
}