.w{
    margin-top:10vmax ;
}
.w h1{
    color: #EC5B29;
}
.wcards{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    list-style: none;
    gap: 2vmax;
}
.wc{
    position: relative;
    width: 100%;
    height: 30vmax;
    border: #888888 solid 1px;
    border-radius: 2cap;
    overflow: hidden;
}
.cardimage1{
    width: 100%;
    height: 30vmax;
    position: absolute;
}
.cardimage2{
    width: 100%;
    height: 30vmax;
    position: absolute;
}
.cardimage3{
    width: 120%;
    height: 30vmax;
    position: absolute;
}
.cardimage4{
    width: 100%;
    height: 30vmax;
    position: absolute;
}
