label {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#form-content {
	width: 80%;
}

.customization h3 {
	margin-top: 0px;
}

form {
	margin-top: -5px;
}

h1 {
	margin: 5px;
}

@media screen and (max-width: 992px) {
    #form-content {
        width: 100%;
    }

    .product-page {
        display: block;
    }

    	.details {
		width: 100%;
	}

	.customization {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {

    .product-page {
	display: flex;
	margin-right: -5px;
	}

	.details {
		width: 70%;
	}

	.customization {
		width: 30%;
		margin-right: 10px;
	}
	
}