.adira-banner { background: var(--adira-dark) center / cover no-repeat; color: #fff; overflow: hidden; }
.adira-banner__row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
.adira-banner__content { padding: 70px 0; }
.adira-banner__heading { margin: 0 0 20px; font-family: Dosis, Arial, sans-serif; font-size: 28px; font-weight: 400; text-transform: uppercase; letter-spacing: .1em; color: #fff; }
.adira-banner__text { margin-bottom: 25px; color: rgba(255,255,255,.8); }
.adira-banner__img img { display: block; max-width: 100%; height: auto; margin: 0 auto; }
@media (max-width: 767px) { .adira-banner__row { grid-template-columns: 1fr; } .adira-banner__content { padding: 50px 0 0; } }
