.sa-list{display:flex;flex-direction:column;gap:12px}.sa-item{padding:20px 24px}.sa-item__header{align-items:center;display:flex;gap:20px}.sa-item__title{flex:1;font-size:30px;font-weight:500;line-height:1.3}.sa-item__title span{font-weight:500}.sa-item__title strong{color:#15a79a}.sa-item__cta{flex:0 0 auto;margin-left:auto}.sa-item__btn{background:#fff;border:1px solid #a4cf60;border-radius:5px;color:#a4cf60;cursor:pointer;font-size:15px;font-weight:600;line-height:1;padding:10px 22px;text-transform:uppercase;transition:background .25s ease,color .25s ease;white-space:nowrap}.sa-item__btn:hover{background:#15a79a;color:#fff}.sa-item__body{border-top:1px solid #d5d5d5;display:none;margin-top:20px;padding-top:24px}.sa-item__body.is-open{display:block}.sa-item__cols{align-items:start;display:grid;gap:32px;grid-template-columns:1fr 1fr}.sa-item__cols--single{grid-template-columns:1fr}.sa-item__col-left p,.sa-item__col-right p{font-size:16px;line-height:1.6;margin-bottom:10px}.sa-item__col-left ul,.sa-item__col-right ul{margin-bottom:10px;margin-left:24px}.sa-item__col-left li,.sa-item__col-right li{font-size:16px;line-height:1.6}@media (max-width:900px){.sa-item__cols{grid-template-columns:1fr}}@media (max-width:640px){.sa-item__header{flex-wrap:wrap}.sa-item__title{flex:1 1 100%;font-size:18px}.sa-item__cta{width:100%}.sa-item__btn{text-align:center;width:100%}}