@media only screen and (max-width: 767px) {
  header#header .header-container {
    padding: 15px;
    /* width: 100%; */
  }
  
  .discover-btn, p.service-caption {
    float: left;
    /* margin-top: -20px; */
    margin-bottom: 10px;
  }
  
  .body-site {
      top: 35px;
  }
  
  .onlydesktop {
    display: none;
  }
  
  .topbar {
      justify-content: space-evenly;
  }
  
  .topbar-content {
      display: flex;
      gap: 70px;
      justify-content: space-between;
  }
  
  .site-logo-container {
    width: 75px;
  }

  .site-content .container {
    margin: auto;
    padding: 0 15px;
}

.col-2 {
    width: 100%;
    padding: 0px;
}

  .col-3 {
    width:100%;
    padding: 0;
  }

  .col-5 {
    width:100%;
    padding: 0;
  }

  .col-7 {
    width:100%;
    padding: 0;
  }

  .col-8 {
    width:100%;
    padding: 0;
  }

  .col-4 {
    width:100%;
    padding: 0;
  }

  .col-6 {
    width: 100%;
    padding: 0;
  }

  .col-9 {
    width: 100%;
    padding: 0;
}

  .col-12 {
    width: 100%;
    padding: 0;
  }

  .row {
    display: flex;
    flex-direction: column;
  }

  .logo-container {
    width: 50%;
  }

  .header-menu-container {
    width: 50%;
    float: left;
  }

  .logo-container img {
    width: 100%;
}

  button.burger {
    width: 40px;
    height: 22px;
    background: 0 0;
    box-shadow: none;
    border: none;
    outline: 0;
    cursor: pointer;
    display: block !important;
    z-index: 100000;
    position: relative;
    float: right;
  }

  button.burger span:nth-child(1) {
    width: 26px;
    top: 0;
    transform: translateX(-50%) translateY(0);
    transition: top .3s cubic-bezier(.21,.83,.26,.87) .3s, transform .3s cubic-bezier(.21,.83,.26,.87);
  }

  button.burger span:nth-child(2) {
    width: 18px;
    top: 8px;
    opacity: 1;
    transform: translateX(-75%);
  }

  button.burger span:last-child {
    width: 26px;
    top: 16px;
    transform: translateX(-50%) translateY(0);
    transition: top .3s cubic-bezier(.21,.83,.26,.87) .3s, transform .3s cubic-bezier(.21,.83,.26,.87);
  }

  button.burger span {
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #213F61;
  }



  .menu-1 {
    height: 150vh;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 35px 0 150px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: all .2s ease-out;
    width: 87%;
    overflow-y: scroll;
  }

  button.burger.open span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(0) rotate(45deg);
    transition: top .3s cubic-bezier(0.21, 0.83, 0.26, 0.87), transform .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) .3s;
  }
  button.burger.open span:nth-child(2) {
    opacity: 0;
  }
  button.burger.open span:last-child {
    top: 50%;
    transform: translateX(-50%) translateY(0) rotate(-45deg);
    transition: bottom .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) ,transform .3s cubic-bezier(0.21, 0.83, 0.26, 0.87) .3s;
  }



  .menu li.menu-item {
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    padding: 15px 0;
    display: block !important;
    text-align: left;
  }

  .menu-1.open {
    transform: translateX(0);
    z-index:9999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
  }

  .header-menu-container ul.menu li a {
      text-transform: none;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      color: #213F61 !important;
  }

  li#menu-item-41 {
    display: block;
}

  .header-contact {
    text-align: left;
    display: none;
}

.hero-section {
    padding: 100px 0 0;
}

.hero-left {
    width: 100%;
}

h1.hero-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.hero-text {
    color: #213F61;
    margin-left: 0;
}

p.hero-desc {
    font-size: 18px;
    padding-right: 15%;
    margin-top: 10px;
}

.hero-bg:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-after.png);
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: contain;
    top: 0%;
    right: -30px;
    background-repeat: no-repeat;
}

.hero-contact {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    position: relative;
    bottom: -30px;
}

.hero-contact .contact-button {
    width: 40%;
    padding: 30px 15px;
    background: #213F61;
    z-index: 999;
}

hero-contact .contact-button a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.hero-section .container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.hero-bg {
    padding: 0 30px;
    width: 100%;
    margin-top: 30px;
}

.hero-contact .contact-text {
    width: 60%;
    padding: 30px 15px;
    background: #fff;
    z-index: 999;
}

.hero-contact .contact-text p {
    margin: 0;
    color: #213F61;
    font-size: 16px;
}

