.section__benefits .row--special {
display: flex;
justify-content: space-between;
gap: 2rem;
min-height: 370px;
background-color: var(--grey-bg-light);
}
.row--special .row__article {
display: flex;
flex-direction: column;
justify-content: center;
background-color: var(--white-bg);
padding: 2rem;
}
.row__article-image.trumpet {
flex-basis: 440px;
aspect-ratio: 440 / 370;
background-color: var(--primary-turquoise);
background-image: url("../images/Trumpet.png");
background-size: 70%;
background-repeat: no-repeat;
background-position: 50% 80%;
}
.section__benefits .row--special {
display: flex;
justify-content: space-between;
gap: 2rem;
min-height: 370px;
background-color: var(--grey-bg-light);
}
.row--special .row__article {
display: flex;
flex-direction: column;
justify-content: center;
background-color: var(--white-bg);
padding: 2rem;
}
.row__article-image.trumpet {
flex-basis: 440px;
aspect-ratio: 440 / 370;
background-color: var(--primary-turquoise);
background-image: url("../images/Trumpet.png");
background-size: 70%;
background-repeat: no-repeat;
background-position: 50% 80%;
}