.owl-dots
{
    position: relative;
    top: -40px;
    text-align: right;
    margin-left: -50px;
    left: -20px;    
}
.owl-dots button {
    display: inline-block;
    margin-left: .5rem;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0;
    background: #fff;
    box-shadow: 0 0 0 .125rem #ecdee7;
    transition: box-shadow .2s cubic-bezier(.23, 1, .32, 1), border-color .2s cubic-bezier(.23, 1, .32, 1), background .2s cubic-bezier(.23, 1, .32, 1);
  }

  .owl-dots .active {
    background: #b32586 !important;
    box-shadow: 0 0 0 .125rem #fff;
  }