@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css);

.results-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.results-slider .slick-dots {
    position: relative;
    bottom: auto;
}
.results-header {
    text-align: center;
}
.results-header img {
    max-width: 300px;
    max-height: 100px;
    margin: 80px 0;
    display: inline;
    width: auto;
    height: auto;
}
/* 
.results-header h2 {
    font-size: 45px;
}
 */
#slide-stats {
    width: 100%
}
#results-slider .cta {
    display: flex;
    margin-top: 40px;
    justify-content: center;
}
@media screen and (min-width:768px) {
    .stat-info {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        width: 100%;
    }
}
.stat-info {
    margin-bottom: 30px;
}
.stat-percent {
    width: 100%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.stat-percent h3 {
    font-size: 60px;
    color: #189f93;
}
.stat img {
    width: 60px;
    height: 60px;
}
.stat-percent h3 + img {
	margin-left: 1rem;
}
.stat-info h4 {
    width: 100%;
    margin-top: 10px !important;
    text-align: center;
}