.listFewo {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
    border-top: 1px solid #ffffff44;
}



.fuxFewo {
    display: block;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff44;
}










.fuxFewo .Img {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.fuxFewo .Img .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, black, transparent);
    display: flex;
    align-items: end;
    justify-content: end;
    line-height: 1;
    padding: 0 8px;
}

.overlay-price {
    opacity: .7;
}

.bigprice {
    font-family: 'myUE';
    font-size: 88px;
    height: 88px;
    line-height: 1;

}


.line1 {
    display: flex;
    justify-content: end;
}

.line1 .box {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    padding-left: 40px;
}

.Content h4 {
    font-family: 'myUE';
    font-size: 50px;
    padding: 0 0 10px 0;
    line-height: 1;
}

.imgM {
    margin: 0 10px;
}

.d-border {
    border: 1px solid green
}





@media (min-width: 1024px) {




    .fuxFewo {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 40px;
        padding: 40px 0;
        border-bottom: 1px solid #ffffff44;
    }


    .Content h4 {
        font-family: 'myUE';
        font-size: 66px;
        padding: 0 0 10px 0;
        line-height: 1;
    }



}








/*   FOOTER   */


.footerEnd {
	display: flex;
	justify-content: center;
	align-items: center;
}

.logos {
		display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1000px;
	padding: 1rem;
	overflow: hidden;
}

.logos .partner {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: grey;
	padding: 2px;
	margin: 8px;
	height: 50px;
	width: 90px;
	overflow: hidden;
	border-radius: 8px;
}

.partner img  {
	width: 80px;
}