.active{background:#A51517;}

.image-text-carousel__link {
    background: none;
    background-color: #ee1c23;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    line-height: 1.44;
    margin: 3.25rem auto 0;
    padding: .875rem 1.625rem;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-in;}