.hero-contact .contact-button a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.hero-bg:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-before.png);
    position: absolute;
    width: 300px;
    height: 400px;
    background-size: contain;
    top: 115px;
    left: -15%;
    background-repeat: no-repeat;
    display: none;
}

.hero-bg img {
    width: 100%;
    margin-top: 75px;
    margin-left: 0;
}

.section-blue {
    margin: 0;
    padding: 50px 10% 100px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.section-blue h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/section-2-before.png);
    position: absolute;
    width: 100%;
    height: 500px;
    background-size: cover;
    top: 7%;
    right: 0;
    background-repeat: no-repeat;
    display: none;
}

.row.services-row {
    z-index: 9999;
    margin: 0 30px;
    column-gap: 50px;
    row-gap: 30px;
}

.col-4.service-col {
    background: #fff;
    z-index: 999;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    width: calc(100% - 60px);
}

.service-icon img {
    height: 75px;
}

.service-title {
    color: #213F61;
    font-size: 18px;
    font-weight: 600;
}

.service-desc {
    color: #213F61;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid rgb(33 63 97 / 30%);
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.service-cta a {
    color: #E88D3C;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.service-cta a i {
    font-size: 14px;
    padding-left: 5px;
}

.meditation-section .container {
    display: flex;
    flex-direction: column;
}

h2.meditation-title {
    color: #213F61;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

h4.meditation-subtitle {
    color: #213F61;
    margin: 10px 0 35px;
    font-size: 22px;
    font-weight: 400;
    padding-right: 30%;
}

.meditation-step-number {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #213F61;
    background: #E3DFD3;
    border-radius: 50px;
}

.meditation-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 22px;
    font-weight: 400;
}

.meditation-step-text p {
    margin: 10px 0 0;
    color: #213F61;
    font-size: 16px;
    font-weight: 300;
}

.meditation-text.text-right {
    padding-left: 0;
    margin-top: 75px;
}

.meditation-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/meditation-2-before.png);
    position: absolute;
    width: 100%;
    height: 350px;
    background-size: contain;
    top: 40%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.meditation-1:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/meditation-1-before.png);
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: contain;
    top: -75px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

h2.section-title {
    color: #213F61;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.strengths-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    align-items: center;
    row-gap: 30px;
}

.strengths-text {
    padding-right: 30px;
    padding-left: 30px;
}

p.strengths-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

h3.strengths-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.strengths-icon img {
    max-width: 100px;
}

.strengths-title:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/strengths-title-before.png);
    position: absolute;
    width: 35%;
    aspect-ratio: 2;
    background-size: cover;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
}

.contact-row {
    padding: 50px 0 300px;
}

.contact-form {
    width: 100%;
}

.submit-text {
    background: #fff;
    padding: 20px 15px;
    width: 70%;
    color: #213F61;
    font-size: 14px;
}

.submit-button {
    width: 30%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #E88D3C;
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    font-size: 14px;
    color: #fff;
    width: 100%;
}

.contact-bg {
    width: 100%;
    position: relative;
}

.contact-bg img {
    width: 300px;
    position: absolute;
    top: 0;
    z-index: 999;
}

footer#colophon .container {
    max-width: 1440px;
    margin: auto;
    padding: 0 15px;
}

.logo-footer {
    padding-bottom: 25px;
}

h1.page-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-hero {
    padding-top: 100px;
    margin-bottom: 75px;
}

h3.page-desc {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 400;
}

.hero-container {
    color: #fff;
    padding: 60px 30px 220px;
    background: #E88D3C;
    border-radius: 15px;
}

.hero-img img {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 5%;
}

.row.services-meditations__row {
    z-index: 9999;
    margin: 0 5px;
    ROW-gap: 30px;
}

.service-meditations__col {
    background: #fff;
    z-index: 999;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px !important;
    border-radius: 15px;
    position: relative;
    width: calc(100% - 60px) !important;
}

.services-meditations:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/services-meditations-before.png);
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: contain;
    top: 50px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.services-meditations:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/services-meditations-after.png);
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: contain;
    bottom: 40px;
    right: -30px;
    background-repeat: no-repeat;
    z-index: -2;
}

h2.service-title {
    color: #213F61;
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 0;
}

h4.service-subtitle {
    color: #213F61;
    margin: 10px 0 35px;
    font-size: 22px;
    font-weight: 400;
    padding-right: 0%;
}

.service-text.text-right .service-steps {
    padding-left: 0;
    margin-top: 50px;
}

.service-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 22px;
    font-weight: 400;
}



