@media screen and (max-width:1024px) and (min-width:120px) {
.urun{
width:90%;
float:none;
overflow:hidden;
border:1px solid #eee;
text-align:center;
margin-left:0%;
margin:0 auto;
margin-bottom:10%;
}

.titlem{
text-align:center;
}


.check{
overflow:hidden;
width:90%;
margin:0 auto;
padding:30px 0 0 0;
}

.check input{
width:100%;
height:50px;
border:1px solid #ddd;
outline:none;
font-size:19px;
border-radius:24px;
margin-bottom:10px;
text-align:center;
}

.check button{
height:40px;
width:100%;
border-radius:24px;
border:none;
margin-left:0px;
border:1px solid #ddd;
outline:none;
cursor:pointer;
background:#28a745;
color:#fff;
}
}