.content-carousel-gallery-13 {
  .owl-dots {
    padding-top: 1.5rem;
  }

  .owl-dots .owl-dot {
    span {
      background-color: #fff;
    }

    &.active {
      span {
        background-color: var(--color-secondary);
        border: 2px solid white;
        box-shadow: 0 0 0 5px rgba(233, 80, 14, 0.23);
      }
    }
  }
}
#gallery-13 {
  .owl-gallery-13 {
    a {
      display: block;
      aspect-ratio: 1.56;
      border-radius: 20px 100px 20px 20px;
      overflow: hidden;
      outline: none;
      img {
        height: 100%;
        width: 100%;
        transition: 0.4s;
        object-fit: cover;
        &:hover{
            transform: scale(1.2);
        }
      }
    }
  }
}