.col-5.service-text.text-left {
    order: 2;
}

.service-text.text-left .service-steps {
    margin-top: 50px;
    padding-right: 0;
}

.diferentiere-section:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/arrow.png);
    position: absolute;
    width: 50%;
    height: 200px;
    background-size: contain;
    top: 10px;
    left: 0;
    background-repeat: no-repeat;
}

.diferentiere-section__content {
    width: calc(90% - 30px);
    background-color: #F2F4F9;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -200px;
    padding: 50px 15px;
    box-shadow: 3px 4px 100px rgba(0, 0, 0, 0.3);
}

ul.diferentiere-section__list li {
    font-size: 16px;
    color: #213F61;
    font-weight: 400px;
    padding-bottom: 30px;
    position: relative;
    padding-left: 50px;
}

.col-6.diferentiere-section__image img {
    width: 70%;
}

.col-6.diferentiere-section__image {
    text-align: center;
}

.diferentiere-section:after {
  display: none;
}

ul.diferentiere-section__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #E3DFD3;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.diferentiere-section__cta .diferentiere-section__cta-text {
    width: 60%;
    padding: 20px 15px;
    background: #fff;
    z-index: 999;
}

.diferentiere-section__cta .diferentiere-section__cta-button {
    width: 30%;
    padding: 20px 15px;
    background: #E88D3C;
    z-index: 999;
}

.about-hero .row {
    height: 400px;
    align-items: center;
}

.about-hero .col-4 {
    padding: 30px 0 30px;
}

.about-section-2 .section-blue h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.about-section-2 .section-blue {
    margin: 0 0px;
    padding: 25px 10% 125px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.about-section-3 h2.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}

.about-section-mission p.section-desc {
    font-size: 18px;
    font-weight: 400;
    color: #213F61;
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 15px;
}

.row.mission-boxes {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 75px;
    padding: 0 15px;
}

.mission-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 30px 0;
    align-items: center;
    border-radius: 15px;
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    background: #F2F4F9;
}

.mission-box__text {
    padding-right: 50px;
    font-size: 20px;
    color: #213F61;
    font-weight: 500;
}

.mission-box__counter {
    padding-left: 50px;
    font-size: 60px;
    font-weight: 700;
    color: #E88D3C;
}

.about-section-mission:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/about-mission-before.png);
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: cover;
    top: 54%;
    right: 0%;
    background-repeat: no-repeat;
    z-index: -4;
}

.mission-container:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/mission-before.png);
    position: absolute;
    width: 200px;
    height: 150px;
    background-size: contain;
    top: 0%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
}

.mission-container:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/mission-after.png);
    position: absolute;
    width: 200px;
    height: 150px;
    background-size: contain;
    bottom: 0%;
    right: -50px;
    background-repeat: no-repeat;
    z-index: -2;
}


.row.row-title {
    padding-top: 0;
    padding-bottom: 30px;
}


.why-us-section .section-blue {
    margin: 0;
    height: 100px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.row.why-us-boxes {
    padding: 0 15px;
    margin-top: -100px;
}

.row.why-us-boxes {
    column-gap: 0;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.why-us-box.image-full {
    position: relative;
    background: transparent;
    display: none;
}

.why-us-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    row-gap: 30px;
}

.why-us-icon img {
    max-width: 100px;
}


.why-us-text {
    padding-right: 30px;
    padding-left: 30px;
}

h3.why-us-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

p.why-us-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

.why-us-section {
    padding-top: 75px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
    padding-bottom: 75px;
}

.contact-hero .container {
    background: #213F61;
    border-radius: 15px;
    padding: 0 !important;
    margin: 0 15px !important;
}


.contact-hero .row {
    height: 450px;
    align-items: center;
    padding: 60px 30px 30px;
}

.col-3.contact-form-title {
    padding: 30px 15px;
    position: relative;
    top: 45px;
}
.col-3.contact-form-title h2.section-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.contact-section-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
    position: absolute;
    width: 120px;
    height: 120px;
    background-size: cover;
    top: 60px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.contact-section-2:before {
  display: none;
}

.contact-hero .hero-img img {
    width: 80%;
    position: absolute;
    bottom: -30px;
    right: -30px;
}

.contact-page__form {
    width: 90%;
    max-width: 320px;
    position: relative;
    top: 50%;
    margin: auto;
}

.contact-section-2 {
    padding: 75px 0 150px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.row.contact-form-row .col-9 {
    position: relative;
    top: 75px;
}

.row.career-boxes {
    column-gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}

.career-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    row-gap: 30px;
}

.career-icon img {
    max-width: 100px;
}


.career-text {
    padding-right: 30px;
    padding-left: 30px;
}

h3.career-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

p.career-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

.contact-social-container {
    background: #E88D3C;
    border-radius: 15px;
    padding: 50px 0;
    margin-top: 75px;
}

ul.social-icons {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 0 5%;
}

ul.social-icons li img {
    width: 45px;
}

.contact-section.no-contact-form .contact-title .section-title {
    margin: 30px 0;
}

.career-hero {
    padding: 35px 0 100px;
}

.career-hero .hero-img {
    background-color: #213F61;
    position: relative;
    height: 100%;
    border-radius: 15px;
    margin-top: 35px;
}

.career-hero .hero-img img {
    width: 60%;
    position: absolute;
    bottom: 0;
    left: 20%;
}

.title-row {
    width: 100%;
    margin: auto;
}

.career-form {
    margin: 75px auto 75px;
    background: #fff;
    border-radius: 15px;
    padding: 15px 30px 75px;
    width: calc(100% - 60px);
}

.career-form .form-body {
    width: 100%;
}

.career-form .submit-form {
    width: 100%;
    float: right;
    margin-top: 0;
}

.career-form .submit-form .form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 100%;
}

