

.text-image-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.text-image-block .text-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    
    padding: 0 var(--firstrow);
}

.text-image-block img {
    /* aspect-ratio: 16 / 9; */
    object-fit: cover;
    width: calc(100% + var(--padding));
    max-width: calc(100% + var(--padding));
    margin-right: calc(0px - var(--padding));
}

.text-image-block .button-wrapper {
    margin-bottom: 1rem;
    gap: 1rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
}