@charset "utf-8";
.emos-row-bg {
 width:100%;
 padding-top:0;
 padding-bottom:15px
}
@media only screen and (min-width:600px) {
  .emos-row-bg {
  padding-bottom:15px
 }
}
 .emos-row {
 max-width:1000px;
 width:100%;
 margin:auto;
 display:flex;
 flex-wrap:wrap;
 justify-content:center
}
 .emos-box-1of1 {
 width:100%;
 min-width:280px;
 text-align:center;
 padding:10px
}
 .emos-box-1of2 {
 width:100%;
 min-width:280px;
 display:flex;
 justify-content:center;
 align-items:center
}
@media only screen and (min-width:769px) {
  .emos-box-1of2 {
  width:50%
 }
}
 .emos-box-1of2.small-order-2.medium-order-1 {
 order:0
}
@media only screen and (min-width:769px) {
  .emos-box-1of2.small-order-2.medium-order-1 {
  order:1
 }
}
 .emos-box-1of3 {
 width:100%;
 min-width:280px;
 padding:15px;
 text-align:center
}
@media only screen and (min-width:769px) {
  .emos-box-1of3 {
  width:33%
 }
}
 .emos-box-1of4 {
 width:100%;
 padding:15px;
 text-align:center
}
@media only screen and (min-width:769px) {
  .emos-box-1of4 {
  width:25%
 }
}
 .emos-box-image {
 max-width:100%;
 height:auto;
 margin:auto;
 
}
 .emos-box-image img {
 border-radius:6px;
 max-width: 100%;
 width:100%;
}
 .emos-box-images-grid {
 display:flex;
 flex-direction:row;
 flex-wrap:wrap;
 max-width:700px;
 width:100%;
 margin:0 auto
}
 .emos-box-images-grid img {
 width:calc(50% - 2.5px);
 height:calc(50% - 2.5px)!important;
 border-radius:6px;
 margin-right:2.5px;
 margin-bottom:5px
}
 .emos-box-images-grid img:nth-child(2),
 .emos-box-images-grid img:nth-child(4) {
 margin-right:0;
 margin-left:2.5px
}
 .emos-box-text {
 padding:0 15px;
 text-align:justify
}
.emos-box-1of1  .emos-box-text {
 padding:0
}

 .emos-box-text h3 {
 margin-top:24px;
 margin-bottom:10px;
 line-height:1.2em;
 text-align:left;
 font-size:24px;
 font-weight:700;
 color:#30B700
}
.emos-box-text h3 strong {
 font-weight: 700;
}
.emos-box-1of1  .emos-box-text h3 {
 margin-top:10px;
 font-size:24px;
 text-align:left;
}
.emos-box-1of2  .emos-box-text h3 {
 margin-top:10px;
 font-size:24px;
 text-align:left;
}
 .emos-box-text p {
 margin-bottom:12px;
 font-size:18px;
 line-height: 1.4;
}
 .obal div {
 margin-bottom:10px;
 padding:5px 10px
}
 .obal div.show h3,
 .obal div h3 {
 background:#30B700;
 margin-bottom:0
}/* CSS Document */