.career-section-form {
    padding: 75px 0 50px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.career-section-4 .service-image img {
    width: 110%;
}

.career-section-4 {
    padding: 50px 0 75px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.col-6.career-desc__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 50px 30px 100px;
    width: calc(100% - 60px);
}


.col-6.career-desc__image {
    position: relative;
    padding-top: 30px;
}

.col-6.career-desc__image img {
    width: 70%;
    position: relative;
    bottom: 0;
    left: 15%;
}

.career-section-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
    position: absolute;
    width: 200px;
    height: 150px;
    background-size: cover;
    top: 50px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.career-section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-before.png);
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: cover;
    bottom: 20px;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.page-hero.page-hero__career {
  margin-bottom: 0;
}

.career-section-2 {
  padding: 0 0 75px;
}

.blog-hero {
    padding: 0 15px;
}

.blog-hero .container {
    background: #E88D3C;
    border-radius: 15px;
    padding: 30px 15px 0 !important;
}

.blog-hero .row {
    height: auto;
    align-items: center;
}

.blog-hero .hero-img {
    position: relative;
    height: auto;
}

.blog-hero .hero-img img {
    width: 70%;
    position: relative;
    bottom: 0;
    left: 30px;
}

section.blog-page {
    padding: 50px 0 150px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.row.flex-stretch.blog-section {
    width: 100%;
    margin: auto;
}

.home-article {
    box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
}

h3.entry-title a {
    color: #213F61;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
}

.entry-title-content {
    padding: 0 15px 15px;
}

section.blog-page .section-title {
    padding-bottom: 50px;
}

section.blog-page {
    padding: 50px 0 120px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
}

.article-hero .hero-img {
    position: relative;
    margin-left: 0;
    width: 95%;
    aspect-ratio: 16 / 9;
}

.article-hero .row {
    height: auto;
    align-items: center;
}


.article-hero {
    color: #fff;
    padding: 30px 15px 0;
}

.post-title {
    color: #213F61;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 75px;
    text-align: center;
}

.post-container {
    width: 100%;
    margin: auto;
}

.blog-post {
    padding-bottom: 75px;
    position: relative;
    border-bottom: 1px solid rgba(33, 63, 97, 0.3);
}

.post-related {
    padding: 75px 0 75px;
}

}

@media(min-width: 768px) and (max-width: 991px) {

  .logo-container {
      width: 150px;
  }

.logo-container img {
    width: 100%;
}


.header-menu-container ul.menu li a {
  color: #000;
}

.logo-container {
  width: 30%;
}

.header-menu-container {
  width: 70%;
  float: left;
}

.hero-contact .contact-text {
    width: 70%;
    padding: 20px 15px;
    background: #fff;
    z-index: 999;
}

.hero-contact .contact-text p {
    margin: 0;
    color: #213F61;
    font-size: 18px;
}

.hero-contact {
    display: flex;
    align-items: center;
    width: calc(100% + 50px);
    margin-left: 0;
    position: relative;
    bottom: -35px;
}

.hero-contact .contact-button a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.hero-contact .contact-button {
    width: 30%;
    padding: 20px 15px;
    background: #213F61;
    z-index: 999;
}

.hero-text {
    color: #213F61;
    margin-left: 0;
}

.hero-section {
    padding: 75px 0;
}

h1.hero-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

p.hero-desc {
    font-size: 22px;
    padding-right: 10%;
    margin-top: 20px;
}

.hero-bg {
    padding: 0 0 0 30px;
}

.page-template-acasa .header-menu-container ul.menu li a, .page-template-acasa .header-menu-container ul.menu li a:hover, .page-template-acasa .header-menu-container ul.menu li a:focus, .page-template-acasa .header-menu-container ul.menu li a:active, .page-template-acasa a.contact-cta {
    color: #213F61;
}

.hero-bg:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-after.png);
    position: absolute;
    width: 150px;
    height: 120px;
    background-size: contain;
    top: 10%;
    right: -30px;
    background-repeat: no-repeat;
}

