.circle-icon svg {
    width: 3rem;
    height: 3rem;
}

.image-with-features__list {
    list-style: none;
    padding: 0;
}

.image-with-features__list_item {
    gap: 2rem;
    display: flex;
    align-items: center;
}

.image-with-features__list_item p {
    height: 100%;
}
.circle-icon {
    align-self: baseline;
}
