/*
 Theme Name:   Generate Press Child
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

.inside-header {
    padding: 0px;
}
.widget-area .widget {
    padding: 10px;
}
.wrap {
  display: flex;
}

.one {
	padding: 5px;
	width: 30%;
	text-align: center;
}

.two {
  width: 40%;
  padding: 5px;

}
.three {
  width: 30%;
  padding: 5px;
}

@media (max-width: 767px) {
  .wrap {
    flex-direction: column;
  }
  .three,
  .two,
  .one {
    width: auto;
  }
}