.banner__item{
	display: flex;
	position: relative;
}
.banner__item img{
	width: 100%;
	height: auto;
}
.banner__item-main{
    position: absolute;
    color: #fff;
    bottom: 7%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateX(-50%);
}
@media(max-width: 1800px){
    .banner__item-main{
        bottom: 5%;
    }
    .banner__item-preview{
        font-size: 22px;
        line-height: 140%;
    }
}
