.backhaut-wrapper{
width:100%;
display:flex;
justify-content:center;
margin-top:40px;
margin-bottom:40px;
cursor:pointer;
}
.backhaut-button{
display:flex;
flex-direction:column;
align-items:center;
}
.backhaut-arrow{
width:0;
height:0;
border-left:5vw solid transparent;
border-right:5vw solid transparent;
border-bottom:5vw solid #DA291C;
}
.backhaut-img{
width:10vw;
height:10vw;
object-fit:contain;
margin-top:5px;
}