.text-with-image {
    align-items: end;
    gap: 32px !important;
}
.text-with-image img {
    margin: 0;
}
.text-with-image__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.text-with-image__content-wrapper p {
    font-size: 14px;
    line-height: 18px;
}
