@font-face {
  font-family: 'Allison Script';
  src: url("allisonScriptregular.woff2") format("woff2"), url("allisonscriptregular.woff") format("woff"), url("allisonscriptregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fira Sans';
  src: url("firasansbold.woff2") format("woff2"), url("firasansbold.woff") format("woff"), url("firasansbold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fira Sans';
  src: url("firasanslight.woff2") format("woff2"), url("firasanslight.woff") format("woff"), url("firasanslight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fira Sans';
  src: url("firasansmedium.woff2") format("woff2"), url("firasansmedium.woff") format("woff"), url("firasansmedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fira Sans';
  src: url("firasansregular.woff2") format("woff2"), url("firasansregular.woff") format("woff"), url("firasansregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue Condensed';
  src: url("helveticaneuecondensedcondensedregular.woff2") format("woff2"), url("helveticaneuecondensedcondensedregular.woff") format("woff"), url("helveticaneuecondensedcondensedregular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue Condensed';
  src: url("helveticaneuecondensedcondensedbold.woff2") format("woff2"), url("helveticaneuecondensedcondensedbold.woff") format("woff"), url("helveticaneuecondensedcondensedbold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue ThinCond';
  src: url("helveticaneuethincondcondensedregularthin.woff2") format("woff2"), url("helveticaneuethincondcondensedregularthin.woff") format("woff"), url("helveticaneuethincondcondensedregularthin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Fira Sans Ultra';
  src: url("firasansultra.woff2") format("woff2"), url("firasansultra.woff") format("woff"), url("firasansultra.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("helveticaneueheavycond.woff2") format("woff2"), url("helveticaneueheavycond.woff") format("woff"), url("helveticaneueheavycond.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("helveticaneuelightcond.woff2") format("woff2"), url("helveticaneuelightcond.woff") format("woff"), url("helveticaneuelightcond.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

body {
  font-family: 'Fira Sans', sans-serif !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.parsley-errors-list {
  margin-bottom: 0; }

body {
  font-family: var(--font-default); }

a {
  color: var(--color-primary); }

.footer {
  background-color: #365c6c1c;
  position: relative;
  padding: 20px 0;
  padding-bottom: 60px; }
  .footer .forma {
    position: absolute;
    bottom: 0; }
    .footer .forma.uno {
      left: -95px;
      width: 335px;
      height: 322px; }
    .footer .forma.dos {
      right: -52px;
      width: 335px;
      height: 322px; }
    @media (max-width: 767px) {
      .footer .forma.uno, .footer .forma.dos {
        display: none; } }
  .footer .logo {
    margin-top: -157px;
    text-align: center; }

.header {
  padding: 20px 0; }
  .header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .header .logo {
    width: 15%;
    text-align: center; }
  .header .menu {
    width: 42.5%; }
    .header .menu.rt {
      text-align: right; }
    .header .menu ul {
      padding: 0;
      margin: 0; }
      .header .menu ul li {
        display: inline-block;
        list-style: none;
        margin: 0 26px; }
        .header .menu ul li a {
          color: #5a7c83;
          font-size: 17px;
          text-decoration: none;
          text-transform: uppercase; }
  .header .burger {
    cursor: pointer;
    display: none; }
    .header .burger span {
      background-color: #5a7c83;
      display: block;
      width: 34px;
      height: 4px;
      margin: 5px 0;
      transition: transform .4s ease, opacity .4s ease; }
    .header .burger.open span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 7px); }
    .header .burger.open span:nth-child(2) {
      transform: scale(0);
      opacity: 0; }
    .header .burger.open span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -7px); }
  @media (max-width: 1024px) {
    .header .container {
      justify-content: space-between; }
    .header .menu {
      display: none; }
    .header .burger {
      display: block; } }

.menu-completo {
  background-color: #fff;
  position: fixed;
  display: none;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  left: -270px;
  box-shadow: 4px 0px 9px 0px #5a7c8340;
  transition: left .5s ease; }
  .menu-completo.open {
    left: 0; }
  .menu-completo ul {
    padding: 0;
    margin: 0; }
    .menu-completo ul li {
      display: block;
      list-style: none;
      margin: 0; }
      .menu-completo ul li a {
        display: block;
        color: #5a7c83;
        font-size: 17px;
        padding: 8px 20px;
        text-decoration: none;
        text-transform: uppercase;
        transition: color .4s ease; }
        .menu-completo ul li a:hover {
          color: #385156; }

@media (max-width: 1024px) {
  .menu-completo {
    display: block; } }

.powered-by {
  padding: 15px;
  font-size: 14px; }
  .powered-by a {
    color: #222; }

body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

.section, .section-sm, .section-lg {
  border-bottom: 1px solid #eee; }

.banner-home {
  background-color: #f9fafb;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 140px 0; }
  .banner-home .contText {
    text-align: center; }
    .banner-home .contText img {
      margin-bottom: -74px; }
    .banner-home .contText h4 {
      position: relative;
      font-size: 32px;
      color: #5a7c83;
      z-index: 1;
      font-weight: 400; }
      .banner-home .contText h4.texto1 {
        margin-bottom: -82px; }
    .banner-home .contText p {
      margin: auto;
      color: #5a7c83;
      font-size: 31px;
      font-weight: 500;
      margin-top: 50px;
      max-width: 500px; }

@media (max-width: 1300px) {
  .banner-home {
    background-size: 80%;
    padding-bottom: 80px; } }

@media (max-width: 1024px) {
  .banner-home .contText h4 {
    font-size: 22px; }
    .banner-home .contText h4.texto1 {
      margin-bottom: -48px; }
  .banner-home .contText img {
    max-width: 332px;
    margin-bottom: -38px; }
  .banner-home .contText p {
    font-size: 18px;
    max-width: 300px; } }

@media (max-width: 768px) {
  .banner-home {
    padding-top: 80px; } }

.form-subscribe {
  padding-bottom: 40px; }
  .form-subscribe .contenido-form {
    background-color: #5a7c83;
    max-width: 730px;
    margin: auto;
    padding: 30px;
    margin-top: -20px; }
    .form-subscribe .contenido-form h4 {
      color: #fff;
      font-size: 22px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 15px;
      letter-spacing: 3px; }
    .form-subscribe .contenido-form form {
      display: flex;
      justify-content: center; }
      .form-subscribe .contenido-form form .parsley-errors-list {
        display: none; }
      .form-subscribe .contenido-form form .text-field, .form-subscribe .contenido-form form .email-field {
        padding-right: 10px; }
        .form-subscribe .contenido-form form .text-field input, .form-subscribe .contenido-form form .email-field input {
          background-color: #c5ced6;
          color: #666666;
          font-size: 11px;
          border-radius: 0;
          border: 0;
          margin: 0;
          height: auto;
          padding: 12px 10px;
          box-shadow: 0 0 0 0 !important; }
      .form-subscribe .contenido-form form button {
        background-color: #fff;
        color: #666666;
        margin: 0;
        border: 0;
        font-size: 19px;
        border-radius: 0;
        box-shadow: 0 0 0 0 !important; }
        .form-subscribe .contenido-form form button:active, .form-subscribe .contenido-form form button:focus {
          background-color: #fff !important;
          color: #666666 !important; }
  .form-subscribe.botm {
    padding: 100px 0; }
    .form-subscribe.botm h2 {
      color: #e0c477;
      font-size: 38px;
      font-weight: 500;
      text-align: center;
      max-width: 600px;
      margin: auto;
      margin-bottom: 40px;
      text-transform: uppercase; }
      @media (max-width: 439px) {
        .form-subscribe.botm h2 {
          font-size: 30px; } }
      .form-subscribe.botm h2 span {
        font-size: 117px;
        text-transform: initial;
        font-family: 'Allison Script'; }
    .form-subscribe.botm .contenido-form {
      margin-top: 0; }

@media (max-width: 768px) {
  .form-subscribe .contenido-form h4 {
    font-size: 18px; } }

@media (max-width: 500px) {
  .form-subscribe .contenido-form h4 {
    font-size: 16px; }
  .form-subscribe .contenido-form form {
    flex-direction: column; }
    .form-subscribe .contenido-form form .text-field, .form-subscribe .contenido-form form .email-field {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; }
    .form-subscribe .contenido-form form button {
      width: 100%; } }

.holasoy .container {
  background-color: #eae6dd;
  padding: 50px; }

.holasoy h4 {
  color: #424c58;
  font-size: 31px;
  margin-bottom: 40px; }
  .holasoy h4 span {
    color: #5a7c83;
    font-size: 104px;
    font-family: 'Allison Script'; }

.holasoy p {
  font-size: 28px;
  color: #666666;
  font-weight: 300;
  text-align: justify; }

.holasoy a {
  background-color: #5a7c83;
  padding: 4px 16px;
  display: inline-block;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  text-decoration: none; }

@media (max-width: 1024px) {
  .holasoy .container {
    padding: 20px; }
  .holasoy h4 {
    font-size: 24px; }
    .holasoy h4 span {
      font-size: 72px; }
  .holasoy p {
    font-size: 18px; }
  .holasoy a {
    font-size: 16px;
    margin-bottom: 20px; } }

.testimonios {
  position: relative;
  padding-bottom: 150px; }
  .testimonios .container {
    position: relative; }
  .testimonios:before {
    background-color: #eae6dd;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 355px; }
  .testimonios .flor {
    position: absolute; }
    .testimonios .flor.uno {
      right: -10%;
      top: 10%;
      width: 157px;
      height: 302px;
      z-index: 1; }
    .testimonios .flor.dos {
      left: -50px;
      bottom: 10%;
      width: 204px;
      height: 188px; }
  .testimonios .titulo {
    padding: 50px 0;
    text-align: center; }
    .testimonios .titulo h2 {
      font-size: 127px;
      color: #5a7c83;
      font-weight: normal;
      font-family: 'Allison Script'; }
  .testimonios .row > div {
    padding: 0 8.5px; }
  .testimonios .box {
    background-color: #f6f7f8;
    padding: 45px;
    box-shadow: 2px 2px 8px 0px #e0dbd1;
    min-height: 665px; }
    .testimonios .box h4 {
      font-size: 72px;
      color: #e0c477;
      text-align: center; }
    .testimonios .box span {
      display: block;
      color: #5a7c83;
      font-size: 21px;
      font-weight: 500;
      text-align: center; }
    .testimonios .box p {
      color: #666666;
      font-size: 21px;
      font-weight: 300;
      margin-top: 40px;
      line-height: 1.6;
      text-align: justify; }
    @media (max-width: 1200px) {
      .testimonios .box {
        min-height: 817px; } }

@media (max-width: 1024px) {
  .testimonios .titulo h2 {
    font-size: 90px; }
  .testimonios .box {
    padding: 30px 20px; }
    .testimonios .box h4 {
      font-size: 40px; }
    .testimonios .box span {
      font-size: 16px; }
    .testimonios .box p {
      font-size: 18px; } }

.guide .titulo {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px; }
  .guide .titulo h2 {
    font-family: 'Allison Script';
    color: #5a7c83;
    font-size: 102px; }
    .guide .titulo h2 span {
      display: block;
      color: #424c58;
      font-size: 46px;
      font-weight: 500;
      font-family: 'Fira Sans'; }

.guide .contTexts {
  max-width: 500px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 40px; }

.guide .row {
  background-color: #f6f7f8;
  padding: 40px 0; }
  .guide .row.dif {
    padding: 20px 0;
    background-color: #eae6dd; }
  .guide .row .imagebook {
    position: relative; }
    .guide .row .imagebook img {
      position: absolute;
      left: 10px;
      bottom: 0px; }
      @media (max-width: 767px) {
        .guide .row .imagebook img {
          bottom: 0px;
          position: relative; } }
  .guide .row h4 {
    font-size: 36px;
    color: #5a7c83;
    font-weight: 500;
    margin-bottom: 30px; }
  .guide .row p {
    color: #666666;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6; }
  .guide .row .contText {
    text-align: center;
    padding-bottom: 20px; }
  .guide .row .clicbelow {
    color: #5a7c83;
    font-size: 28px;
    font-weight: 500;
    text-align: center; }
  .guide .row a {
    background-color: #5a7c83;
    padding: 4px 16px;
    display: inline-block;
    margin: auto;
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin-top: 20px;
    text-decoration: none; }

.work {
  padding-bottom: 60px; }
  .work .titulo {
    padding: 50px 0;
    text-align: center; }
    .work .titulo img {
      margin: 0 10px; }
    .work .titulo h2 {
      font-weight: 500;
      color: #424c58;
      font-size: 23px; }
      .work .titulo h2 span {
        font-size: 127px;
        color: #5a7c83;
        font-weight: normal;
        font-family: 'Allison Script'; }
    @media (max-width: 767px) {
      .work .titulo h2 span {
        font-size: 88px; } }
    @media (max-width: 549px) {
      .work .titulo h2 img {
        display: none; } }
  .work .box {
    background-position: center;
    background-size: cover;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .work .box p {
      color: #ffffff;
      font-size: 24px;
      font-weight: 500;
      text-align: center;
      margin: 0;
      padding: 0 40px; }
  .work .contText {
    text-align: center;
    padding-top: 30px; }
    .work .contText p {
      color: #666666;
      font-size: 26px;
      font-weight: 300; }
      .work .contText p span {
        font-weight: 500; }
    .work .contText a {
      background-color: #5a7c83;
      padding: 6px 16px;
      display: inline-block;
      width: 100%;
      margin: auto;
      color: #fff;
      font-size: 23px;
      font-weight: 500;
      margin-top: 20px;
      max-width: 272px;
      text-decoration: none; }

.connect .container {
  background-color: #f6f7f8;
  padding: 50px; }

.connect .galeria {
  padding-top: 80px; }
  .connect .galeria img {
    margin: 5px;
    display: inline-block;
    box-shadow: 3px 3px 7px 0px #cecece;
    max-width: 221px; }
  @media (max-width: 767px) {
    .connect .galeria {
      text-align: center; } }

.connect h4 {
  font-size: 136px;
  color: #5a7c83;
  font-weight: normal;
  font-family: 'Allison Script'; }
  @media (max-width: 450px) {
    .connect h4 {
      font-size: 88px;
      text-align: center; } }

.connect .social {
  margin-top: 30px;
  text-align: center; }
  .connect .social a {
    margin: 0 5px; }

.connect p {
  font-size: 23px;
  color: #666666; }

.aboutBanner .container {
  max-width: 1091px;
  min-height: 653px;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat; }
  .aboutBanner .container .row {
    width: 100%; }
    .aboutBanner .container .row .contText h4 {
      font-family: 'Allison Script';
      font-size: 124px;
      color: #5A7C83; }
  @media (max-width: 578px) {
    .aboutBanner .container .row .contText h4 {
      font-size: 80px; } }

.aboutconttext .container {
  padding-top: 40px;
  padding-bottom: 70px;
  max-width: 923px;
  font-size: 23px;
  color: #365C6C; }
  .aboutconttext .container p b, .aboutconttext .container p strong {
    color: #365C6C; }

.aboutspeaking .container {
  min-height: 806px;
  max-width: 1091px;
  display: flex;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  font-size: 25px;
  color: #fff;
  text-align: justify;
  padding-left: 4.4%; }
  .aboutspeaking .container h2 {
    font-family: 'Allison Script';
    font-size: 124px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 53px; }
  @media (max-width: 767px) {
    .aboutspeaking .container {
      background-image: url("speaking3.png") !important;
      background-size: cover;
      padding: 20px; } }

.programsbanner {
  margin-bottom: 50px; }
  .programsbanner .container {
    font-size: 23px;
    color: #365C6C; }
    .programsbanner .container h1 {
      font-family: 'Allison Script';
      font-size: 84px;
      text-align: center; }
    .programsbanner .container .text {
      margin: auto;
      max-width: 469px; }

.contProducto {
  margin-top: 90px; }
  .contProducto .container {
    max-width: 912px; }
    .contProducto .container .itemProducto .conttitle {
      min-height: 617px;
      display: flex;
      vertical-align: middle;
      justify-items: start;
      align-items: flex-end;
      padding: 40px;
      font-size: 37px;
      color: #365C6C;
      margin-bottom: 60px; }
    .contProducto .container .itemProducto .descrip {
      font-size: 21px;
      margin-top: 40px;
      margin-bottom: 30px; }

.sectionproducts h1 {
  font-family: 'Allison Script';
  font-size: 104px;
  color: #365C6C;
  text-align: center;
  margin-bottom: 30px; }

.sectionproducts .no-gutters {
  margin-bottom: 30px; }

.sectionproducts a.link {
  background: #365C6C;
  color: #fff;
  padding: 5px 20px;
  text-decoration: none;
  margin-top: 10px; }

.divpodcast .bannerpod {
  text-align: center; }
  .divpodcast .bannerpod img {
    margin: auto; }

.divpodcast .podabo {
  color: #676666;
  font-size: 30px; }
  .divpodcast .podabo .ccc {
    margin-top: 100px;
    text-align: center;
    border: 1px solid #e0c477;
    padding: 20px 0px;
    width: 90%;
    margin: auto;
    margin-top: 200px;
    margin-bottom: 100px; }
    .divpodcast .podabo .ccc .cc {
      background: #f8f7f4;
      width: 100%;
      position: relative; }
      .divpodcast .podabo .ccc .cc:before {
        content: '';
        position: absolute;
        display: inline;
        background: #f8f7f4;
        left: calc(-5% - 1px);
        top: 0px;
        width: 5%;
        height: 100%; }
      .divpodcast .podabo .ccc .cc:after {
        content: '';
        position: absolute;
        display: inline;
        background: #f8f7f4;
        right: calc(-5% - 1px);
        top: 0px;
        width: 5%;
        height: 100%; }
      .divpodcast .podabo .ccc .cc h2 {
        color: #e0c477;
        margin-top: 30px;
        padding-bottom: 40px;
        font-size: 57px; }
      .divpodcast .podabo .ccc .cc img {
        margin-top: -86px; }
  .divpodcast .podabo .ctext {
    margin-bottom: 100px; }
  @media (max-width: 768px) {
    .divpodcast .podabo {
      font-size: 20px; } }

.divepisodes .dtitle {
  background: #f8f7f4;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  font-family: 'Allison Script';
  font-size: 130px;
  color: #5a7c83; }
  .divepisodes .dtitle:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 34px;
    background-image: url("img3.png"); }
  .divepisodes .dtitle:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 34px;
    background-image: url("img4.png"); }
  @media (max-width: 768px) {
    .divepisodes .dtitle {
      font-size: 67px; } }

.divlisepisodes {
  margin-top: 100px;
  margin-bottom: 200px; }
  .divlisepisodes .col-md-6 {
    position: relative;
    margin-bottom: 40px; }
  .divlisepisodes .item {
    background: #f8f7f4;
    color: #676666;
    padding: 40px;
    padding-bottom: 84px;
    border-right: 10px;
    box-shadow: 10px 10px 14px -6px #ccc;
    position: relative;
    height: 100%; }
    .divlisepisodes .item h4 {
      color: #5a7c83;
      font-weight: 900; }
      .divlisepisodes .item h4 span {
        display: block;
        color: #676666;
        font-size: 12px;
        font-weight: 400; }
    .divlisepisodes .item b, .divlisepisodes .item strong {
      color: #e0c477; }
    .divlisepisodes .item a {
      display: inline-block;
      color: #676666;
      position: absolute;
      left: 40px;
      bottom: 40px; }
      .divlisepisodes .item a:hover {
        color: #676666; }
      .divlisepisodes .item a span {
        display: inline-block;
        background: #e0c477;
        vertical-align: middle;
        padding-right: 10px; }
        .divlisepisodes .item a span:before {
          content: '';
          display: inline-block;
          width: 40px;
          height: 44px;
          vertical-align: middle;
          background: #e0c477;
          border-right: 8px solid #f8f7f4;
          background-image: url("img5.png");
          background-repeat: no-repeat;
          background-position: center center;
          position: relative;
          margin-right: 10px; }

.podcast_get_this {
  position: relative;
  background: #f8f7f4;
  padding-top: 100px;
  padding-bottom: 100px; }
  .podcast_get_this h3 {
    text-align: center;
    font-size: 130px;
    color: #5a7c83;
    font-family: 'Allison Script'; }
    .podcast_get_this h3 span {
      color: #e0c477;
      font-family: 'Fira Sans';
      display: block;
      font-size: 78px; }
  .podcast_get_this form {
    display: flex;
    justify-content: center; }
    .podcast_get_this form .parsley-errors-list {
      display: none; }
    .podcast_get_this form .text-field, .podcast_get_this form .email-field {
      padding-right: 10px; }
      .podcast_get_this form .text-field input, .podcast_get_this form .email-field input {
        background-color: #c5ced6;
        color: #666666;
        font-size: 20px;
        border-radius: 0;
        border: 0;
        margin: 0;
        height: auto;
        padding: 12px 10px;
        box-shadow: 0 0 0 0 !important;
        margin-bottom: 0px !important; }
    .podcast_get_this form button {
      background-color: #5a7c83;
      color: #fff;
      margin: 0;
      border: 0;
      font-size: 20px;
      border-radius: 0;
      box-shadow: 0 0 0 0 !important;
      padding-left: 20px;
      padding-right: 20px; }
      .podcast_get_this form button:active, .podcast_get_this form button:focus {
        background-color: #fff !important;
        color: #666666 !important; }
    @media (max-width: 768px) {
      .podcast_get_this form {
        display: block; }
        .podcast_get_this form .text-field, .podcast_get_this form .email-field {
          display: block;
          margin-bottom: 10px; }
        .podcast_get_this form button {
          margin: auto;
          display: block; } }
  @media (max-width: 768px) {
    .podcast_get_this h3 {
      font-size: 73px; }
      .podcast_get_this h3 span {
        font-size: 42px; } }

.podcast_connect {
  background-image: url("img12.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 726px;
  margin-top: 100px;
  margin-bottom: 188px;
  color: #676666;
  font-size: 30px; }
  .podcast_connect a {
    color: #676666;
    text-decoration: none; }
  .podcast_connect h3 {
    font-size: 180px;
    color: #5a7c83;
    font-family: 'Allison Script';
    text-align: center; }
  .podcast_connect h4 {
    text-align: center;
    color: #5a7c83;
    margin-top: 40px;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px; }
  .podcast_connect .img {
    text-align: center;
    margin-top: 80px; }
    .podcast_connect .img a:nth-child(2) {
      margin-left: 6px;
      margin-right: 10px; }
  @media (max-width: 768px) {
    .podcast_connect {
      background-image: none; }
      .podcast_connect h3 {
        font-size: 120px;
        text-align: center; }
      .podcast_connect h4 {
        text-align: center;
        width: 100%; }
      .podcast_connect .row {
        display: block; }
        .podcast_connect .row .col-6 {
          display: block;
          width: 100%;
          max-width: 100%; } }
