/*
Theme Name: Nurture Babies
Author: the Design Infuse team
Author URI: https://designinfuse.com/
Description: Minimal theme for Nurture Babies following the brand guidelines.
Version: 1.0
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 7.0
Text Domain: nurture-babies
*/


/**
*
*
* Navbar
*
*
*/

.navbar {
  background: rgba(241, 117, 158, 0.1);
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.navbar .navbar-brand img {
  max-height: 80px;
  width: auto;
}

.navbar .nav-link {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
}

.navbar .nav-link.active {
  font-weight: 700;
  color: #ef5d96;
}


/**
*
*
* Hero Section
*
*
*/

.home #hero {
  background: rgba(241, 117, 158, 0.1);
  padding: 80px 0;
}

.home #hero h1.hero-text {
  font-family: Aleo, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #42c1a8;
}

.home #hero .hero-presubtext {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #f1759e;
}

.home #hero .hero-subtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.home #hero .hero-image {
  position: relative;
}

.home #hero .hero-image .badge {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  padding: 0;
}

@media screen and (max-width: 567px) {
  .home #hero .hero-image .badge#badge-2 {
    top: 10%;
    left: -150px;
    transform: scale(0.7) translate(40px, -40px);
  }
}

.home #hero .hero-image .badge#badge-2 {
  top: 10%;
  left: -150px;
}

@media screen and (max-width: 567px) {
  .home #hero .hero-image .badge#badge-1 {
    bottom: 5%;
    right: -150px;
    transform: scale(0.7) translate(40px, 10px);
  }
}

.home #hero .hero-image .badge#badge-1 {
  bottom: 5%;
  right: -150px;
}

.home #hero .hero-image .badge .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.home #hero .hero-image .badge#badge-1 .circle {
  background: #addbf4;
}

.home #hero .hero-image .badge#badge-2 .circle {
  background: #addbf4;
}

.home #hero .hero-image .badge .title {
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  padding: 8px 16px;
  text-align-last: left;
}

.home #hero .ratio.image-ratio {
  --bs-aspect-ratio: 177.77%;
  border-radius: 360px;
}

.home #hero img {
  border-radius: 360px;
}


/**
*
*
* What We Do Section
*
*
*/

.home section#what-we-do {
  padding: 80px 0;
}

.home section#what-we-do h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.home section#what-we-do h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 25%;
  background-color: #f1759e;
  margin-left: 8px;
  margin-top: 8px;
}

.home section#what-we-do .content {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.home section#what-we-do .what-we-do-item {
  aspect-ratio: 1 / 1;
  background: rgba(241, 117, 158, 0.2);
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}

.home section#what-we-do .what-we-do-item .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
}

.home section#what-we-do .what-we-do-item .title {
  font-family: Aleo, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.home section#what-we-do .what-we-do-item p {
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}


/**
*
*
* Programes Section
*
*
*/

section#programmes {
  padding: 80px 0;
  background: rgba(66, 193, 168, 0.2);
}

section#programmes h2.title {
  display: inline-block;
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

section#programmes h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 25%;
  background-color: #f1759e;
  margin: 8px auto 0;
}

section#programmes p.subtitle {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

section#programmes .programme-item {
  aspect-ratio: 1 / 1;
  background: linear-gradient(to bottom right, #63e3ca, #279a83);
  padding: 48px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}

section#programmes .programme-item .title {
  font-family: Aleo, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}

section#programmes .programme-item p {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
}

section#programmes .programme-item a {
  font-family: Karla, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  color: #fff;
}

section#programmes a.btn.btn-primary {
  background-color: #42c1a8;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  border-color: #42c1a8;
  color: #000;
}

section#programmes .workshop-title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #279a83;
}

section#programmes .workshop-desc {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
}

section#programmes .workshop-meta {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 4px;
}

section#programmes .workshop-topics .title {
  font-family: Karla, serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 32px;
  margin-bottom: 16px;
  color: #279a83;
}

