.templates-carousel-paginate-button {
    background: #7d7c7c8f;
    position: absolute;
    top: 50%;
    z-index: 9;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.templates-carousel-button-prev {
    left: 0;
}

.templates-carousel-button-next {
    right: 0;
}
