.slider-section{
    background-color: #E8E8E8;
    border-radius: 14px;
    padding: 5px;
    text-align: center;
}
.slider-section img{
    width: 145px;
}
.slider-section-a{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    height: 44px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -5px;
}