.greeb-carousel{
    transition: all 0.5s;
}
.greeb-carousel-controls{
    width: 200px;
    margin:10px auto;
    display: flex;
    justify-content: space-between;
}
.greeb-carousel-prev, .greeb-carousel-next{
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #56b7ad;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}