.border-pink {
    border-color: #FF2194 !important;
}

@media (min-width: 992px) {
    #what-we-did-list {
        padding-left: 12px;
    }
}

.sticky-column {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

@media (max-width: 991px) {
    .sticky-column {
        position: relative;
    }
}

.swiper {
    max-width: 1326px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-button {
    width: 48px;
    height: 48px;
    cursor: pointer;
    flex-shrink: 0;
}

.swiper-pagination {
    position: relative !important;
    bottom: auto !important;
    padding: 0 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #000;
    opacity: 0.2;
    margin: 0 4px !important;
    transition: all 0.3s ease;
}

.mySwiper .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.swiper-pagination-bullet-active{
    background-color: #161616 !important;
    width: 24px;
    border-radius: 10px !important;
    padding: 4px 15px;
}
