.vc-icons-with-text {
    margin-top: 45px;
}

.vc-icons-with-text .title-block h2 {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
    color: #003873;
    margin-bottom: 8px;
}

.vc-icons-with-text .text-block p {
    font-size: 18px;
    line-height: 32px !important;
    color: #003873;
    margin: 0 auto;
    max-width: 900px;
}

.vc-icons-with-text .icon-block {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 45px;
    row-gap: 35px;
}

.vc-icons-with-text .icon-wrapper {
    flex: 0 0 33%;
    text-align: center;
}

.vc-icons-with-text.iwt-col-4 .icon-wrapper {
    flex: 0 0 25%;
}

.vc-icons-with-text .icon-wrapper .icon {
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: flex-end;
}

.vc-icons-with-text .icon-wrapper .text {
    margin: 17px 55px;
}

.vc-icons-with-text .icon-wrapper .text span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #003873;
}

@media (max-width:991px) {
    .vc-icons-with-text {
        row-gap: 0;
        margin-top: -3px;
        margin-bottom: -24px;
    }
    
    .vc-icons-with-text .title-block h2 {
        text-align: center;
        font-size: 16px !important;
        line-height: 26px !important;
        margin-bottom: 8px;
    }

    .vc-icons-with-text .text-block {
        margin-top: 25px;
    }

    .vc-icons-with-text .text-block p {
        font-size: 14px !important;
        line-height: 27px !important;
        margin: 0 auto;
    }

    .vc-icons-with-text .icon-block {
        margin-top: 21px;
        row-gap: 0;
    }

    .vc-icons-with-text .icon-wrapper,
    .vc-icons-with-text.iwt-col-4 .icon-wrapper {
        flex: 0 0 100%;
    }

    .vc-icons-with-text .icon-wrapper {
        height: 94px;
        display: flex;
        text-align: left;
        align-items: center;
    }

    .vc-icons-with-text .icon-wrapper .icon {
        flex: 0 0 80px;
        height: 56px;
    }

    .vc-icons-with-text .icon-wrapper .icon {
        width: 80px;
        height: auto;
        padding-right: 25px;
    }

    .vc-icons-with-text .icon-wrapper .text {
        margin: 0 0 0 2px;
    }

    .vc-icons-with-text .icon-wrapper .text span {
        font-size: 14px;
        line-height: 23px;
    }
}