.custom-ac-ctas {
    background: #f5f5f5;
}
.grid-ctas-ac {
    display: grid;
    margin: 0 -24px;
}
.item-cta {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px;
    background: url(images/arrow-cta.svg) no-repeat calc(100% - 24px) 50%;
    border-bottom: 1px solid #ebebeb;
}
.grid-ctas-ac :last-child {
    border: none;
}
.item-cta a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-cta figure {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-color: #E10A1D;
}
.item-cta p {
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.02em;
    color: #242424;
    margin: 0 0 0 16px;
}

@media screen and (min-width: 992px) {
    .grid-ctas-ac {
        margin: 0 -40px;
    }
}

@media screen and (min-width: 992px) {
    .grid-ctas-ac {
        grid-template-columns: repeat(5, 20%);
        margin: 0;
        padding: 40px 0;
    }
    .item-cta {
        border: none; 
        background: none;
        display: block;
        padding: 40px 24px;
    }
    .item-cta:not(:last-child) {
        border-right: 1px solid #ebebeb;
    }
    .item-cta figure {
        display: block;
        margin: 0 auto 24px!important;
        width: 40px;
        height: 40px;
    }
    .item-cta p {
        text-align: center;
        margin: 0;
    }
}
