.paragraph--type--icon-and-text{
    display: flex;
    gap: 1.6rem;
    align-items: flex-start;
}
.paragraph--type--icon-and-text img{
    min-width: 5.4rem;
    width: 5.4rem;
    height: auto;
}

.paragraph--type--item-icon-and-text{
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    background-color: white;
    padding: 5rem 5rem 4rem;
    border-radius: var(--border-radius);
    align-items: center;
    text-align: center;
}

.paragraph--type--item-icon-and-text img{
    max-height: 6rem;
    max-width: 6rem;
    width: 100%;
    height: 100%;
}