.authorableGraph .graph-container{width:60%;margin:0 auto}
.authorableGraph .sec-title{font-size:32px;font-weight:700;color:#233253;margin-bottom:26px;text-align:center}
.authorableGraph section{padding-block:50px}
.authorableGraph .chart-title{text-align:center;font-size:22px;font-weight:bold;color:#2c3e50;margin-bottom:20px}
.authorableGraph .cta-button{display:block;width:fit-content;font-size:14px;font-weight:400;background:#ed1c24;border:1px solid #ed1c24;color:#fff;padding:5px 20px;margin:1rem auto;transition:all .3s ease;border-radius:.25rem;text-align:center}
.authorableGraph .cta-button:hover{box-shadow:0 8px 12px rgba(237,28,36,.2);background:#ff3038}
.authorableGraph .highcharts-title{font-weight:700;font-size:18px;color:#125a9e;fill:#125a9e !important}
.authorableGraph .disclaimer-txt{font-weight:300;font-size:14px;line-height:40px;color:#454545;font-style:italic}
@media screen and (max-width:767px){.authorableGraph section{padding-block:20px}
.authorableGraph .sec-title{font-size:24px}
.authorableGraph .graph-container{width:100%}
.authorableGraph .highcharts-axis-title{font-size:14px !important}
}