/*!
 Theme Name:     DiviChildTheme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Webcontempo
 Author URI:     https://www.elegantthemes.com/gallery/divi/
 Template:       Divi
 Version:        1.0.0
*/

* {
  font-weight: 300;
}

a {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

h2,
h3 {
  font-weight: 600;
  line-height: 1.5em !important;
}

.h3-no-padding h3 {
  padding-bottom: 0 !important;
}

.h3-no-padding p {
  margin-bottom: 10px;
}

hr {
  border: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin: 20px 0;
}

textarea {
  resize: none !important;
}

blockquote {
  margin: 0 0 20px 0;
  padding-left: 1.5em;
  border-left: 0;
}

#main-content .container:before {
  background-color: transparent !important;
}

.et_social_inline {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ul-no-padding ul {
  padding-bottom: 0 !important;
}

.sya_container ul {
  display: none;
}

.et-db #et-boc .et_pb_image {
  line-height: 1.8 !important;
}

.section-title {
  position: relative;
}

.section-title h1 {
  text-transform: capitalize;
}

.section-title::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #6ab43e;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.section-title-center::after {
  right: 0;
  margin: 0 auto;
}

sup {
  font-weight: 600;
}

#searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#searchform input,
#searchform button {
  border: 0;
  padding: 10px 15px;
}

#searchform button {
  background-color: #64287e;
  color: #fff;
}

.et_social_icons_container li:last-child {
  margin: 0 !important;
}

.hs-cta-wrapper {
  margin-bottom: 3%;
  margin-right: 3%;
  float: left;
}

ul.et_pb_tabs_controls li:last-child {
  border-right: 1px solid #d9d9d9 !important;
}

.ads-section > .et_pb_code_inner {
  z-index: 999;
}

.light-link a {
  font-weight: 300 !important;
}

#custom-secondary-header {
  background-color: #6ab43e;
  padding: 10px 20px;
}

#custom-secondary-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#custom-secondary-header .container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#custom-secondary-header a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#custom-secondary-header a:hover {
  opacity: .7;
}

#custom-secondary-header .container-left a:not(:last-child) {
  margin-right: 15px;
}

#custom-secondary-header .container-center #searchform > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#custom-secondary-header .container-center #searchform input,
#custom-secondary-header .container-center #searchform button {
  border: 0;
  padding: 10px 15px;
}

#custom-secondary-header .container-center #searchform button {
  background-color: #43a140;
  color: #fff;
}

#custom-secondary-header .container-right {
  font-size: 12px;
  text-transform: uppercase;
}

#custom-secondary-header .container-right a:not(:first-child) {
  margin-left: 10px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#et_mobile_nav_menu .mobile_menu_bar::before {
  color: #0a0a0a !important;
}

#et_mobile_nav_menu .et_mobile_menu {
  border-color: #6ab43e !important;
}

