.img-wrapperpriem {
    width: 54%;
	border: 1px solid #fff;
	border-radius: 20px;
}

@media screen and (max-width: 1000px) {
    .img-wrapperpriem {
        width: 75%;
        display: flex;
        justify-content: center;
    
    }
}

@media screen and (max-width: 620px) {
    .img-wrapperpriem {
        width: 100%;
        display: flex;
        justify-content: center;
    
    }
}