.awc-bill-page section {
    margin-bottom: 4em;
}
.awc-bill-page p {
   font-size: 18px;
}

.awc-bill-page h2 {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
}
.awc-bill-page ul li,
.awc-bill-page ol li {
    font-size: 18px !important;
    padding-bottom: 0.5em !important;
}
.awc-bill-content {
  max-width: 940px;
  margin: 20px auto 48px;
  font-family: Arial, Helvetica, sans-serif;
  color: #445467;
}

.awc-bill-hero,
.awc-bill-benefits,
.awc-bill-howto,
.awc-bill-surepay,
.awc-bill-otherways,
.awc-bill-important,
.awc-bill-faq,
.awc-bill-helpnote {
  margin-bottom: 28px;
}

.awc-bill-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* background: #f7fafc; */
}

.awc-bill-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awc-bill-hero {
  /* background: #efefef; */
  padding: 42px 34px 20px;
}

.awc-bill-hero__top {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-bottom: 26px;
}

.awc-bill-hero__media {
  flex: 0 0 49%;
  max-width: 49%;
}

.awc-bill-hero__panel {
  flex: 0 0 51%;
  max-width: 51%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.awc-bill-image--hero-photo {
  height: 300px;
  border-radius: 24px;
}

.awc-bill-image--logo {
  width: 132px;
  height: 132px;
  margin: 0 auto 10px; 
  background: transparent;
}

.awc-bill-image--logo img {
  object-fit: scale-down;
}

.awc-bill-hero__brand-name {
  color: #2a3582;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 14px;
}

.awc-bill-hero__intro {
  max-width: 360px;
  margin: 0 auto 18px;
}

.awc-bill-hero__intro p {
  margin: 0;
  color: #202020;
  /* font-size: 22px; */
  line-height: 1.3;
  font-weight: 500;
}

.awc-bill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 14px 22px;
  background: #2f4696;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 12px;
}

.awc-bill-button:hover,
.awc-bill-button:focus {
  background: #24397f;
  color: #ffffff !important;
  text-decoration: none !important;
}

.awc-bill-hero__details {
  margin-bottom: 24px;
}

.awc-bill-hero__details p {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.6;
  max-width: none;
}

.awc-bill-hero__details strong {
  color: #2f4696;
  font-weight: 700;
}

.awc-bill-hero__note p {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
  max-width: none;
}

.awc-bill-benefits__inner {
  display: flex;
  align-items: center;
  gap: 28px;
}

.awc-bill-benefits__copy {
  flex: 0 0 58%;
  max-width: 58%;
}

.awc-bill-benefits__art {
  flex: 0 0 42%;
  max-width: 42%;
}

.awc-bill-section-title {
    margin: 0 0 22px;
    /* color: #2a3582; */
    text-align: left;
    font-size: 2.1em;
    line-height: 1.15;
    font-weight: 600;
}

.awc-bill-section-title--left {
  text-align: left;
}

.awc-bill-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.awc-bill-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.65;
    border-bottom: 1px solid #dce6f0;
    padding-bottom: 0.4em;
}

.awc-bill-checklist li:last-child {
  margin-bottom: 0;
}

.awc-bill-checklist i {
  flex: 0 0 18px;
  color: #6b9642;
  font-size: 18px;
  margin-top: 4px;
}

.awc-bill-checklist span {
  flex: 1 1 auto;
}

.awc-bill-image--infographic {
  /* height: 360px; */
  border-radius: 18px;
  object-fit: contain;
}

.awc-bill-howto__layout {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.awc-bill-howto__steps {
  flex: 0 0 60%;
  max-width: 60%;
}

.awc-bill-howto__image {
  flex: 0 0 40%;
  max-width: 40%;
}

.awc-bill-image--phone {
  height: 360px;
  border-radius: 18px;
}

.awc-bill-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.awc-bill-step:last-child {
  margin-bottom: 0;
}

.awc-bill-step__num {
  flex: 0 0 38px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #6b9642;
}

.awc-bill-step__body {
  flex: 1 1 auto;
}

.awc-bill-step__body h3 {
  margin: 0 0 6px;
  /* color: #2a3582; */
  font-size:1.0em;
  line-height: 1.15;
  font-weight: 400;
}

.awc-bill-step__body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.awc-bill-surepay {
  /* background: #eef5fb; */
  /* border: 1px solid #d9e5ef; */
  padding: 28px 30px;
}

.awc-bill-surepay__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-direction: row-reverse;
}

.awc-bill-surepay__copy {
  flex: 0 0 62%;
  max-width: 62%;
}

.awc-bill-surepay__image {
  flex: 0 0 38%;
  max-width: 38%;
}

.awc-bill-surepay__copy h2 {
  margin: 0 0 14px;
  /* color: #2a3582; */
  font-size:1.5em;
  line-height: 1.15;
  font-weight: 400;
}

