.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
}

.our-partners .mission h2.desktop {
    font-size: 3.2rem;
}
.our-partners .mission h2.mobile {
    display: none;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    font-size: 5rem;
}

.owl-dots {
    float: none;
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0px 10px;
    opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
    opacity: 1;
}

.member-info {
    margin: 1.2rem 0rem;
}

.member-info p {
    line-height: 2rem;
}

.modal-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 3rem;
}
.modal-content .member-photo {
    width: 30%;
}

.modal-tab {
    width: 100%;
    position: sticky;
    bottom: 0;
    background-color: #eee;
    padding: 1.6rem 3rem;
}

.modal-tab a {
    color: #150038;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}

.modal-tab a.next {
    text-decoration: none;
    float: right;
}

.modal-content .member-photo img {
    width: 100%;
}

.member-photo a.linkedin {
    text-decoration: none;
    color: #01D1F5;
    font-size: 1.6rem;
}

.member-photo a.linkedin img {
    width: 25px;
    margin-right: 1.2rem;
}

.modal-content .member-detail {
    width: 65%;
    overflow-y: scroll;
    height: 60vh;
    padding: 1rem 2rem;
}


.jquery-modal .modal a.close-modal {
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2019/09/modal_close.png);
}

@media screen and (max-width: 760px) {
    .bottomsliders .sliders-container .slider .slider-tab {
        transform: translate(-50%,-50%);
        width: 86%;
        padding: 2rem 3rem;
    }

    .our-partners .mission h2.desktop {
        display: none;
    }
    .our-partners .mission h2.mobile {
        display: block;
        font-size: 2.5rem;
    }

    .owl-nav {
        display: none;
    }
    .slider-tab a.btn {
        width: 100%;
        text-align: center;
    }
}

