.custom-accordion {
  margin-bottom: 60px;
  overflow: hidden;
  padding-top: 50px;
}
.custom-accordion .acc_switch {
  margin-top:2%;
background:#00722A url(//f.hubspotusercontent20.net/hubfs/7767776/raw_assets/public/LTS_November2020/images/cmn_acc_ico01.png) no-repeat 96% 50% / 30px;
padding:.8em 1em;
color:#fff;
text-align:center;
box-sizing;border-box;
font-weight:bold;
  cursor:pointer;
font-size: min(max(16px, calc(1rem + ((1vw - 4.8px) * 1.3889))), 20px);
}
.custom-accordion .acc_switch:hover {
  opacity: 0.8;
}
.custom-accordion .item:first-child .acc_switch {
  border-top: none;
}

.custom-accordion .acc_panel{
padding:.8em 1em;
  background:none;
 font-size: min(max(11px, calc(0.6875rem + ((1vw - 4.8px) * 1.0417))), 14px);
  display:none;
}
.custom-accordion p {
  margin: 0;
  text-align:left;
}


@media screen and (max-width: 767px){


}