.hero-bg:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-before.png);
    position: absolute;
    width: 130px;
    height: 180px;
    background-size: contain;
    top: 15px;
    left: -5%;
    background-repeat: no-repeat;
}

.section-blue {
    margin: 0;
    padding: 50px 10% 100px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.section-blue h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.col-4.service-col {
    background: #fff;
    z-index: 999;
    text-align: center;
    display: flex
;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    width: calc(50% - 75px);
    justify-content: center;
}

.row.services-row {
    z-index: 9999;
    margin: 0 30px;
    column-gap: 30px;
    flex-direction: row;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.service-icon img {
    height: 100px;
}

.service-desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgb(33 63 97 / 30%);
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/section-2-before.png);
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: cover;
    bottom: -100%;
    right: 0;
    background-repeat: no-repeat;
}

.meditation-section .container {
    display: flex;
    flex-direction: column;
}

h2.meditation-title {
    color: #213F61;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.meditation-section .meditation-text, .meditation-section .meditation-image {
    width: 100%;
    padding: 0 15px;
}

h4.meditation-subtitle {
    color: #213F61;
    margin: 10px 0 35px;
    font-size: 22px;
    font-weight: 400;
    padding-right: 30%;
}

.meditation-step-number {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #213F61;
    background: #E3DFD3;
    border-radius: 50px;
}

.meditation-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 26px;
    font-weight: 400;
}

.meditation-step-text p {
    margin: 10px 0 0;
    color: #213F61;
    font-size: 16px;
    font-weight: 300;
}

.meditation-text.text-right {
    padding-left: 0;
    margin-top: 75px;
}

.meditation-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/meditation-2-before.png);
    position: absolute;
    width: 100%;
    height: 350px;
    background-size: contain;
    top: 40%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.meditation-1:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/meditation-1-before.png);
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: contain;
    top: -75px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

h2.section-title {
    color: #213F61;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.strengths-box {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    align-items: center;
    row-gap: 30px;
}

.strengths-text {
    padding-right: 30px;
    padding-left: 30px;
}

p.strengths-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

h3.strengths-box__title {
    color: #213F61;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.strengths-icon img {
    max-width: 120px;
}

.submit-text {
    background: #fff;
    padding: 20px 15px;
    width: 65%;
    color: #213F61;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #E88D3C;
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    font-size: 16px;
    color: #fff;
    width: 100%;
}


.submit-button {
    width: 35%;
}

.contact-bg img {
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 999;
    right: -30px;
}

.contact-form {
    width: 50%;
}

.contact-bg {
    width: 50%;
    position: relative;
}

h1.page-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

h3.page-desc {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 400;
}

.page-desc {
    padding-right: 0;
}

.about-section-2 .section-blue h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.col__text-right {
    padding-right: 0;
    padding-left: 30px;
}

.about-section-3 h2.section-title {
    font-size: 34px;
    font-weight: 700;
}

.about-section-mission p.section-desc {
    font-size: 18px;
    font-weight: 400;
    color: #213F61;
    text-align: center;
    width: 75%;
    margin: auto;
    margin-top: 15px;
}

.row.mission-boxes {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 75px;
    padding: 0 15px;
}

.mission-box__text {
    padding-right: 30px;
    font-size: 20px;
    color: #213F61;
    font-weight: 500;
}

.row.row-title {
    padding-top: 0;
    padding-bottom: 30px;
}

.why-us-section .section-blue {
    margin: 0;
    height: 100px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.row.why-us-boxes {
    padding: 0 15px;
    margin-top: -100px;
}

.row.why-us-boxes {
    column-gap: 0;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}

p.why-us-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

.why-us-box.image-full {
    position: relative;
    background: transparent;
    display: none;
}

.why-us-box {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    row-gap: 30px;
}

.why-us-icon img {
    max-width: 100px;
}


.why-us-text {
    padding-right: 30px;
    padding-left: 30px;
}

h3.why-us-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}