section#programmes .workshop-topics i {
  color: #279a83;
}

section#programmes .workshop-topics .item {
  font-family: Karla, serif;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.82);
}


/**
*
*
* About Section
*
*
*/

section#about {
  padding: 120px 0;
}

section#about h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 24px;
  font-weight: 700;
}

section#about p, section#about li {
  font-family: Karla, sans-serif;
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 32px;
}

section#about li {
  margin-bottom: 0;
}

section#about .qualifications {
  background: rgba(241, 117, 158, 0.1);
  border: 1px solid rgba(241, 117, 158, 0.3);
  border-radius: 4px;
  padding: 16px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-style: italic;
  margin: 24px 0;
}

section#about .certificate {
  background: linear-gradient(to bottom right, #fdbad0, #ef5d96);
  padding: 16px;
  border-radius: 4px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  height: 100%;
}



/**
*
*
* Store Section
*
*
*/

section#store {
  background: rgba(241, 117, 158, 0.1);
  padding: 80px 0 120px;
}

section#store h2.title {
  display: inline-block;
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

section#store h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 25%;
  background-color: #f1759e;
  margin: 8px auto 0;
}

section#store .store-card {
  background: #fff;
}

section#store .store-card .image {
  margin-bottom: 24px;
}

section#store .store-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#store .store-card .title {
  font-family: Karla, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
  padding: 0 24px;
}

section#store .store-card .description {
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 24px;
  margin-bottom: 32px;
}

section#store .store-card .product-details {
  display: block;
  padding: 27px 0;
  text-align: center;
  font-family: Karla, sans-serif;
  font-weight: 800;
  line-height: 0.14;
  font-size: 16px;
  background: #ef5d96;
  text-decoration: none;
  color: #000;
}



/**
*
*
* CTA Section
*
*
*/

section#cta {
  padding: 120px 0;
  background: rgba(66, 193, 168, 0.66);
}

section#cta h2.title {
  font-family: Aleo, serif;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 16px;
}

section#cta .content {
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

section#cta .btn.btn-primary {
  background-color: #f1759e;
  border-color: #f1759e;
  color: #000;
}


/**
*
*
* Programmes Page
*
*
*/

.page-programmes section#programmes {
  background: #fff;
}


/**
*
*
* Footer Section
*
*
*/

section#footer {
  padding: 40px 0;
  background: #42c1a8;
}

section#footer i {
  font-size: 24px;
}




/**
*
*
* NB Programmes Page - Hero Section
*
*
*/

.page-programme section#hero {
  height: 80vh;
  position: relative;
}

.page-programme section#hero .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px;
}

.page-programme section#hero .scrim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.page-programme section#hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-programme section#hero .content h1.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

.page-programme section#hero h1.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 25%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-programme section#hero .content p {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}



/**
*
*
* NB Programmes Page - Expectant Parent Section
*
*
*/

.page-programme section#expectant-parent {
  padding: 120px 0;
  background: rgba(239, 93, 150, 0.10);
}

.page-programme section#expectant-parent h2.title {
  font-family: Aleo, serif;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.page-programme section#expectant-parent .subtitle {
  margin-bottom: 72px;
  font-weight: 400;
}

.page-programme section#expectant-parent h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 10%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-programme section#expectant-parent .item .ratio {
  width: 120px;
  margin: 0 auto 16px;
}

@media screen and (min-width: 567px) {
  .page-programme section#expectant-parent .item .ratio {
    width: 200px;
  }
}

.page-programme section#expectant-parent .icon-wrapper {
  background: rgba(239, 93, 150, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-programme section#expectant-parent .icon-wrapper img {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 567px) {
  .page-programme section#expectant-parent .icon-wrapper img {
    width: 75px;
    height: 75px;
  }
}

.page-programme section#expectant-parent .item .title {
  font-family: Aleo, serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width:567px) {
  .page-programme section#expectant-parent .item .title {
    font-size: 18px;
  }
}

