/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2019 | 15:57:33 */
.boxchildren{
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-top: 10px;
}

.box03{
  width: 31%;
  margin: 1%;
  background-color: #eee;
  padding: 1em;
  position: relative;
}

.box03 h3{
  text-align: center;
}

*, *:before, *:after {
  box-sizing: border-box;
}
.col_3{
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
  width: 31%;
  padding: 1%;
}

@media screen and (max-width: 960px) {
  .col_3 > div{
  width: 50%;
}
}
@media screen and (max-width: 780px) {
  .col_3 > div{
  width: 100%;
	}
  
.col_3 > div{
  width: 98%;
  padding: 1em;
}
  
.box03{
   width: 98%;
   margin: 2%;
   background-color: #eee;
   padding: 1em;
}
}