.why-us-section {
    padding-top: 75px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
    padding-bottom: 75px;
}

.page-hero {
    padding-top: 150px;
    margin-bottom: 75px;
}

.hero-container {
    color: #fff;
    padding: 100px 30px;
    background: #E88D3C;
    border-radius: 15px;
}

.row.services-meditations__row {
    z-index: 9999;
    margin: 0;
    column-gap: 50px;
}

h2.service-title {
    color: #213F61;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.service-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 22px;
    font-weight: 400;
}

.diferentiere-section__content .row {
    gap: 50px;
    flex-direction: column;
}

.diferentiere-section__content .row .col-6 {
    width: 100%;
    padding: 0 15px;
}

.row.career-desc-row {
    background: #E88D3C;
    border-radius: 15px;
    align-items: center;
}

.col-6.career-desc__image img {
    width: 100%;
    position: unset;
    top: 0;
    left: -15px;
}

.career-section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-before.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    bottom: 0%;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.career-section-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.career-box {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    row-gap: 30px;
}

.career-text {
    padding-right: 30px;
    padding-left: 30px;
}

h3.career-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

p.career-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

.contact-hero {
    color: #fff;
    padding: 0 30px;
}

.contact-form-title {
  width: 33.3%;
}

.contact-form-container {
  width: 66.6%;
}

.contact-form-title .section-title {
    color: #fff;
}

.contact-page__form {
    width: 90%;
    position: relative;
    top: 30%;
}

.contact-section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-before.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    bottom: 0%;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.contact-section-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.row.flex-stretch.blog-section {
    width: 100%;
    margin: auto;
}

.article-hero .row {
    height: auto;
    align-items: center;
}

.article-hero .hero-img {
    position: relative;
    margin-left: 10%;
    width: 80%;
    aspect-ratio: 16 / 9;
}

.post-title {
    color: #213F61;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

.post-container {
    width: 90%;
    margin: auto;
}

.article-hero {
    color: #fff;
    padding: 0 30px;
}

}

@media(min-width: 992px) and (max-width: 1099px) {

  .logo-container {
      width: 150px;
  }

.logo-container img {
    width: 100%;
}


.header-menu-container ul.menu li a {
  color: #000;
}

.logo-container {
  width: 30%;
}

.header-menu-container {
  width: 70%;
  float: left;
}

.hero-contact .contact-text {
    width: 70%;
    padding: 20px 15px;
    background: #fff;
    z-index: 999;
}

.hero-contact .contact-text p {
    margin: 0;
    color: #213F61;
    font-size: 18px;
}

.hero-contact {
    display: flex;
    align-items: center;
    width: calc(100% + 50px);
    margin-left: 0;
    position: relative;
    bottom: -35px;
}

.hero-contact .contact-button a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.hero-contact .contact-button {
    width: 30%;
    padding: 20px 15px;
    background: #213F61;
    z-index: 999;
}

.hero-text {
    color: #213F61;
    margin-left: 0;
}

.hero-section {
    padding: 75px 0;
}

h1.hero-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

p.hero-desc {
    font-size: 22px;
    padding-right: 10%;
    margin-top: 20px;
}

.hero-bg {
    padding: 0 0 0 30px;
}

.page-template-acasa .header-menu-container ul.menu li a, .page-template-acasa .header-menu-container ul.menu li a:hover, .page-template-acasa .header-menu-container ul.menu li a:focus, .page-template-acasa .header-menu-container ul.menu li a:active, .page-template-acasa a.contact-cta {
    color: #213F61;
}

.hero-bg:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-after.png);
    position: absolute;
    width: 150px;
    height: 120px;
    background-size: contain;
    top: 10%;
    right: -30px;
    background-repeat: no-repeat;
}

.hero-bg:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/hero-before.png);
    position: absolute;
    width: 130px;
    height: 180px;
    background-size: contain;
    top: 15px;
    left: -5%;
    background-repeat: no-repeat;
}

.section-blue {
    margin: 0;
    padding: 50px 10% 100px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.section-blue h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.col-4.service-col {
    background: #fff;
    z-index: 999;
    text-align: center;
    display: flex
;
    flex-direction: column;
    row-gap: 30px;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    width: calc(50% - 75px);
    justify-content: center;
}

.row.services-row {
    z-index: 9999;
    margin: 0 30px;
    column-gap: 30px;
    flex-direction: row;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.service-icon img {
    height: 100px;
}

.service-desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgb(33 63 97 / 30%);
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/section-2-before.png);
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: cover;
    bottom: -100%;
    right: 0;
    background-repeat: no-repeat;
}

