  .details {
   margin: 20px 0;
    border-bottom:  1px solid #ccc;
}
.details h3 { margin-top: 0;}
.details ul {margin-bottom:0;}
@media (min-width: 901px) {
    body.with-header-image .intro .text .container, div.page-template-landing .intro .text .container {
        max-width: 65%;
    }
    .details { 
         float: right;
    min-width: 300px;
    max-width: 400px;
    margin: 0 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    border-bottom: none;
    }
}

section.sponsorship-packages {
  padding: 0;
}

section.sponsorship-packages .container {
  padding: 0;
  max-width: 1400px;
  margin: 0 auto;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.package-card {
  background: #ffffff;
  border-top: 6px solid #0c2340;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(12, 35, 64, 0.08);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease;
  position: relative;
}

.package-card:hover {
  /*box-shadow: 0 18px 40px rgba(12, 35, 64, 0.14);*/
}

.package-card.featured {
border-top: 6px solid #69B3E7;
    background: #0c2340;
    background-size: 500px;
    background-position: 0 100%;
        background-repeat: no-repeat;

    background-image: url(https://www.mc.edu/packages/mississippi_college/themes/mississippi_college_v2022/images/diamond-background-grid-blue.svg);

}
.package-card.featured .package-top h3 {
    color:#fff;
}
 .featured .price {
    color:#C99700;
}
.featured .intro-paragraph {
    font-family: psfournier-std, serif;
    color: #fff;
    margin-bottom: 1.3em;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.5em;
    letter-spacing: -0.012em;
}
.package-card.bicentennial {
  grid-column: 1 / -1;
  text-align: center;
  align-items: center;
}

.package-card.bicentennial .button {
  display: flex;
  justify-content: center;
}

.package-top {
  margin-bottom: 24px;
}

.tier-label {
  display: inline-block;
  background: #AF8625;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 12px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.featured .tier-label {
    background: #fff;
    color:#AF8625;
}

.package-top h3 {
  color: #0c2340;
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}


.price {
  font-family: psfournier-std, serif;
  font-size: 3.625rem;
  font-weight: 800;
  color: #AF8625;
  line-height: 1;
}

.intro-paragraph {
  margin: 0 0 30px;
  color: #334155;
  line-height: 1.6;
  font-size: 1.05rem;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  flex-grow: 1;
}

.content .features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #334155;
  line-height: 1.5;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #69B3E7;
  font-weight: bold;
}

.button {
  margin-top: auto;
}

@media (max-width: 768px) {

  .package-card {
    padding: 26px;
  }

  .price {
    font-size: 2.5rem;
  }

  .package-card.bicentennial {
    grid-column: auto;
  }

}