.icon--contentWraper {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: center;
}

.icon--IconWraper {
    flex: 80px 0 0;
}

.icon--InnerContent h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: var(--primary-color);
    margin: 0px 0px 8px;
}

.icon--InnerContent p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.045px;
    color: #001a41;
    min-height: 100px;
}

.middle--ContentBlock h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    color: var(--primary-color);
    margin: 0px;
}

.middle--ContentBlock {
    text-align: center;
}

.icon--InnerContent {
    flex: 1 0 0;
}

.middle--ContentBlock img {
    margin-bottom: 8px;
}

.inner--icon-wrap {
    display: flex;
    padding: 0px 8% !important;
    align-items: center;
}

@media(max-width:768px){
    .inner--icon-wrap {
        display: unset;
    }
    
    .icon--contentWraper {
        gap: 20px;
        margin-bottom: 25px;
    }

    .icon--InnerContent p {
        min-height: auto;
    }

    .icon--InnerContent h5 br {
        display: none;
    }

    .icon--InnerContent h5 {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 30px; /* 125% */
    }

    .icon--IconWraper img {
        height: 60px;
    }

    .icon--IconWraper {
        flex: 60px 0 0;
    }
}

@media(max-width:1024px){
    .icon--InnerContent {
        flex: 1 0 0;
    }

    .icon--IconWraper {
        flex: 16% 0 0;
    }

    .icon--InnerContent h5 {
        font-size: 22px;
        line-height: 26px;
    }

    .icon--contentWraper {
        margin-bottom: 30px;
        gap: 20px;
    }

    .icon--InnerContent p {
        min-height: auto;
    }

    .icon--contentWraper p br {
        display: none;
    }
}