.awc-bill-surepay__copy p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}

.awc-bill-surepay__copy p:last-child {
  margin-bottom: 0;
}

.awc-bill-image--surepay {
  height: 250px;
  border-radius: 18px;
}

.awc-bill-rowcard {
    display: flex;
    align-items: center;
    gap: 2em;
    /* background: #ffffff; */
    border: 1px solid #dce6f0;
    margin-bottom: 18px;
    padding: 2.5em;
    border-radius: 24px;
}

.awc-bill-rowcard:last-child {
  margin-bottom: 0;
}

.awc-bill-rowcard__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.awc-bill-rowcard__image {
  flex: 0 0 30%;
  max-width: 30%;
}

.awc-bill-rowcard h3 {
    margin: 0 0 14px;
    /* color: #2a3582; */
    font-size: 1.5em;
    line-height: 1.15;
    font-weight: 400;
}

.awc-bill-rowcard p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
}

.awc-bill-rowcard p:last-child {
  margin-bottom: 0;
}

.awc-bill-image--row {
  height: 190px;
  border-radius: 18px;
}

.awc-bill-address {
  margin-top: 18px;
}

.awc-bill-important {
  background: #2a3582;
  padding: 18px 22px;
}

.awc-bill-important p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.65;
}

.awc-bill-important strong {
  color: #ffffff;
}

.awc-how-to-pay .awc-bill-image--infographic {
  width: auto;
  max-width: 100%;
  height: auto;
  overflow: visible;
  background: transparent;
}

.awc-how-to-pay .awc-bill-image--infographic img {
    display: block;
    width: auto;
    max-width: 575px;
    height: auto;
    object-fit: contain;
}

.awc-how-to-pay {
  text-align: center;
}

.awc-how-to-pay .awc-bill-image--infographic {
  display: inline-block;
}

.awc-bill-section-title--faq {
  margin-bottom: 16px;
}

.awc-bill-faq-list {
  border-top: 1px solid #dce6f0;
}

.awc-bill-faq-item {
  border-bottom: 1px solid #dce6f0;
}
.awc-bill-faq-item img {
  max-width: 300px;
  padding: 1em 0em;
}

.awc-bill-faq-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: transparent;
  border: 0;
  padding: 18px 0;
  text-align: left;
  /* color: #2a3582; */
  color: #111;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.awc-bill-faq-toggle > span:first-child {
  flex: 1 1 auto;
}

.awc-bill-faq-icon {
  flex: 0 0 22px;
  text-align: center;
  color: #2a3582;
  font-size: 16px;
}

.awc-bill-faq-panel {
  padding: 0 0 18px;
}

.awc-bill-faq-panel-inner {
  padding-right: 32px;
}

.awc-bill-faq-panel-inner p:last-child {
  margin-bottom: 0;
}

.awc-bill-helpnote {
  /* background: #f4f8fb; */
  border: 1px solid #dce6f0;
  padding: 18px 22px;
}

.awc-bill-helpnote p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .awc-bill-hero {
    padding: 28px 22px 18px;
  }

  .awc-bill-hero__top,
  .awc-bill-benefits__inner,
  .awc-bill-howto__layout,
  .awc-bill-surepay__inner,
  .awc-bill-rowcard {
    flex-direction: column;
    align-items: stretch;
  }

  .awc-bill-hero__media,
  .awc-bill-hero__panel,
  .awc-bill-benefits__copy,
  .awc-bill-benefits__art,
  .awc-bill-howto__steps,
  .awc-bill-howto__image,
  .awc-bill-surepay__copy,
  .awc-bill-surepay__image,
  .awc-bill-rowcard__image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .awc-bill-rowcard {
    padding: 22px;
  }
}

@media screen and (max-width: 767px) {
  .awc-bill-hero__intro p {
    font-size: 18px;
  }

  .awc-bill-hero__details p,
  .awc-bill-checklist li,
  .awc-bill-rowcard p,
  .awc-bill-surepay__copy p,
  .awc-bill-step__body p,
  .awc-bill-important p,
  .awc-bill-faq-toggle {
    font-size: 15px;
  }

  .awc-bill-section-title,
  .awc-bill-surepay__copy h2 {
   font-size: 1.5em;
   line-height: 1.15;
   font-weight: 400;
  }

  .awc-bill-step__body h3,
  .awc-bill-rowcard h3 {
    font-size: 22px;
  }

  .awc-bill-image--hero-photo,
  .awc-bill-image--infographic,
  .awc-bill-image--phone,
  .awc-bill-image--surepay,
  .awc-bill-image--row {
    height: 200px;
  }

  .awc-bill-faq-panel-inner {
    padding-right: 0;
  }
}
