@import url("https://use.typekit.net/xom0cdw.css");

.cb-textwithlistoflinks h2,
.cb-textwithlistoflinks p {
    display: flex;
    justify-content: center
}

.cb-textwithlistoflinks p {
    margin-bottom: 20px
}

.cb-textwithlistoflinks .item {
    display: flex;
    border-bottom: none
}

.cb-textwithlistoflinks .item:hover .itemInner .link p {
    border-color: #172a6a
}

.cb-textwithlistoflinks .itemInner {
    display: flex;
    align-items: center
}

.cb-textwithlistoflinks .itemInner img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 20px
}

.cb-textwithlistoflinks .itemInner .link p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    position: relative;
    color: #172a6a;
    margin: 0;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease-in-out
}

.cb-textwithlistoflinks .viewAllLink {
    display: flex;
    justify-content: center;
    margin-top: 35px
}

.cb-textwithlistoflinks .viewAllLink .btn2022 {
    width: 100%
}

@media (max-width:992px) {
    .cb-textwithlistoflinks .content {
        box-shadow: 0 2px 60px 0 rgba(0, 0, 0, .03), 0 2px 20px 0 rgba(0, 0, 0, .08);
        border-radius: 10px;
        background: #fff
    }

    .cb-textwithlistoflinks .itemInner {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        padding: 15px
    }

    .cb-textwithlistoflinks .itemInner p {
        margin-right: 50px
    }

    .cb-textwithlistoflinks .itemInner:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 24px;
        content: "\f105";
        position: absolute;
        color: #e50062;
        margin-left: 7px;
        right: 20px
    }

    .cb-textwithlistoflinks .link {
        margin-right: 40px
    }
}

@media (min-width:992px) {
    .cb-textwithlistoflinks p {
        margin-bottom: 40px
    }

    .cb-textwithlistoflinks .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -10px
    }

    .cb-textwithlistoflinks .item {
        flex-basis: calc(20% - 20px);
        max-width: calc(20% - 20px);
        flex-shrink: 0;
        flex-grow: 0;
        display: flex;
        justify-content: center;
        margin: 0 10px 20px;
        background: #fff;
        border-radius: 10px;
        min-height: 230px;
        padding: 40px 20px 30px;
        box-shadow: 0 2px 40px 0 rgba(23, 42, 106, .03), 0 2px 10px 0 rgba(23, 42, 106, .08)
    }

    .cb-textwithlistoflinks .itemInner {
        flex-direction: column
    }

    .cb-textwithlistoflinks .itemInner img {
        max-width: 80px;
        max-height: 80px;
        margin-right: 0
    }

    .cb-textwithlistoflinks .itemInner .link {
        text-align: center;
        margin-top: 20px
    }

    .cb-textwithlistoflinks .itemInner .link p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        margin-top: 25px
    }

    .cb-textwithlistoflinks .itemInner .link p:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        position: absolute;
        color: #e50062;
        margin-left: 7px;
        margin-top: 3px
    }

    .cb-textwithlistoflinks .viewAllLink {
        margin-top: 20px
    }

    .cb-textwithlistoflinks .viewAllLink .btn2022 {
        width: 260px
    }
}

@media (min-width:1200px) {
    .cb-textwithlistoflinks .inner {
        margin: 0 -15px
    }

    .cb-textwithlistoflinks .item {
        flex-basis: calc(20% - 30px);
        max-width: calc(20% - 30px);
        flex-shrink: 0;
        flex-grow: 0;
        margin: 0 15px 30px;
        min-height: 270px;
        padding: 50px 20px 20px
    }

    .cb-textwithlistoflinks .itemInner img {
        max-width: 90px;
        max-height: 90px
    }

    .cb-textwithlistoflinks .itemInner .link p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 28px;
        margin-top: 35px
    }

    .cb-textwithlistoflinks .itemInner .link p:after {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 24px;
        margin-top: 0
    }
}