.owl-carousel .owl-nav  {
    display: flex;
    margin-top: 15px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
  font-size: 30px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #d31039;
  border: 1px #dee1e7 solid;
  background: #fff;
  cursor: pointer;
  margin-right: 15px;
  line-height: 0;
}