.page-programme section#expectant-parent .item .desc {
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width:567px) {
  .page-programme section#expectant-parent .item .desc {
    font-size: 16px;
  }
}

.page-programme section#expectant-parent .info-card {
  border-radius: 10px;
  padding: 32px;
  background: rgba(239, 93, 150, 0.10);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.page-programme section#expectant-parent .info-card .icon-wrapper {
  background: rgba(239, 93, 150, 0.30);
  padding: 8px;
}

.page-programme section#expectant-parent .info-card .icon-wrapper img {
  width: 24px;
  height: 24px;
}

.page-programme section#expectant-parent .info-card .title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}

.page-programme section#expectant-parent .info-card .separator {
  width: 80%;
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 0 auto 40px;
}

.page-programme section#expectant-parent .info-card i.bi {
  color: #f1759e;
  font-size: 20px;
}

.page-programme section#expectant-parent .info-card .item-title {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}



/**
*
*
* NB Programmes Page - Newborns Section
*
*
*/

.page-programme section#newborns {
  padding: 120px 0px 120px;
  background: rgba(66, 193, 168, 0.1);
}

.page-programme section#newborns h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.page-programme section#newborns h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 10%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-programme section#newborns .subtitle {
  margin-bottom: 72px;
  text-align: center;
  font-weight: 400;
}

.page-programme section#newborns .info-card {
  border-radius: 10px;
  padding: 32px;
  background: rgba(66, 193, 168, 0.3);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.page-programme section#newborns .info-card .title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}

.page-programme section#newborns .info-card .separator {
  width: 80%;
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 0 auto 40px;
}

.page-programme section#newborns .info-card i.bi {
  color: #42c1a8;
  font-size: 20px;
}

.page-programme section#newborns .info-card .item-title {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.page-programme section#newborns .icon-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-programme section#newborns .icon-item .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.page-programme section#newborns .icon-item .item-title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.page-programme section#newborns .icon-item .subtitle {
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}



/**
*
*
* NB Programmes Page - Postpartum Section
*
*
*/

.page-programme section#postpartum {
  background: rgba(66, 193, 168, 0.2);
  padding: 120px 0px;
}

.page-programme section#postpartum h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.page-programme section#postpartum h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 10%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-programme section#postpartum p.subtitle {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 72px;
}

.page-programme section#postpartum i.bi {
  color: #42c1a8;
  font-size: 20px;
}

.page-programme section#postpartum .item-title {
  font-family: Aleo, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.page-programme section#postpartum .subtitle {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}



/**
*
*
* NB Programmes Page - Toddlers Section
*
*
*/

.page-programme section#toddlers {
  background: rgba(239, 93, 150, 0.1);
  padding: 80px 0px;
}

.page-programme section#toddlers h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.page-programme section#toddlers h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 10%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-programme section#toddlers p.subtitle {
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 72px;
  text-align: center;
}

/* .page-programme section#toddlers .info-card {
  border-radius: 10px;
  padding: 32px;
  background: rgba(239, 93, 150, 0.10);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.page-programme section#toddlers .info-card .title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}

.page-programme section#toddlers .info-card .separator {
  width: 80%;
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 0 auto 40px;
}

.page-programme section#toddlers .info-card i.bi {
  color: #f1759e;
  font-size: 20px;
}

.page-programme section#toddlers .info-card .item-title {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.page-programme section#toddlers .icon-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-programme section#toddlers .icon-item .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.page-programme section#toddlers .icon-item .item-title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.page-programme section#toddlers .icon-item .subtitle {
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 1.4;
} */


.page-programme section#toddlers .icon-wrapper {
  background: rgba(239, 93, 150, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-programme section#toddlers .icon-wrapper img {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 567px) {
  .page-programme section#toddlers .icon-wrapper img {
    width: 75px;
    height: 75px;
  }
}


.page-programme section#toddlers .info-card {
  border-radius: 10px;
  padding: 32px;
  background: rgba(239, 93, 150, 0.10);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.page-programme section#toddlers .info-card .icon-wrapper {
  background: rgba(239, 93, 150, 0.30);
  padding: 8px;
}

