.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-project-gallery {
    position: relative;
    padding-top: 60px;
}
.content-project-gallery .splide__arrows {
    position: absolute;
    top: -40px;
    right: 0;
}
.content-project-gallery .splide__arrows .splide__arrow svg {
    width: 24px;
    height: 24px;
    fill: #0aa04a;
}
.content-project-gallery .splide__arrows .splide__arrow--prev svg {
    transform: rotate(180deg);
}
.content-project-gallery .splide__arrows .splide__arrow[disabled] svg {
    fill: #6e6e6e;
    opacity: 0.5;
}
.content-project-gallery .splide__slide {
    border-radius: 12px;
}