.text-card-section {
    padding: 50px 0 124px;
    position: relative;
    z-index: 1;
}

.text-card {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    padding: 33px 25px 35px;
    margin-top: 30px;
    position: relative;
}

.text-card h5 {
    margin: 0 0 17px 0;
    padding: 0 0 0 25px;
}

.text-card h5::before {
    bottom: -3px;
    font-size: 26px;
    font-size: 26px;
    left: -6px;
}

.text-card h3 {
    font-size: 20px;
}

.text-card h3 {
    margin: 0;
    padding: 0;
    font-weight: 900;
    color: #1A4782;
}

.text-card p {
    padding: 0 0 15px;
    line-height: 1.68em;
    color: #888;
}

.text-card .btn-tertiary-orange {
    font-size: 17px;
    position: relative;
    bottom: 0;
    margin-bottom: 0;
}

.leader-bg-left {
    position: absolute;
    z-index: -1;
    right: -529px;
    top: -326px;
}

.leader-bg-right {
    position: absolute;
    z-index: -1;
    top: -28px;
    left: -541px;
}

@media(min-width: 768px) {
    .text-card-section {
        padding: 60px 0 124px;

    }

    .text-card {
        padding: 41px 40px 40px;
        height: calc(100% - 30px);
        min-height: 310px;
    }

    .text-card h5 {
        font-size: 17px;
        padding: 0 0 0 26px;
    }

    .text-card h5::before {
        bottom: -3px;
        font-size: 29px;
        left: -6px;
    }

    .text-card h3 {
        font-size: 24px;
        max-height: 2.55em;
        word-break: break-word;
        overflow: hidden;

    }

    .text-card p {
        font-size: 17px;
    }
}

@media(min-width: 1200px) {
    .text-card-section {
        padding: 95px 0 344px;
    }

    .text-card p {
        font-size: 18px;
    }

    .text-card h3 {
        font-size: 28px;
    }


    .text-card {
        padding: 61px 45px 45px;
        min-height: 420px;
    }

    .industry-post-wrapper .text-card {
        margin-top: 10px;
        padding-top: 40px;
        min-height: 380px;
        margin-bottom: 20px;
    }

    .text-card h5 {
        font-size: 18px;
        padding: 0 0 0 44px;
    }

    .text-card h5::before {
        bottom: -3px;
        font-size: 41px;
        left: -6px;
    }

    .text-card .btn-tertiary-orange {
        font-size: 17px;
        position: absolute;
        bottom: 50px;
    }


}

.text-card-section ul {
    padding-left: 0;
}

.text-card-section ul li {
    margin: 0;
}

.text-card-section ul li::before {
    display: none;
}