/*
 Theme Name:   WPB Child Theme
 Theme URI:    http://www.wpbeginner.com/
 Description:  Divi child theme 
 Author:       WPBeginner
 Author URI:   http://www.wpbeginner.com
 Template:     Divi
 Version:      1.0.0
*/
 
@import url("../Divi/style.css");

.container {
	width:660px;
}

@media screen and (max-width: 767px) { 
	.container {
	width:34%;
	}
}