.el-div {
    background: rbga(255,255,255,0.95);
    border-top: 15px solid #8DC63F;
    border-bottom: 15px solid #8DC63F;
}
.green {
  color: green
}
.blue {
  color:rgb(0, 86, 156);
}
.box-content, .box-content p strong {
  font-family: 'SVN-Bebas Neue Pro Exp';
  line-height: 1.3;
  font-size: 1.3rem;
}

.box-content .style1 {
  text-align: left;
}
.box-content .style2 {
  text-align: center;
  margin-top: 1rem;;
}
.box-content .left {
  width: calc(40% - 10px);
  display: inline-block;
  vertical-align: top;
}
.box-content .right {
    width: calc(60% - 10px);
    display: inline-block;
    vertical-align: top;
}
.box-content p, .box-content li {
  margin-bottom: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2;
  font-size: 1rem;
}
.box-content .type {
  /* text-align: center; */
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0;
}
.box-content .stitle {
	/* text-align: center; */
	/* text-transform: uppercase; */
	font-size: 1.3rem;
  	font-weight: 700;
	color: #f82020;
}
.box-content hr {
    height: 2px;
    background: #8DC63F;
    width: 96%;
}
.box-content img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .el-div .box-content {
    max-height: 80%;   
   }
}
@media screen and (max-width: 512px) {
  .el-div .box-content {
    max-height: 70%;   
   }
}
