.left-right-with-bullets-block {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .left-right-with-bullets-block {
    padding-top: 96px;
  }
}
.left-right-with-bullets-block.padding-top-reduced {
  padding-top: 48px;
}
.left-right-with-bullets-block {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .left-right-with-bullets-block {
    padding-bottom: 96px;
  }
}
.left-right-with-bullets-block.padding-bottom-reduced {
  padding-bottom: 48px;
}
.left-right-with-bullets-block.section-bg-default {
  background: #ffffff;
}
.left-right-with-bullets-block.section-bg-neutral {
  background: #f8f8f8;
}
.left-right-with-bullets-block.section-bg-primary {
  background: #e6f7fd;
}
.left-right-with-bullets-block.section-bg-futures {
  background: #e6f2fa;
}
.left-right-with-bullets-block.section-bg-action {
  background: #feeeed;
}
.left-right-with-bullets-block.section-bg-sponsorship {
  background: #fff9ed;
}
.left-right-with-bullets-block.section-bg-enrichment {
  background: #f0fefc;
}
.left-right-with-bullets-block.section-bg-parenting {
  background: #f0ecf1;
}
.left-right-with-bullets-block > .container {
  width: 100%;
}
.left-right-with-bullets-block .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: min(1280px, 100%);
  margin: 0 auto;
  align-items: start;
}
@media (min-width: 1024px) {
  .left-right-with-bullets-block .inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .left-right-with-bullets-block.image-left .media-col {
    order: -1;
  }
}
.left-right-with-bullets-block.image-first-mobile .inner .media-col {
  order: -1;
}
@media (min-width: 1024px) {
  .left-right-with-bullets-block.image-first-mobile.image-right .inner .media-col, .left-right-with-bullets-block.image-first-mobile.grid-right .inner .media-col {
    order: initial;
  }
}
.left-right-with-bullets-block.text-first-mobile .inner .content {
  order: -1;
}
@media (min-width: 1024px) {
  .left-right-with-bullets-block.text-first-mobile .inner .content {
    order: initial;
  }
}
.left-right-with-bullets-block .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  min-height: 420px;
}
.left-right-with-bullets-block .heading {
  color: #00202d;
}
.left-right-with-bullets-block .intro-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.left-right-with-bullets-block .intro-strong {
  color: #323232;
  line-height: 1.6;
}
.left-right-with-bullets-block .intro-text {
  color: #323232;
  line-height: 1.6;
}
.left-right-with-bullets-block .intro-text p {
  margin: 0 0 1em;
}
.left-right-with-bullets-block .intro-text p:last-child {
  margin-bottom: 0;
}
.left-right-with-bullets-block .bullet-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
  width: min(544px, 100%);
}
.left-right-with-bullets-block .bullet-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 8px;
}
.left-right-with-bullets-block .bullet-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.left-right-with-bullets-block .bullet-dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  border-radius: 999px;
  background: #1ab7ed;
}
.left-right-with-bullets-block .bullet-item.bullet-colour-primary:not(:last-child) {
  border-bottom-color: rgba(26, 183, 237, 0.25);
}
.left-right-with-bullets-block .bullet-colour-futures .bullet-dot {
  background: #449fdc;
}
.left-right-with-bullets-block .bullet-item.bullet-colour-futures:not(:last-child) {
  border-bottom-color: rgba(68, 159, 220, 0.25);
}
.left-right-with-bullets-block .bullet-colour-action .bullet-dot {
  background: #f55d53;
}
.left-right-with-bullets-block .bullet-item.bullet-colour-action:not(:last-child) {
  border-bottom-color: rgba(245, 93, 83, 0.25);
}
.left-right-with-bullets-block .bullet-colour-sponsorship .bullet-dot {
  background: #ffd46f;
}
.left-right-with-bullets-block .bullet-item.bullet-colour-sponsorship:not(:last-child) {
  border-bottom-color: rgba(255, 212, 111, 0.25);
}
.left-right-with-bullets-block .bullet-colour-enrichment .bullet-dot {
  background: #0eb8a5;
}
.left-right-with-bullets-block .bullet-item.bullet-colour-enrichment:not(:last-child) {
  border-bottom-color: rgba(14, 184, 165, 0.25);
}
.left-right-with-bullets-block .bullet-colour-parenting .bullet-dot {
  background: #9074a1;
}
.left-right-with-bullets-block .bullet-item.bullet-colour-parenting:not(:last-child) {
  border-bottom-color: rgba(144, 116, 161, 0.25);
}
.left-right-with-bullets-block .bullet-text {
  color: #323232;
  line-height: 1.6;
}
.left-right-with-bullets-block .bullet-text p {
  margin: 0 0 1em;
}
.left-right-with-bullets-block .bullet-text p:last-child {
  margin-bottom: 0;
}
.left-right-with-bullets-block .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.left-right-with-bullets-block .media-col {
  width: 100%;
}
.left-right-with-bullets-block .media {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fbfbfa;
}
@media (min-width: 768px) {
  .left-right-with-bullets-block .media {
    min-height: 420px;
  }
}
.left-right-with-bullets-block .media picture,
.left-right-with-bullets-block .media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}