:root{
    --Blue-dark: #272668;
    --Yellow:#F7CB4E;
}

div.button-next-style2,
div.button-prev-style2 {
    background: #F0F0F0;
    border: 1px solid #EBEBEB;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    left: 0;
    cursor: pointer;
    font-size: 15px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #8E8E8E;
}