section {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.swiper-container {
  position:relative;
}

.swiper-pagination span {
    background-color: unset;
    border: #8C684A solid 1px;
}

.swiper-pagination-bullet-active {
    background-color: #8C684A !important;
    border: 0;
}

.swiper-pagination span {
    background-color: unset;
    border: #8C684A solid 1px;
}

.swiper-pagination-bullet-active {
    color: #8C684A;
    border: 0;
}

.swiper-button-next, .swiper-button-prev {
    color: #8C684A;
}

.ocCard-items div, .ocCard-Items div p{
 font-size: 12px !important;
 line-height: 14px !important;
}

@media screen and (min-width: 992px) {
  .ocCard-items div, .ocCard-Items div p{
     font-size: 14px !important;
     line-height: 16px !important;
    }
} 