.industriesCards {
    background-color: #fff;
    border-radius: .625rem;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.industriesCards .topBorder {
    height: 8px;
    width: 100%;
    background-color: #6fc;
    position: relative;
    z-index: 3;
    transition: .3s width;
}

.industriesCards figure:before {
    content: "";
    background-color: #035a5d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 0 0 .625rem .625rem;
    opacity: 0;
    transition: .3s opacity;
    z-index: 0;
}

.industriesCards figure figcaption {
    padding: 1.25rem;
    font-size: 1.375rem;
    color: #035a5d;
    font-style: normal;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 71%;
    height: 100%;
    transition: .3s top;
    z-index: 3;
}

.industriesCards figure figcaption a.title {
    transition: .3s color, .3s font-size;
        text-decoration: none;
    color: inherit;
}

.industriesCards figure figcaption a.read-more {
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3rem;
    display: inline-block;
    color: #42aaa9;
    position: absolute;
    padding-right: 1rem;
    transition: color .08s ease-in-out;
    color: #fff;
    width: fit-content;
    bottom: 15%;
    transform: translateY(-133%);
}

    .industriesCards:hover .topBorder {
        width: 10%;
    }

        .industriesCards:hover figure:before {
        opacity: 1;
        z-index: 2;
    }

        .industriesCards:hover figure figcaption {
        top: 5%;
    }

        .industriesCards:hover figure figcaption a.title {
        font-size: 2.125rem;
        color: #6fc;
        line-height: normal;
    }

    .splide__pagination{
        display: none !important;
    }

    .splide__arrows{
        display: flex;
        gap: 15px;
        justify-content: center;
        margin: 25px 0 0 0;
    }

    .splide__arrow{
        position: unset !important;
        transform: unset !important;
    }

    .splide__arrow{
    width: 2.625rem !important;
    background-color: transparent !important;
    border: 1px solid #ee2d7d !important;
    border-radius: 50% !important;
    height: 2.625rem !important;
    transform: none !important;
}

.splide__arrow svg{
fill: #ee2d7d !important;
}