@media only screen and (min-width:300px) and (max-width: 583px){
	.suq{
		width: 100%;
	}
	.nd{
		padding: 10px
	}
	h1{
		font-size: 32px;
	}
	img.img2 {
	    position: relative;
	    top: 0;
	    max-width: 45px;
	    left: 0;
	    float: left;
	    margin-top: -22%;
	}
	.top {
	    padding: 10px;
	}
	.t {
	    display: block;
	    position: absolute;
	    width: 46%;
	    height: 18%;
	    top: 0;
	    left: 27%;
	}
}