.owl-carousel {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #fff;
}

.owl-nav button.owl-prev {
  left: 5px;
}
.owl-nav button.owl-next {
  right: 5px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: all 0.3s ease-in-out;
}
/* span {
  font-size: 70px;
  position: relative;
  top: -5px;
} */
.owl-nav button:focus {
  outline: none;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: none;
  opacity: 0.75;
  text-decoration: none;
}

.picContent {
  padding: 0px 15px 5px 15px;
}

.picContent h3 {
  min-height: 50px;
}

.picContent p {
  margin-bottom: 15px;
}

.owl-carousel .owl-item {
  padding: 10px;
}

.sf-button {
  border: 1px solid #3c3c43;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  text-align: center;
  width: 25%;
  padding: 15px;
  margin: auto;
}

.mb-50 {
  margin-bottom: 50px;
}
.mt-30 {
  margin-top: 30px;
}
