﻿
.stats-carousel-controller {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: -30px;
}
.stats-carousel-controller-heading {
    font-size: 30px;
    margin-top: 0px;
    color: #2b77d9;
    text-align: center !important;
    display: inline;
}
.stats-carousel-controller-left {
    height: 50px;
    width: 50px;
    font-size: 40px;
    align-items:center;
}
.stats-carousel-controller-right {
    height: 50px;
    width: 50px;
    font-size: 40px;
    display: inline;
    vertical-align: central;
}