.owl-next, .owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(61, 61, 151, .88);
    color: #fff!important;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 100;
    transition: background .15s;
    border: none;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}