.mySlider {
    display: inline-block;
}

.mySlider .img_wrap {
    height: auto;
    width: 100%;
    /* margin-bottom: 10px; */
}

.owl-dots {
    height: auto !important;
    position: absolute;
    inset: auto 50% 20px;
    display: flex;
    width: fit-content;
    transform: translateX(-50%);
}

.owl-dot span {
    width: 30px !important;
    height: 5px !important;
    border-radius: 2.5px !important;
}

.partnerSlider .img_wrap img {
    display: block;
    padding-bottom: 70px;
}