
/*----what-we-pay-banner start-----*/
 .what-we-pay-banner{
  background-image: url(../image/banner_1\ about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 420px;
  display: flex;
}


 .what-we-pay-banner .content{
  max-width: 992px;
  width: 100%;
  margin: auto;
  text-align: center;
}
 .what-we-pay-banner .content .heading {
  font-size: 65px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}
 .what-we-pay-banner .content .sub-heading{
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 44px;
}
/*----what-we-pay-banner end-------*/

section#graph-section{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 94px;
    flex-direction: column;
}
#graph-section h4{
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  color: #181e3e;
  font-display: swap;
}
footer {
  margin-top: 30px !important;
}