.codicts-carousel-arrow-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.codicts-carousel-arrow-nav ul a {
    width: 35px;
    height: 35px;
    color: #555558;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .15s ease-in-out;
    margin-left: 2px;
    margin-right: 2px;
}
.codicts-carousel-arrow-nav ul a:hover {
    background: var(--accent);
    color: #fff;
    border-color: #fff;
}
