.bullet-points-with-image {
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .bullet-points-with-image {
    padding: 1.25rem 0;
  }
}
.bullet-points-with-image .container {
  z-index: 1;
}
.bullet-points-with-image h2 {
  color: #000000;
}
.bullet-points-with-image h2 strong {
  position: relative;
  font-weight: bold;
}
.bullet-points-with-image h2 strong:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: #DBFF26;
  transform: skewY(-5deg) translate(0, -4px);
  z-index: -1;
}
.bullet-points-with-image.dark-mode {
  background-color: #000000;
}
.bullet-points-with-image.dark-mode h2 {
  color: #ffffff;
}
.bullet-points-with-image.dark-mode h2 strong {
  position: relative;
  font-weight: bold;
}
.bullet-points-with-image.dark-mode h2 strong:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: #DBFF26;
  transform: skewY(-5deg) translate(0, -4px);
  z-index: -1;
}
.bullet-points-with-image.dark-mode p,
.bullet-points-with-image.dark-mode h1,
.bullet-points-with-image.dark-mode h2,
.bullet-points-with-image.dark-mode h3,
.bullet-points-with-image.dark-mode h4,
.bullet-points-with-image.dark-mode h5,
.bullet-points-with-image.dark-mode h6,
.bullet-points-with-image.dark-mode span {
  color: #ffffff;
}
.bullet-points-with-image.dark-mode .text-col h5 {
  color: #ffffff;
}
.bullet-points-with-image.dark-mode a.secondary-link {
  border: 1px solid #ffffff;
}
.bullet-points-with-image.grey-bg {
  background-color: #F6EEEE;
}
.bullet-points-with-image .half-width-image {
  display: block;
  width: 100%;
  height: 100%;
}
.bullet-points-with-image .half-width-image.edge-right {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: auto;
}
.bullet-points-with-image .half-width-image.edge-left {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .bullet-points-with-image .half-width-image img {
    display: block;
    margin: auto;
  }
}
.bullet-points-with-image .image-grid {
  height: 100%;
  width: 100%;
  top: 0;
  display: grid;
  aspect-ratio: 1/1;
  z-index: -1;
}
.bullet-points-with-image .image-grid::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 40rem;
  max-width: 40rem;
  position: absolute;
  z-index: -2;
  border-radius: 0.5rem;
  padding: 4rem;
  background: #DBFF26;
  scale: 0.8;
}
.bullet-points-with-image .image-grid img {
  position: relative;
  grid-row-start: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border: 5px solid #ffffff;
  aspect-ratio: 6/9;
}
.bullet-points-with-image .image-grid img.image-1 {
  top: 5rem;
  left: 1.75rem;
  max-width: 20rem;
  z-index: -1;
  transform: rotate(-10deg);
}
@media screen and (min-width: 991px) {
  .bullet-points-with-image .image-grid img.image-1 {
    top: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .bullet-points-with-image .image-grid img.image-1 {
    min-height: 29.125rem;
  }
}
.bullet-points-with-image .image-grid img.image-2 {
  top: 1.5rem;
  left: -3.75rem;
  max-width: 22rem;
  transform: rotate(15deg);
}
@media screen and (min-width: 1400px) {
  .bullet-points-with-image .image-grid img.image-2 {
    min-height: 29.6875rem;
  }
}
.bullet-points-with-image .text-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 68px;
}
@media only screen and (max-width: 1199px) {
  .bullet-points-with-image .text-col {
    padding-right: 0;
    padding-top: 48px;
  }
}
.bullet-points-with-image .text-col .bullet-text {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bullet-points-with-image .text-col .bullet-text {
    flex-direction: column;
    align-items: start;
  }
}
.bullet-points-with-image .text-col ul {
  margin-bottom: 0;
  position: relative;
}
.bullet-points-with-image .text-col ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.875rem;
}
@media only screen and (max-width: 1199px) {
  .bullet-points-with-image .text-col ul li {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .bullet-points-with-image .text-col ul li {
    align-items: start;
  }
}
.bullet-points-with-image .text-col ul li.add-border-top {
  border-top: 1px solid #dcdcdc;
  padding-top: 0.875rem;
}
.bullet-points-with-image .text-col ul li.add-border-top.dark-border {
  border-top: 1px solid #000000;
}
.bullet-points-with-image .text-col ul li svg {
  width: 1.5rem;
}
.bullet-points-with-image .text-col ul li p {
  width: 80%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .bullet-points-with-image .text-col ul li p {
    width: 90%;
  }
}
.bullet-points-with-image .text-col ul li .primary-link,
.bullet-points-with-image .text-col ul li .secondary-link {
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  min-width: fit-content;
}
.bullet-points-with-image .text-col ul .primary-link {
  color: #000000;
  border: 1px solid #000000;
}
.bullet-points-with-image .text-col ul .primary-link:hover {
  background-color: #F6EEEE;
  border-color: #F6EEEE;
}
.bullet-points-with-image .text-col ul .secondary-link {
  color: #ffffff;
}
.bullet-points-with-image .text-col ul .secondary-link:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.bullet-points-with-image .text-col ul li:first-of-type.add-border-top,
.bullet-points-with-image .text-col ul li:first-of-type.add-border-top.dark-border {
  border-top: none;
}
.bullet-points-with-image .half-width-image {
  display: block;
  width: 100%;
  height: 100%;
}
.bullet-points-with-image .half-width-image img.rounded-edges {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bullet-points-with-image .order-xl-2 .text-col {
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .bullet-points-with-image .order-xl-2 .text-col {
    padding-left: 0;
  }
}

/*# sourceMappingURL=s-bullet_points_with_image.css.map */