.page-programme section#toddlers .info-card .icon-wrapper img {
  width: 24px;
  height: 24px;
}

.page-programme section#toddlers .info-card .title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}

.page-programme section#toddlers .info-card .separator {
  width: 80%;
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 0 auto 40px;
}

.page-programme section#toddlers .info-card i.bi {
  color: #f1759e;
  font-size: 20px;
}

.page-programme section#toddlers .info-card .item-title {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}



/**
*
*
* NB Programmes Page - Preschoolers Section
*
*
*/

.page-programme section#preschoolers {
  background: rgba(66, 193, 168, 0.1);
  padding: 80px 0px;
}

.page-programme section#preschoolers h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.page-programme section#preschoolers h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 10%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-programme section#preschoolers h3.subtitle {
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 48px;
  text-align: center;
}

.page-programme section#preschoolers .icon-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-programme section#preschoolers .icon-item .icon {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.page-programme section#preschoolers .icon-item .item-title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.page-programme section#preschoolers .icon-item .subtitle {
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

.page-programme section#preschoolers .icon-wrapper {
  background: rgba(239, 93, 150, 0.10);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-programme section#preschoolers .icon-wrapper img {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 567px) {
  .page-programme section#preschoolers .icon-wrapper img {
    width: 75px;
    height: 75px;
  }
}


.page-programme section#preschoolers .info-card {
  border-radius: 10px;
  padding: 32px;
  background: rgba(66, 193, 168, 0.10);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.page-programme section#preschoolers .info-card .icon-wrapper {
  background: rgba(66, 193, 168, 0.30);
  padding: 8px;
}

.page-programme section#preschoolers .info-card .icon-wrapper img {
  width: 24px;
  height: 24px;
}

.page-programme section#preschoolers .info-card .title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}

.page-programme section#preschoolers .info-card .separator {
  width: 80%;
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 0 auto 40px;
}

.page-programme section#preschoolers .info-card i.bi {
  color: rgb(66, 193, 168);
  font-size: 20px;
}

.page-programme section#preschoolers .info-card .item-title {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}



/**
*
*
* NB Programmes Page - Exclusive Benefits Section
*
*
*/

.page-programme section#exclusive-benefits {
  padding: 120px 0px;
  background: rgba(66, 193, 168, 0.2);
}

.page-programme section#exclusive-benefits h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}

.page-programme section#exclusive-benefits h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 10%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-programme section#exclusive-benefits h3.subtitle {
  font-family: Aleo, serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 48px;
  text-align: center;
}

.page-programme section#exclusive-benefits .info-card {
  border-radius: 10px;
  padding: 32px;
  background: rgba(66, 193, 168, 0.3);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

.page-programme section#exclusive-benefits .info-card .title {
  font-family: Aleo, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}

.page-programme section#exclusive-benefits .info-card .separator {
  width: 80%;
  background: rgba(0,0,0,0.1);
  height: 1px;
  margin: 0 auto 40px;
}

.page-programme section#exclusive-benefits .info-card i.bi {
  color: #42c1a8;
  font-size: 20px;
}

.page-programme section#exclusive-benefits .info-card .item-title {
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}



/**
*
*
* Charity Page - Hero Section
*
*
*/

.page-charity section#hero {
  padding: 32px 0 80px;
}

.page-charity section {
  padding: 80px 0;
}

.page-charity section:nth-child(odd) {
  background: rgba(239, 93, 150, 0.15);
}

.page-charity section#cta {
  background: rgba(239, 93, 150, 0.30);
}

.page-charity section#hero h2.title {
  font-family: Aleo, serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}

.page-charity section#hero h2.title:after {
  content: '';
  display: block;
  height: 4px;
  width: 10%;
  background-color: #f1759e;
  margin: 8px auto;
}

.page-charity h3.title {
  font-family: Aleo, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.page-charity .desc {
  font-family: Karla, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}
