.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    display: none;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #ee344e;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .item .owl-item-content {
    margin: 25px auto;
}

.owl-carousel .item .owl-item-content p {
    width: 85%;
    margin: auto;
}

.owl-carousel .owl-item .owl-outer-circle {
    border-bottom-color: rgba(238, 52, 78, 0.3);
}

.owl-carousel .owl-item .owl-outer-circle {
    border-bottom: 10px solid #fcd6dc;
    border-radius: 50%;
    width: 270px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-carousel .owl-item .owl-image-border {
    height: 270px;
    width: 270px;
    padding-top: 15px;
    background: #fff;
    border: 1px dashed #d2d4d6;
    border-radius: 50%;
}

.owl-carousel .owl-item img {
    display: block;
    height: 240px;
    width: 240px;
    border-radius: 50%;
    margin: auto;
    object-fit: cover;
}

.owl-carousel .owl-item .owl-outer-circle:hover {
    border-bottom-color: rgba(238, 52, 78);
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}


/* span {
    font-size: 70px;
    position: relative;
    top: -5px;
} */

.owl-nav button:focus {
    outline: none;
}