.information-icon-section {
    display: flex;
    justify-content: center; /* centers horizontally */
    align-items: center; /* centers vertically if height is fixed */
    width: 100%;
}

.information-icon-section svg {
    max-width: 18.75rem;
    width: 100%;
    height: auto;
}

.information-section p {
    color: var(--mpsa-blue);
    font-weight: 900;
    text-align: center;
    word-break: break-word;
    font-size: 1.4rem;
}

