.section-two-banners__wrapper{display:grid;grid-template-columns:1fr;width:100%;gap:10px}@media screen and (min-width: 750px){.section-two-banners__wrapper{grid-template-columns:1fr 1fr}}.section-two-banners__item{display:flex;flex-direction:column;gap:16px;height:100%;width:100%;position:relative}.section-two-banners__item-image{width:100%;height:100%}.section-two-banners__item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-two-banners__item-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;color:#faf6f2;z-index:3}.section-two-banners__item-title{text-align:center;color:#faf6f2;text-transform:uppercase;letter-spacing:-0.02em}@media screen and (min-width: 990px){.section-two-banners__item-title{font-size:32px}}@media screen and (min-width: 1600px){.section-two-banners__item-title{font-size:42px}}.section-two-banners__item-button{text-align:center;color:#faf6f2;font-size:18px;line-height:1.2;font-weight:600;text-decoration:unset;padding-bottom:1px;border-bottom:1px solid #faf6f2}@media screen and (min-width: 990px){.section-two-banners__item-button{font-size:16px}}@media screen and (min-width: 1600px){.section-two-banners__item-button{font-size:21px}}.section-two-banners__item-button:hover{color:#f5ede6;border-bottom-color:#f5ede6}