.sum-chart-content{width:100%;margin:0 auto}
.sum-chart-content .sum-chart-title{width:60%;padding-bottom:1rem;margin:0 auto;text-align:center;font-size:2rem;font-weight:bold}
.sum-chart-content .sum-chart-des{width:70%;padding-bottom:3rem;margin:0 auto;text-align:center;font-size:1.2rem;line-height:1.5}
.sum-chart-content .charts-wrapper{justify-content:space-between}
.sum-chart-content .chart{position:relative}
.sum-chart-content .chart-title{position:absolute;top:24px;left:30px;z-index:100;font-size:24px;font-weight:bold}
.sum-chart-content .chart-imgs{width:100%;position:relative}
.sum-chart-content .bg-img{width:100%}
.sum-chart-content .icon-img{position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;top:50%;width:26%;max-width:96px;max-height:96px;transform:translateY(-35%);-webkit-transform:translateY(-35%)}
.sum-chart-content .chart-body{padding:32px 30px 32px 30px}
.sum-chart-content .chart-des{font-size:24px;font-weight:bold;line-height:1.4;margin-bottom:30px;color:#303538}
.sum-chart-content .chart-bullets .bullet{border-bottom:solid 1px #b7bdc0;padding-bottom:26px;font-size:1rem;color:#303538;font-family:'Open Sans',sans-serif}
.sum-chart-content .chart-bullets .bullet:last-child{border-bottom:0;margin-bottom:40px}
.sum-chart-content .price-img-wrapper{position:absolute;left:30px;right:30px;bottom:70px;padding-right:20px;padding-bottom:12px;border-bottom:solid 1px #b7bdc0}
.sum-chart-content .price-img{width:100%;height:auto}
.sum-chart-content .learn-more-btn{text-decoration:none;position:absolute;left:30px;bottom:30px;font-weight:bold}
.sum-chart-content .arrow-btn{padding:0 5px;margin-left:0;transition:margin-left .5s}
.sum-chart-content .learn-more-btn:hover .arrow-btn{margin-left:10px}
.sum-chart-content .legal-txt{position:absolute;bottom:-42px;left:0;font-size:10px;font-family:'Open Sans',sans-serif;right:0}
.sum-chart-content .btn-cta-wrapper{margin-top:60px}
@media(max-width:991px){.sum-chart-content{padding:65px 25px}
.sum-chart-content .sum-chart-title{width:80%}
.sum-chart-content .sum-chart-des{width:80%}
.sum-chart-content .chart-body{padding:28px 16px 28px 16px}
.sum-chart-content .chart-title{font-size:20px;left:16px}
.sum-chart-content .chart-des{font-size:1.2rem;font-size:20px}
.sum-chart-content .chart-bullets .bullet{padding-bottom:20px}
.sum-chart-content .learn-more-btn{left:16px}
.sum-chart-content .price-img-wrapper{left:16px;right:16px}
.sum-chart-content .icon-img{max-width:25%}
}
@media(max-width:767px){.sum-chart-content .charts-wrapper{flex-direction:column}
.sum-chart-content .chart{margin-bottom:48px}
.sum-chart-content .chart-title{font-size:24px;left:16px}
.sum-chart-content .chart-des{font-size:24px}
.sum-chart-content .sum-chart-title{width:90%}
.sum-chart-content .sum-chart-des{width:100%;padding-bottom:2rem}
.sum-chart-content .btn-cta-wrapper{margin-top:40px}
.sum-chart-content .icon-img{max-width:22%}
}