.container-logo-cbm {
  margin: 0;
  padding-right: 6rem;
  width: 100%;
}

.pacs-header-images img {
  width: auto;
  height: 60%;
  object-fit: contain;
  margin: 0;
}

.laptop-video {
  width: 80%;
  height: auto;
  object-fit: contain;
  margin: 0;
}

@media (min-width: 992px) {
  .laptop-video {
    width: auto;
    height: 80%;
  }
}

.pacs-header-letters {
  padding-bottom: 2.5%;
}

.pacs-header-letters h1,
.pacs-header-letters h2 {
  width: 60%;
}

section {
  background-color: var(--color-white);
  color: var(--color-black);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1rem;
}

@media (min-width: 992px) {
  section {
    padding: 2rem;
  }
}

section ul li {
  font-size: var(--font-size);
  line-height: var(--line-height);
}

section .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-feature-card {
  display: flex;
  justify-content: center;
}

.feature-card {
  border-radius: var(--border-radius-medium);
  background: var(--color-light);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: var(--font-size-small);
  width: 90%;
  height: 100%;
  padding: 0.25rem 0.6rem;
}

.feature-card svg {
  width: var(--icon-size-big);
  height: var(--icon-size-big);
  color: var(--icon-color-secondary);
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}

.feature-card h3 {
  font-weight: var(--font-bold);
}

.feature-card p {
  text-wrap: wrap;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.list-bulleted {
  padding-left: 0;
}

.list-bulleted li {
  list-style: none;
  text-indent: 0;
  margin-bottom: 0.5rem;
  text-align: justify;
}

@media (min-width: 992px) {
  .list-bulleted li {
    margin-bottom: 0;
    text-align: left;
  }
}

.list-bulleted li:before {
  content: "- ";
  line-height: var(--line-height);
}

.container-img-demo {
  width: 100%;
  border-radius: var(--border-radius-small);
  overflow: hidden;
}

.container-img-demo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.btn-get-demo {
  background: var(--color-primary-orange);
  border: none;
  width: 100%;
  border-radius: var(--border-radius-small);
  font-size: var(--font-size-big);
  font-weight: var(--font-bold);
}

.btn-get-demo:hover {
  background: var(--color-light-orange);
}

.pacs-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .pacs-cards-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    row-gap: 2rem;
  }
}

.pacs-cards-grid .big-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: var(--border-radius-big);
  background: var(--color-less-light-grey);
  padding: 1.25rem 1rem;
  height: auto;
}

.pacs-cards-grid .card-header {
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}

.pacs-cards-grid .card-header h2 {
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}

.pacs-cards-grid .card-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.pacs-cards-grid .card-image img {
  max-height: 100%;
  width: auto;
  max-width: 95%;
  object-fit: contain;
}

.pacs-cards-grid .card-text {
  text-align: justify;
  padding: 0 5%;
  margin-top: 0.5rem;
}

.last-cta a {
  color: var(--color-primary-orange);
  transition: color 0.2s ease;
  text-decoration: underline;
}

.last-cta a:hover {
  color: var(--color-link-orange);
}

.splide-mobile-features .splide__slide {
  display: flex;
  justify-content: center;
}

.splide-mobile-features .feature-card {
  width: 86%;
}

@media (max-width: 420px) {
  .splide-mobile-features .feature-card {
    width: 92%;
  }
}

.splide__slide {
  font-size: var(--font-size);
  line-height: var(--line-height);
  padding: 1rem;
}
