.iconInfo-card-blue {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px dashed var(--simple-blue-color);
    border-radius: 0.375rem;
    overflow: hidden;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 5%);
    background: #f2fbff;
}

.iconInfo-card-blue .icon {
    background: var(--simple-blue-color);
    padding: 15px;
    font-size: 3rem;
    display: flex;
    align-items: center;
    color: #fff;
}

.iconInfo-card-blue .info {
    padding: 8px 22px 8px 12px;
    color: #000;
    font-weight: 500;
    font-size: 0.95rem;
}

.iconInfo-card-blue .info h5 {
    color: #000000;
    font-size: 1.75rem;
    font-weight: 600;
}