/* overrides */
section.bulletcards .btnS.white-bg{
    border: solid 1px #057c35;
    color: #057c35;
    background: #ffffff!important;
 }
section.bulletcards .btnS.white-bg:hover{
    background: #057c35!important;
    color: #ffffff !important;
 }
 section.bulletcards .bulletcards-cards.rowS > *{
    padding-left: 7px;
    padding-right: 7px;
}
 /* heading */
section.bulletcards .bulletcards-heading p{
  color: #057c35;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.2;
}
section.bulletcards .bulletcards-heading p:first-child{
  font-size: 2.2rem;
}
section.bulletcards .bulletcards-heading p:first-child strong{
  color: #14ca5e;
}
/* cards */
section.bulletcards .bulletcards-items{
  margin-top: 10px;
}
section.bulletcards .bulletcards-items article.bulletcards-item{
    border: solid 1px #78e59e;
    border-radius: 0px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background:white;
}
section.bulletcards .bulletcards-items article.bulletcards-item .image_box{
  width: 18px; 
  margin-right:14px;
}
section.bulletcards .bulletcards-items article.bulletcards-item .card_heading{
  color: #057c35;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 1rem;
}
/* subcontent */
section.bulletcards .bulletcards-sub_content{
  margin-top:40px;
}
section.bulletcards .bulletcards-sub_content p{
  margin-bottom:25px;
  line-height: 1.4;
  color: #004313;
  font-size: 1.4rem;

}
@media only screen and (min-width: 1920px) {	
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
  section.bulletcards .bulletcards-heading p{
    font-size: 1.3rem;
  }
  section.bulletcards .bulletcards-heading p:first-child{
    font-size: 1.7rem;
  }
  section.bulletcards .bulletcards-sub_content{
    margin-top:20px;
    font-size:1.2rem
  }
}
@media only screen and (max-width: 769px) {
}
@media only screen and (max-width: 576px) {
  section.bulletcards .bulletcards-items article.bulletcards-item .card_img {
    max-height: 27vw;
  }
}