.polska-banner-wrapper{max-width:80%;display:flex;justify-content:space-between;align-items:flex-start}
.polska-banner-left-heading{margin-bottom:.8rem}
.polska-banner-left-caption{margin-bottom:.8rem;font-size:4rem;line-height:4.8rem;font-weight:600;color:#2b7b0a}
.polska-banner-left-text{max-width:21rem;font-size:1.6rem;line-height:2.4rem;color:#6f6f6f}
.polska-banner-right{display:flex;align-items:center;gap:1.6rem}
.polska-banner-right img{max-width:9.5rem;max-height:6.4rem;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;-o-object-fit:contain;object-fit:contain}
@media screen and (max-width:990px){
.polska-banner-wrapper{max-width:none;display:flex;flex-direction:column}
.polska-banner-left-text{margin-bottom:1.6rem}
.polska-banner-right{display:flex;align-items:center;gap:1.6rem}
.polska-banner-right img{max-width:9.5rem;max-height:6.4rem;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;-o-object-fit:contain;object-fit:contain}
}