.owl-carousel {
  padding-left: 40px;
  padding-right: 40px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}
.owl-carousel button.owl-prev,
.owl-carousel button.owl-next {
  background: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  margin: 0 !important;
  box-shadow: 0px 1px 8px 0px rgba(39, 40, 60, 0.14);
  transition: all 0.2s ease;
  max-width: 30px;
  min-width: 30px;
}
.owl-carousel .owl-nav button svg {
  width: 22px;
  height: 22px;
  transition: all 0.2s ease;
}
.owl-carousel .owl-nav button:hover svg,
.owl-carousel .owl-nav button:focus svg {
  scale: 1.1;
  transition: all 0.2s ease;
}
.owl-carousel .owl-nav button:hover svg path,
.owl-carousel .owl-nav button:focus svg path {
  stroke: #1863dc;
  transition: all 0.2s ease;
}
.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-nav button:hover {
  box-shadow: 0px 8px 26px -4px rgba(39, 40, 60, 0.2);
  transition: all 0.2s ease;
  outline: none;
}
.owl-carousel .owl-nav button:focus-visible {
  outline: 2px solid #1863dc;
}