.custom-footer .container-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.custom-footer .social-media {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-footer .social-media:hover {
  color: #64287e;
}

.custom-footer .social-media i {
  color: #64287e;
  margin-right: 10px;
}

.custom-footer .container-nav li a {
  color: #21262c;
}

.custom-footer .container-nav li a:hover {
  color: #6ab43e;
}

.custom-footer .container-nav li:first-child a {
  color: #0a0a0a;
}

.custom-footer .container-nav li:not(:first-child) {
  font-size: 14px;
}

.custom-footer .container-nav .last-nav a {
  color: #0a0a0a;
}

.footer-cta h2 {
  position: relative;
}

.footer-cta h2::after {
  content: '';
  width: 100px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: 0 auto;
}

.footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.footer-newsletter .et_pb_newsletter_description {
  width: 100%;
  padding-bottom: 20px;
}

.footer-newsletter .et_pb_newsletter_form {
  padding: 0 !important;
}

.footer-newsletter .et_pb_newsletter_button {
  color: #fff !important;
  background-color: #0a0a0a !important;
  padding: 10px !important;
}

.footer-newsletter .et_pb_newsletter_button .et_pb_newsletter_button_text {
  font-weight: 700 !important;
}

.footer-newsletter .et_pb_newsletter_button:hover {
  padding: 10px !important;
  color: #0a0a0a !important;
  background-color: #fff !important;
}

.sidebar-section > div {
  width: 100% !important;
}

.sidebar-section .suggested-health-products-section ul {
  list-style-type: disc !important;
  padding: 0 0 0 1.2em !important;
}

.sidebar-post-nav > div {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.sidebar-post-nav ul {
  padding: 0 0 0 1em !important;
}

.sidebar-post-nav li {
  list-style: none;
}

.sidebar-post-nav li::before {
  content: "\f111";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  position: relative;
  bottom: 2px;
  right: 5px;
  font-size: 8px !important;
}

.sidebar-post-nav li.menu-item-has-children::before {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  position: relative;
  bottom: 2px;
  right: 5px;
  font-size: 12px !important;
  right: 0;
  padding-bottom: 0;
}

.sidebar-post-nav li.active a {
  font-weight: 500 !important;
  color: #64287e !important;
}

.sidebar-post-nav li:last-child {
  margin-bottom: 0 !important;
}

.related-content a,
.social-text a {
  color: #666666 !important;
}

.related-content a:hover,
.social-text a:hover {
  color: #64287e !important;
}

.related-content {
  padding-bottom: 0 !important;
}

.related-content li::before {
  content: "\f111";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  position: relative;
  bottom: 2px;
  right: 5px;
  font-size: 8px !important;
}

.related-content li:not(:last-child) {
  margin-bottom: .5em;
}

.nav-archive li {
  list-style: none;
}

.nav-archive a {
  font-weight: 500 !important;
}

.nav-archive a:hover {
  color: #55226b !important;
}

.nav-archive a.active {
  color: #0a0a0a !important;
}

.health-topics-sidebar-nav-container ul {
  padding-left: 15px;
  padding-bottom: 0;
}

.health-topics-sidebar-nav-container li {
  list-style: none;
  font-size: 15px;
  margin-bottom: .5em;
}

.health-topics-sidebar-nav-container li::before {
  content: "\f111";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  position: relative;
  bottom: 2px;
  right: 5px;
}

.health-topics-sidebar-nav-container li.menu-item-has-children ul {
  padding-left: 15px;
}

.health-topics-sidebar-nav-container li.menu-item-has-children::before {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  position: relative;
  bottom: 2px;
  right: 5px;
  font-size: 12px;
  right: 0;
  padding-bottom: 0;
}

.health-topics-sidebar-nav-container li a {
  color: #666666 !important;
}

.health-topics-sidebar-nav-container li a:hover {
  color: #64287e !important;
}

.health-topics-sidebar-nav-container li.current_page_item a,
.health-topics-sidebar-nav-container li.current-menu-item a {
  font-weight: 500;
  color: #64287e !important;
}

.health-topics-sidebar-nav-container a {
  font-weight: 300;
  color: #666666;
}

.health-topics-sidebar-nav-container a:hover {
  color: #55226b !important;
}

.lesson-book .description > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lesson-book .description > div p:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 15px;
  line-height: 1.8em;
}

.lesson-book .description > div p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.detox-accordion ul {
  list-style: none;
  padding: 0;
}

.detox-accordion li {
  padding-left: 1.3em;
}

.detox-accordion li::before {
  content: "\f111";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  position: relative;
  bottom: 2px;
  right: 5px;
}

.detox-accordion li.menu-item-has-children::before {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  position: relative;
  bottom: 2px;
  right: 5px;
  font-size: 12px;
  right: 0;
}

.detox-accordion li.current-menu-item > a {
  font-weight: 500;
  color: #64287e;
}

.detox-accordion a {
  font-weight: 300;
  color: #666666;
}

.detox-accordion a:hover {
  color: #55226b !important;
}

.multimedia-sidebar-testi > .et_pb_code_inner > .et_pb_row {
  width: 100% !important;
}

.standard-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.standard-btn .btn-link {
  font-size: 16px;
  color: #fff !important;
  background-color: #64287e;
  padding: 10px 25px !important;
  display: inline-block;
}

.standard-btn .btn-link:hover {
  background-color: #0a0a0a !important;
  padding: 10px 25px !important;
}

.standard-btn .btn-price {
  display: inline-block;
  padding: 12px 20px;
}

.btn-standard {
  text-transform: uppercase;
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-tertiary,
.form-submit input[type='submit'] {
  color: #fff !important;
  border-color: #64287e;
  background-color: #64287e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-tertiary:hover,
.form-submit input[type='submit']:hover {
  border-color: #55226b !important;
  background-color: #55226b !important;
}

.post-tags {
  color: #fff !important;
  background-color: #64287e;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-tags:hover {
  background-color: #55226b !important;
}

.post-tags:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

.custom-2-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-2-column .left-container {
  width: unset !important;
  float: unset;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 13%;
  flex: 1 0 13%;
  margin-right: 3% !important;
}

.custom-2-column .right-container {
  width: unset !important;
  float: unset;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.post-content-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-content-block-container > .post-content-block {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-content-block-container .post-thumbnail {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-right: 0;
}

.post-content-block-container .post-thumbnail .img-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-content-block-container .post-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  padding: 20px 20px 10px;
  border: 1px solid #eaeaea;
}

.post-content-block-container .post-text h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.post-content-block-container .post-text .date {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}

.post-content-block-container .post-text .readmore-btn {
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-content-block-container .post-text .readmore-btn:hover {
  color: #55226b !important;
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
}

.post-container > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin-left: 5%;
  padding-bottom: 58px !important;
}

.post-container .post-seo {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 10px;
}

.post-container .post-seo h2 {
  font-size: 16px;
  font-weight: 300;
}

.post-container .content-section {
  z-index: 99;
  float: unset !important;
  padding-right: 0 !important;
}

.post-container .content-section > article > * {
  width: 100% !important;
}

.post-container .post-title {
  margin-top: 20px;
  text-align: center;
}

.post-container .post-title h1 {
  color: #64287e;
  font-weight: 600;
}

.post-container .post-title img {
  margin-top: 10px;
}

.post-container .custom-post-title h1 {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
  margin-bottom: 10px;
}

.post-container .custom-post-title h1::before {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #6ab43e;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.post-container .custom-post-title h2 {
  font-size: 16px;
  font-weight: 300;
}

.post-container .herbal-header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-container .herbal-header-section .custom-post-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-info p {
  font-size: 15px;
}

.post-info p:first-child {
  line-height: 1em;
  padding-bottom: .5em;
}

.post-info p:not(:first-child) {
  padding-bottom: 0;
}

.post-info .container-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.post-info .container-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 319px;
  flex: 0 1 319px;
}

.article-type {
  display: none;
}

.sidebar-newsletter .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*.sidebar-newsletter .col-2 img {
  height: 100px;
}*/

.footnote_container_prepare,
#footnote_references_container {
  width: 100% !important;
}

.wp-pagenavi {
  border-top: none;
  padding-top: 30px;
  margin: 0;
}

.wp-pagenavi a:hover {
  color: #55226b !important;
}

.wp-pagenavi span.current {
  color: #64287e !important;
  font-weight: 500 !important;
}

.wp-pagenavi > * {
  color: #666666 !important;
}

.testimonial-container > .et_pb_column {
  margin-bottom: 0 !important;
}

.testimonial-container p {
  padding: 0;
}

.testimonial-description .et_pb_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.testimonial-name ul li {
  font-weight: 500;
}

.testimonial-name ul li:first-child {
  margin-right: 5px;
}

.quotation-mark {
  font-size: 14px;
  color: #64287e;
  display: inline-block;
  position: relative;
  top: -7px;
}

.quotation-mark.q-first {
  margin-right: 5px;
}

.quotation-mark.q-last {
  margin-left: 5px;
}

.testimonial .body {
  padding-bottom: 10px;
}

.testimonial .name {
  font-weight: 500;
  color: #6ab43e;
}

.testimonial .description {
  font-weight: 500;
  color: #8a8a8a;
}

.testimonial-content-block {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.testimonial-content-block .testimonial-name {
  color: #64287e;
  font-weight: 500;
  text-align: right;
}

.social-media-center .et_social_networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-center .et_social_icons_container {
  width: unset;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 319px;
  flex: 0 1 319px;
}

.ninja_footable {
  border: 0 !important;
}

.ninja_footable th {
  font-size: 16px;
}

.ninja_footable h4 {
  color: #64287e;
}

.data-table .et_pb_toggle_content {
  padding-top: 10px;
}

.data-table .et_pb_toggle_content > h5 {
  padding: 0 15px 15px 15px;
}

.faq-headers ul {
  padding: 0 !important;
  list-style: none;
}

.faq-headers li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.faq-answers > div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.press-container {
  padding: 10px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.press-container .title {
  padding-bottom: 5px;
  font-weight: 500;
  color: #0a0a0a;
}

.press-container .content p {
  display: inline-block;
  padding: 0;
}

.press-container .content p:not(:first-child) {
  margin-left: 10px;
}

.search-results {
  padding-bottom: 58px;
}

.search-results #left-area {
  width: 100% !important;
  padding: 0;
  padding-bottom: 58px !important;
}
.search-results .et_pb_post .entry-featured-image-url img {
    width: auto;
}
.search-results .et_pb_post .entry-featured-image-url {
    text-align: center;
}
.search-results #left-area .post-meta {
  display: none;
}

.search-results #left-area .entry-title a {
  color: #64287e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-results #left-area .entry-title a:hover {
  color: #55226b !important;
}

.search-results #left-area article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.home-page.header-section .custom-slider .et_pb_slide_description {
  padding-top: 10%;
  padding-bottom: 23%;
}

