body{
	background: linear-gradient(to right, #f3be3a, #b33983);
}
.type_sorteo__cp{
	margin-bottom: 20px;
}
	.type_sorteo{
		gap:20px; flex-wrap: wrap;
	}
	.type_sorteo>div{

	}
	.type_sorteo>div:nth-of-type(2){
		flex-basis: 250px; max-width: 450px; flex-grow: 1; 
	}
		.type_sorteo__items{
			background-color: #853b94; font-family: Calibri; color: #FFFFFF; padding: 7px;
		}
		.type_sorteo__img{
			width: 100%; max-width: 275px;
		}

.cp_items_premios{
	gap:15px;
}
	.box_items_premios{
		gap:15px; flex-wrap: wrap;
	}
		.box_items_premios__items{
			flex-grow: 1;
		}