.banners{display:flex;flex-direction:column;gap:.5rem}.banners>div>div{display:flex;gap:1.5rem;flex-wrap:wrap;flex-direction:row;width:max-content}.banner-v>div>div>a{position:relative;flex:1 1 0px;background-color:#000;border-radius:.2rem;height:350px;width:300px}.banner-v>div>div .banner-txt{z-index:1;position:absolute;top:0;left:0;right:0;padding:10px;display:flex;flex-direction:column;align-items:normal;color:#fff;font-size:1.2rem;gap:.3rem}.banner-v>div>div .banner-txt>div{font-size:1.4rem;border-bottom:1px dashed #fff;font-weight:900}@media (min-width:1024px){.banners>div>div{width:auto}.banner-v>div>div>a{height:350px;width:auto}.banner-v>div>div .banner-txt>div{font-size:2rem}}