.pci-banner {
  background-image: url(/img/created/compressed_img/low_pci5.jpg);
  background-size: cover; /* Adjust to your liking */
  background-position: center; /* Adjust to your liking */
  margin-top: 30px;
  height: calc(60vh - 100px); /* Adjust to your liking */
  display: flex;
  justify-content: center;
  align-items: center;
}

.pci-banner h2 {
  color: #fff; /* Set the color of your title */
  font-size: 5.5rem; /* Adjust to your liking */
  text-align: center;
  text-shadow: 2px 2px #000; /* Add a shadow to your title */
}

.pci {
  padding-bottom: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.pci h1 {
  font-size: 300px;
}

.pci-details {
  width: 100%;
  padding: 85px 0;
  background-color: #242424;
}

.pci-details-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 60px;
}

.pci-details-img {
  width: 65vh;
}

.pci-details-img img {
  width: 65vh;
}

.pci-details-text {
  flex-basis: 455px;
}

.pci h1 {
  font-size: 5.1rem;
  align-items: center;
  justify-content: left;
}

.pci-details-text {
  padding: 20px 0;
}

.pci-details-text a {
  font-size: 1.8rem;
  display: block;
  background-color: var(--site-color-01);
  padding: 10px 20px;
  width: fit-content;
  border-radius: 10px;
}

.pci-details-text a:hover {
  background-color: var(--site-color-01-hover);
  transition: ease-in-out 15ms;
}

.benefits-pp {
  border: 2px solid var(--site-color-01);
  border-radius: 15px;
  width: fit-content;
  padding: 2rem;
}

.benefits-pp h3 {
  font-size: 2.1rem;
  text-align: center; /* Centers the text within the h3 */
  margin: 0 auto; /* Centers the h3 block within its container if it has a defined width */
  display: flex; /* Enables flexbox properties */
  justify-content: center; /* Horizontally centers the h3 content within its container */
  align-items: center; /* Vertically centers the h3 content within its container */
  width: 100%; /* Ensures the h3 occupies the full width of its container */
}

.custom-bullets {
  list-style-type: none; /* Removes default bullets */
  padding: 0;
  padding-top: 10px;
}

.custom-bullets li {
  padding-left: 20px; /* Space for the custom bullet */
  position: relative; /* Needed for absolute positioning of the bullet */
  font-size: 1.8rem;
  line-height: 2;
  color: white;
  font-family: Roboto;
}

.custom-bullets li:before {
  content: "•"; /* Custom bullet symbol */
  color: white; /* Bullet color */
  font-size: 1.6rem; /* Bullet size */
  position: absolute; /* Positioning relative to the li */
  left: 0;
  top: 0;
}

/* Mobile Version */

@media only screen and (max-width: 600px) {
  .pci-banner {
    height: 35vh;
  }

  .pci h1 {
    font-size: 2.5rem;
  }

  .pci-details-flex {
    flex-direction: column;
    align-items: center;
  }

  .pci-details-img {
    width: 100%;
  }
}
