.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img {
  width: auto;
}

.rr-offset {
  margin-right: -45px;
}

.resource-bg {
  background: url(../../img/people/renter-resource.jpg) bottom right no-repeat;
  background-size: auto;
}

.resource-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.resource-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.resource-slider {
  background-color: #180a8c;
  columns: #fff !important;
}

.renters-resources .card {
  cursor: grab;
}

.renters-resources .subtitle {
  line-height: 24px;
}

.renters-resources .resource-carousel .card-body {
  padding: 35px;
}

.renters-resources .resource-carousel .thumb {
  padding: 10px 20px 10px;
  padding-left: 90px;
  margin-left: -35px;
}

.renters-resources .resource-carousel .thumb .thumb-img {
  width: 60px;
  left: 20px;
  top: -10px;
}

.renters-resources .resource-carousel h5 {
  line-height: 30px;
  font-size: 18px;
}

.renters-resources .resource-carousel .devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  width: 100px;
}

.renters-resources .bg {
  background: #007bff;
}

.renters-resources .owl-theme .owl-dots .owl-dot.active span, .renters-resources .owl-theme .owl-dots .owl-dot:hover span {
  background: #316ce8;
}

.renters-resources .owl-nav {
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 20px;
}

.renters-resources .owl-nav button.owl-prev, .renters-resources .owl-nav button.owl-next {
  font: 400 30px Arial !important;
  float: none;
  left: 0;
  right: 0;
  margin: 0 20px;
}

.resource-btn-blue {
  width: 85% !important;
  position: absolute;
  bottom: 0px;
  left: 8%;
}

.service-card {
  transition: .5s transform cubic-bezier(.155, 1.105, .295, 1.12), .5s box-shadow, .5s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
  cursor: pointer;
}

.service-card:hover {
  transform: scale(1.05);
}

@media only screen and (max-width:1400px) {
  .resource-bg {
    background: url() center center no-repeat;
  }

}

@media only screen and (min-width:1000px) {
  .owl-stage {
    left: -150px;
  }

}

@media only screen and (max-width:600px) {
  .card {
    min-width: 100%;
  }

}