.ordered_element{
    position: relative;
    width: 100%;
    padding-top: 51.03%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.ordered-new{
    margin-top: 40px;
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr;
}
.ordered_element span{
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 32px;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 46.4px */
}
.ordered_element a{
    width: 100%;
    height: 100%;
    color: #fff;
}