.meditation-section .container {
    display: flex;
    flex-direction: column;
}

h2.meditation-title {
    color: #213F61;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.meditation-section .meditation-text, .meditation-section .meditation-image {
    width: 100%;
    padding: 0 15px;
}

h4.meditation-subtitle {
    color: #213F61;
    margin: 10px 0 35px;
    font-size: 22px;
    font-weight: 400;
    padding-right: 30%;
}

.meditation-step-number {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #213F61;
    background: #E3DFD3;
    border-radius: 50px;
}

.meditation-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 26px;
    font-weight: 400;
}

.meditation-step-text p {
    margin: 10px 0 0;
    color: #213F61;
    font-size: 16px;
    font-weight: 300;
}

.meditation-text.text-right {
    padding-left: 0;
    margin-top: 75px;
}

.meditation-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/meditation-2-before.png);
    position: absolute;
    width: 100%;
    height: 350px;
    background-size: contain;
    top: 40%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.meditation-1:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/meditation-1-before.png);
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: contain;
    top: -75px;
    left: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

h2.section-title {
    color: #213F61;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.strengths-box {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    align-items: center;
    row-gap: 30px;
}

.strengths-text {
    padding-right: 30px;
    padding-left: 30px;
}

p.strengths-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

h3.strengths-box__title {
    color: #213F61;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.strengths-icon img {
    max-width: 120px;
}

.submit-text {
    background: #fff;
    padding: 20px 15px;
    width: 65%;
    color: #213F61;
    font-size: 16px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #E88D3C;
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    font-size: 16px;
    color: #fff;
    width: 100%;
}


.submit-button {
    width: 35%;
}

.contact-bg img {
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 999;
    right: -30px;
}

.contact-form {
    width: 50%;
}

.contact-bg {
    width: 50%;
    position: relative;
}

h1.page-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

h3.page-desc {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 400;
}

.page-desc {
    padding-right: 0;
}

.about-section-2 .section-blue h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.col__text-right {
    padding-right: 0;
    padding-left: 30px;
}

.about-section-3 h2.section-title {
    font-size: 34px;
    font-weight: 700;
}

.about-section-mission p.section-desc {
    font-size: 18px;
    font-weight: 400;
    color: #213F61;
    text-align: center;
    width: 75%;
    margin: auto;
    margin-top: 15px;
}

.row.mission-boxes {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 75px;
    padding: 0 15px;
}

.mission-box__text {
    padding-right: 30px;
    font-size: 20px;
    color: #213F61;
    font-weight: 500;
}

.row.row-title {
    padding-top: 0;
    padding-bottom: 30px;
}

.why-us-section .section-blue {
    margin: 0;
    height: 100px;
    text-align: center;
    background: #213F61;
    border-radius: 15px;
}

.row.why-us-boxes {
    padding: 0 15px;
    margin-top: -100px;
}

.row.why-us-boxes {
    column-gap: 0;
    row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}

p.why-us-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

.why-us-box.image-full {
    position: relative;
    background: transparent;
    display: none;
}

.why-us-box {
    width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    row-gap: 30px;
}

.why-us-icon img {
    max-width: 100px;
}


.why-us-text {
    padding-right: 30px;
    padding-left: 30px;
}

h3.why-us-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}


.why-us-section {
    padding-top: 75px;
    border-top: 1px solid rgba(33, 63, 97, 0.3);
    position: relative;
    padding-bottom: 75px;
}

.page-hero {
    padding-top: 150px;
    margin-bottom: 75px;
}

.hero-container {
    color: #fff;
    padding: 100px 30px;
    background: #E88D3C;
    border-radius: 15px;
}

.row.services-meditations__row {
    z-index: 9999;
    margin: 0;
    column-gap: 50px;
}

h2.service-title {
    color: #213F61;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.service-step-text h4 {
    margin: 5px 0 0;
    color: #213F61;
    font-size: 22px;
    font-weight: 400;
}

.diferentiere-section__content .row {
    gap: 50px;
    flex-direction: column;
}

.diferentiere-section__content .row .col-6 {
    width: 100%;
    padding: 0 15px;
}

.row.career-desc-row {
    background: #E88D3C;
    border-radius: 15px;
    align-items: center;
}

.col-6.career-desc__image img {
    width: 100%;
    position: unset;
    top: 0;
    left: -15px;
}

.career-section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-before.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    bottom: 0%;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.career-section-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.career-box {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    background: #fff;
    border-radius: 15px;
    row-gap: 30px;
}