.home-page.header-section .header-newsletter p {
  padding-bottom: 0 !important;
}

.home-page.header-section .header-newsletter .et_pb_newsletter_fields {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 50% !important;
  margin: 0 auto;
}

.home-page.header-section .header-newsletter .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
  -ms-flex-preferred-size: 50% !important;
  flex-basis: 50% !important;
}

.home-page.header-section .header-newsletter .et_pb_newsletter_button {
  padding: 11.5px 20px !important;
  border-radius: 3px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.home-page.header-section .header-newsletter .et_pb_newsletter_button:hover {
  padding: 11.5px 20px !important;
}

@media (max-width: 1200px) {
  .home-page.header-section .header-newsletter .et_pb_newsletter_fields {
    width: 100% !important;
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 26px;
  }

  .custom-footer .row-2 .col-1 #nav_menu-7 {
    width: 100% !important;
  }

  .post-content-block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-content-block-container > .post-content-block {
    margin-top: 15px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .post-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-container > div:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }

  .quotation-mark {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  #custom-secondary-header .container {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #custom-secondary-header .container-center {
    margin: 10px 0;
  }

  .custom-2-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .custom-2-column .left-container {
    margin-right: 0 !important;
  }

  .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post-info .container-right {
    margin-top: 10px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .home-page.header-section .custom-slider .et_pb_slide_description {
    padding-bottom: 36%;
  }
}

@media (max-width: 479px) {
  .hs-cta-wrapper {
    float: unset;
    margin: 0;
  }

  .post-container .post-seo h2 {
    padding-bottom: 10px;
  }

  .home-page.header-section .custom-slider .et_pb_slide_description {
    padding-bottom: 50%;
  }
}