h1 {
  display: none;
}
#intro p:nth-child(1) {
  margin-top: 0px;
  margin-bottom: -10px;
}
/* --Centre Video-- */
#main-video-block.wtm-content-block {
  padding-top: 15px;
}
#bio {
  text-align: center;
  padding: 10px 20px;
}
#sharon-video .wtm-print-download-text {
    margin-left: 3px;
    color: #000;
    top: -20px;
    font-weight: 400;
}
#sharon-video .content-block-inner-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  #sharon-video .content-block-inner-wrapper {
  margin-bottom: 0px;
  }
  #bio {
  text-align: left;
  padding: 10px;
  }
}
  
/* --Specialty Box-- */
#specialty-box h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
#specialty-box p:nth-child(3) {
  margin-bottom: 30px;
  margin-top: -3px;
}
#specialty-box p:nth-child(5) {
  margin-bottom: 30px;
}
#specialty-box.content-wrapper {
  padding-bottom: 0;
}
@media (max-width: 600px) {
  #specialty-box h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 15px;
  }
  #specialty-box.content-wrapper {
    border-top: 5px solid #DE010A;
  }
}

/*--Freedom Book Flexbox--*/
#freedom-block {
  
}

#freedom-flexbox {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
}
#freedom-text {
   max-width: 615px;
   text-align: center;
}
#freedom-text h2 {
    font-size: 30px;
    margin: 10px auto 20px;
    text-align: center;
}
#freedom-text p:nth-child(3){
    margin: 40px 0 30px;
    text-align: center;
}
.freedom-image img {
    max-width: 135px;
    margin: 20px 40px;
}
#freedom-text .button {
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  max-width: 265px;
  cursor: pointer;
  background-color: #DE010A;
  color: #fff;
  border-radius: 30px;
}
@media (max-width: 450px) {
  #freedom-text h2 {
    text-align: left;
    font-size: 28px;
  }
  #freedom-text {
   text-align: left;
  }
  .freedom-image img {
    max-width: 135px;
    margin: 10px 20px;
  }
}
@media (max-width: 385px) {
  #freedom-text h2 {
    font-size: 25px;
    margin: 0px auto 20px;
  }
  #freedom-text .button {
  padding: 15px 20px;
  font-size: 15px;
  }
}

/*--QUOTE BOXES--*/
#quotes-flex-container, #quotes-flex-container-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 20px auto;
    max-width: 1060px;
}
.text-box {
    width: 320px;
    height: 327px;
    padding: 30px 50px 20px 0px;
    border: 1px solid #F2604F;
    border-radius: 30px;
    text-align: center;
    position: relative;
    margin: 10px;
}
.image-box img {
    max-width: 326px;
    height: 326px;
    margin: 10px;
    border: 1px solid #F2604F;
    border-radius: 30px;
}
@media (max-width: 350px) {
.image-box img {
    max-width: 100%;
    height: auto;
}
}
.vertical-center {
  margin: 0 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.read-more {
  text-align: center;
  font-weight: normal;
  font-style: italic;
}

#quotes-flex-container .quote, #quotes-flex-container-2 .quote {
    font-size: 17px;
    font-style: italic;
}
#quotes-flex-container .quote-source, #quotes-flex-container-2 .quote-source {
    margin-top: 20px;
    font-size: 15px;
}

@media (max-width: 725px) {
  .text-box {
    padding: 20px 5px 10px;
    text-align: left;
    height: auto;
    max-width: 326px;
    width: 100%
  }
  .vertical-center {
    position: relative;
    top: 0%;
    -ms-transform: translateY(-50%);
    transform: translateY(0%);
  }
}

@media (max-width: 600px) {
  #quotes-flex-container, #quotes-flex-container-2 {
    margin: 20px 0;
  }
  .text-box {
    margin: 10px 0px;
  }
}


#south-africa-founders img {
    margin: 0px auto 10px;
    max-width: 600px;
    width: 100%;
    display: block;
}
#south-africa-founders p {
    max-width: 705px; 
}
#south-africa-founders p:nth-child(3) {
    max-width: 400px; 
}


/* --FOOTER-- */
#footer-banner {
    background: url(https://images.wtmfiles.com/web/Desolate-valley.jpg?&trim-top=200);
    height: 0;
    padding-top: 36%;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 20% 0;
    border-bottom: 10px solid #DE010A;
}