.career-text {
    padding-right: 30px;
    padding-left: 30px;
}

h3.career-box__title {
    color: #213F61;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

p.career-box__desc {
    color: #213F61;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-align: center;
}

.contact-hero {
    color: #fff;
    padding: 0 30px;
}

.contact-form-title {
  width: 33.3%;
}

.contact-form-container {
  width: 66.6%;
}

.contact-form-title .section-title {
    color: #fff;
}

.contact-page__form {
    width: 90%;
    position: relative;
    top: 30%;
}

.contact-section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-before.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    bottom: 0%;
    left: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.contact-section-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-section-2-after.png);
    position: absolute;
    width: 250px;
    height: 250px;
    background-size: cover;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 1;
}

.row.flex-stretch.blog-section {
    width: 100%;
    margin: auto;
}

.article-hero .row {
    height: auto;
    align-items: center;
}

.article-hero .hero-img {
    position: relative;
    margin-left: 10%;
    width: 80%;
    aspect-ratio: 16 / 9;
}

.post-title {
    color: #213F61;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

.post-container {
    width: 90%;
    margin: auto;
}

.article-hero {
    color: #fff;
    padding: 0 30px;
}

.blog-hero {
    color: #fff;
    margin: 0 30px;
}

}


@media(min-width:1100px) and (max-width: 1359px) {
  .section-2:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/section-2-before.png);
    position: absolute;
    width: 100%;
    height: 400px;
    background-size: cover;
    top: 25%;
    right: 0;
    background-repeat: no-repeat;
}

.contact-bg img {
    width: 100%;
    position: absolute;
    top: -8%;
    z-index: 999;
}
.contact-hero, .blog-hero {
    color: #fff;
    max-width: 1440px;
    margin: 0 30px;
}

.header-menu-container {
    width: 55%;
}

.article-hero .hero-img {
    position: relative;
    margin-left: 15%;
    width: 70%;
    aspect-ratio: 16 / 9;
}
}


@media(min-width: 1400px) and (max-width: 1620px) {
  .contact-hero, .blog-hero {
      color: #fff;
      max-width: 1440px;
      margin: 0 30px;
  }
}

@media(min-width: 1899px) {
  .section-2:before {
    display:none;
  }

  .about-section-2:before {
      content: "";
      background-image: url(/wp-content/themes/elda/images/services-meditations-before.png);
      position: absolute;
      width: calc(50% - 670px);
      aspect-ratio: 4 / 5;
      background-size: contain;
      top: 40%;
      left: 0;
      background-repeat: no-repeat;
      z-index: -2;
      height: auto;
  }

  .about-section-2:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/services-meditations-after.png);
    position: absolute;
    width: calc(50% - 670px);
    aspect-ratio: 4 / 3;
    background-size: cover;
    top: 30%;
    right: 0;
    background-repeat: no-repeat;
    z-index: -2;
    height: auto;
}

.about-section-3:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/about-3-before.png);
    position: absolute;
    width: 100%;
    height: 300px;
    background-size: contain;
    top: 50%;
    right: 0%;
    background-repeat: no-repeat;
    z-index: -2;
}

.mission-container:before, .mission-container:after {
  display: none;
}

.page-hero:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/page-hero-before.png);
    position: absolute;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: contain;
    top: 20%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
    height: auto;
}

.services-meditations:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/services-meditations-before.png);
    position: absolute;
    width: calc(50% - 640px);
    aspect-ratio: 4 / 5;
    background-size: contain;
    top: 25%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
    height: auto;
}

.services-meditations:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/services-meditations-after.png);
    position: absolute;
    width: calc(50% - 640px);
    aspect-ratio: 4 / 3;
    background-size: contain;
    top: 25%;
    right: 0;
    background-repeat: no-repeat;
    z-index: -2;
    height: auto;
}

.career-section-boxes:before {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-boxes-before.png);
    position: absolute;
    width: calc(50% - 670px);
    aspect-ratio: 4 / 5;
    background-size: contain;
    top: 60%;
    left: 0;
    background-repeat: no-repeat;
    z-index: -2;
    height: auto;
}

.career-section-boxes:after {
    content: "";
    background-image: url(/wp-content/themes/elda/images/career-boxes-after.png);
    position: absolute;
    width: calc(50% - 670px);
    aspect-ratio: 4 / 3;
    background-size: contain;
    top: 0%;
    right: -2%;
    background-repeat: no-repeat;
    z-index: -2;
    height: auto;
}
}

