.cfc-section .cfc_header {
  margin: 30px 0 60px;
}

.cfc-section .cfc_header h2 {
  margin: 0;
  line-height: 1.396;
}

.cfc-sheet {
  display: flex;
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.cfc-sheet .cfc-card__actions,
.event-info__column .cfc-card__actions {
  display: flex;
  justify-content: start;
  flex-direction: row;
  /* flex-wrap: wrap; */  /*changing button direction for cards. turns back to wrap @media querie 767 */
  gap: 20px;
}

.cfc-sheet__content {
  display: flex;
  /* min-width: 300px; */
  flex-basis: 200px;
  flex-grow: 1;
  justify-content: stretch;
}

.cfc-sheet__picture {
  display: flex;
  overflow: hidden;
  /* min-width: 300px; */
  /* min-height: 280px; */
  max-height: 450px;
  min-height: 200px;
  /* flex-basis: 170px; */
  /* flex-grow: 1; */
  /* flex-shrink: 1; */
  align-items: center;
  justify-content: center;
}

.cfc-sheet__picture img {
  width: 100%;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  object-fit: cover;
}

.cfc-sheets {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.cfc-spot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 40px;
}

.cfc-spot__circle {
  display: flex;
  width: 200px;
  height: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue-lite-t11);
  border-radius: 100px;
}

.cfc-spot__icon {
  height: 68px;
  width: auto;
}

.cfc-spots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  row-gap: 60px;
}

.cfc-spot__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
  text-align: center;
  text-transform: uppercase;
}

.cfc__page_not_found {
  text-align: center;
}

.cfc__page_not_found img {
  max-width: 80px;
  height: auto;
  margin-bottom: 24px;
}

.cfc__page_not_found .cfc-section__content h1 {
  font-weight: 600;
  text-align: center;
}

.cfc__page_not_found .cfc-section__content h2 {
  font-weight: 400;
  text-align: center;
}

.cfc__page_not_found footer {
  margin: 0 auto;
  gap: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cfc-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

.cfc-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 33px;
}

.cfc-brands--boxed .cfc-brand {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 20%);
  border-radius: 10px;
  overflow: hidden;
  width: 180px;
  height: 180px;
}

.cfc-button {
  display: inline-block;
  min-width: 200px;
  padding: 14px;
  background-color: rgb(63 151 233);
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  font-family: Fieldwork, Noto Sans, sans-serif;
  font-size: 16px;
  max-width: 250px;
  transition: all .4s;
}
.cfc-button:hover {
  opacity: 0.3;
  color: #FFFFFF;
}
.cfc-button--subscribe {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}

.cfc-button--light {
  box-sizing: border-box;
  border: 2px solid #3f97e9;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 3px;
  color: rgb(63 151 233);
  transition: all .4s;
}

.cfc-button--light:hover {
  opacity: 1;
  border: 2px solid rgb(20 40 78);
  color: rgb(20 40 78);
  background: white;
}

/* .eventpage-exhibitor-button {
  margin-top: 20px;
} */


.cfc-callout {
  background-color: var(--color-blue-dark);
}

.cfc-callout__content {
  display: flex;
  padding: 50px 100px;
  color: var(--color-white);
  max-width: 1400px;
  margin: 0 auto;
}

.cfc-callout__actions {
  margin-top: 40px;
  margin-bottom: 80px;
}

.cfc-callout__overview {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 30px;
}

.cfc-callout__overview > h1 {
  max-width: 650px;
}

.cfc-callout__pictures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 450px;
  max-width: 572px;
  gap: 30px;
}

.cfc-callout__pictures > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  flex-grow: 1;
  gap: 43px;
  width: 40%;
}

.cfc-callout__pictures img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.cfc-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 25px 35px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
}

.cfc-card__actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.cfc-card__caption {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}

.cfc-card__details {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
}

/*.cfc-card__label {
  padding: 2px 12px 4px 12px;
  background: #3f97e926;
  color: #3f97e9;
  line-height: 28px;
  text-transform: uppercase;
}*/

.cfc-card__labels {
  display: flex;
  order: -1;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cfc-card__labels li {
  margin: 0;
}

.cfc-cards {
  display: grid;
  flex-wrap: wrap;
  gap: 70px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.cfc-card__sep {
  display: none;
}

.cfc-card--small .cfc-card__caption {
  font-size: 16px;
  line-height: 22px;
}

.cfc-card--small .cfc-card__text {
  font-size: 30px;
  line-height: 42px;
}

.cfc-card--small .cfc-card__title {
  font-size: 40px;
  line-height: 56px;
}

.cfc-card--small .cfc-card__actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}

.cfc-card--small .cfc-card__actions a {
  max-width: 280px;
}

.cfc-card__text {
  display: block;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
}

.cfc-card__title {
  display: block;
  color: rgb(20 40 78);
  font-size: 50px;
  font-style: normal;
  font-weight: bold;
  line-height: 52px;
  text-transform: uppercase;
}

.cfc-categories {
  margin: 50px 0 70px;
}

.cfc-categories__bar {
  background-color: var(--color-gray);
  border-radius: 3px;
  padding: 20px 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cfc-categories__bar p {
  display: inline;
}

.cfc-categories__bar img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.cfc-categories__column {
  flex-basis: 40%;
  flex-grow: 1;
  min-width: 300px;
}

.cfc-categories__columns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  justify-content: stretch;
}

.cfc-features {
  margin: 50px 0;
}

.cfc-features__bar {
  background-color: var(--color-gray);
  border-radius: 3px;
  padding: 20px 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cfc-features__bar p {
  display: inline;
}

.cfc-features__bar img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

.cfc-features__div {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.cfc-features__div-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.cfc-features__div-2 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 56px;
}

.cfc-features__div-2 .cfc-button {
  max-width: 224px;
  min-width: 150px;
}

.cfc-features__div__hidden {
  display: none;
} 


.cfc-features__table__hidden {
  display: none;
}

.cfc-features__card--holder {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cfc-features__card {
  width: 25%;
  min-width: 324px;
  min-height: 600px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 10px;
  box-shadow: 0 4px 40px rgb(0 0 0 / 20%);
}

.cfc-features__card--blue {
  background-color: var(--color-blue-dark);
  color: var(--color-white);
}

.cfc-features__card--white {
  background-color: var(--color-white);
  color: var(--color-blue-dark);
}

.cfc-features__card--title_holder {
  height: 60px;
  width: 80%;
  margin: 24px auto 0;
  text-align: left;
}

.cfc-features__card--title_holder h2 {
  font-size: 40px;
  font-weight: 700;
}

.cfc-features__card--content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 20px 0 30px;
}

.cfc-features__card--content div {
  width: 80%;
  display: flex;
  justify-content: start;
  flex-direction: row;
  margin: 12px auto;
}

.cfc-features__card__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cfc-features__card--content img {
  height: 24px;
  width: 24px;
  margin-bottom: -6px;
  margin-right: 8px;
}

.cfc-features__card--button {
  height: 15%;
  width: 100%;
  text-align: center;
}

.cfc-followup {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.cfc-followup__actions {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cfc-followup__callout {
  flex-grow: 1;
  color: var(--color-white);
}

.cfc-followup__callout p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-align: left;
}

.cfc-followup__callout p:first-child {
  margin-bottom: 20px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 42px;
  text-align: left;
}

.cfc-followup__card {
  display: flex;
  max-width: 820px;
  flex-direction: row;
  justify-content: stretch;
  padding: 50px;
  background: var(--color-blue-dark) var(--img-paperplane) no-repeat right 120px top -10px;
  border-radius: 10px;
  gap: 50px;
}

.cfc-footer {
  border-top: 2px solid var(--color-blue-dark);
  background-color: var(--color-white);
  color: var(--color-blue-dark);;
}

.cfc-footer a {
  color: var(--color-blue-dark-t30);
  text-decoration: none;
  transition: all .4s;
}

.cfc-footer a:hover {
  color: var(--color-blue-dark);
  text-decoration: none;
}

.cfc-footer__content {
  display: flex;
  flex-wrap: wrap;
  padding: 27px 100px;
  margin: 0 auto;
  max-width: 1400px;
  gap: 20px;
}

.cfc-footer__filler {
  flex-grow: 1;
}

.cfc-footer__overview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

.cfc-footer__overview a {
  margin-right: 10px;
}

.cfc-footer__overview a:hover {
  opacity: 0.3;
  transition: all .4s;
}

.cfc-footer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
}

.cfc-footer__sections {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}

.cfc-footer__sections a {
  margin: 10px 0;
}

.cfc-footer__sections section {
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
}

.cfc-form-form {
  margin: 30px 0 70px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 45px;
  margin-top: -30px;
}

.cfc-form-form__field {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: inherit;
  margin: 0;
}

.cfc-form-radio {
  padding: 0;
  display: inline-flex;
  margin-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  list-style-type: none;
  gap: 35px;
}

.cfc-form-radio__control {
  margin-right: 0 !important;
  appearance: none;
  position: relative;
  border: 2px solid rgb(20 40 78 / 10%);
  width: 26px;
  height: 26px;
  border-radius: 13px;
}

.cfc-form-radio__control:checked {
  border-color: rgb(63 151 233);
  background-color: rgb(63 151 233);
}

.cfc-form-radio__control:checked::after {
  position: absolute;
  z-index: 4;
  top: 4px;
  right: 4px;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid white;
  border-radius: 8px;
  content: " ";
  pointer-events: none;
}

.cfc_sec_footer {
  margin-top: 60px;
  text-align: center;
}

.cfc-form-control {
  position: relative;
  width: 100%;
  padding: 15px 25px 13px 25px;
  border: 0;
  appearance: none;
  border-radius: 3px;
  color: rgb(20 40 78);
  font-family: Fieldwork, Noto Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(20, 40, 78, 0.2);
  -webkit-appearance: none;
  background-color: rgb(63 151 233 / 15%);
  border: none;
}

.cfc-form-select:after {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 25px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid rgb(20 40 78);
  border-top: 0;
  border-right: 0;
  content: " ";
  pointer-events: none;
  transform: rotate(-45deg);
  transform-origin: center;
  box-sizing: content-box;
}

.cfc-form-select {
  position: relative;
}

.cfc-form-form--inline .cfc-form-select {
  min-width: 200px;
}

.cfc-form-radio li {
  margin: 0;
}

.cfc-section .cfc_header h2 {
  font-size: 48px;
}

.cfc-section__content {
  flex-basis: 200px;
  flex-grow: 1;
  flex-shrink: 1;
}

.cfc-sheets .no_result_message {
  display: none; 
}

.dynamic_post_page_wrap .cfc-section--exhb-list .inner_wrap a {
  color: rgb(63 151 233);
  transition: all ease 0.5s;
}

.dynamic_post_page_wrap .cfc-section--exhb-list .inner_wrap a:hover {
  color: rgb(20 40 78);
}

@media only screen and (max-width: 1000px) {
  .cfc-card__title {
    font-size: 46px;
  }

  .cfc-section__content {
    width: 100%;
  }

  .cfc-sheet {
    flex-wrap: wrap;
  }
}

/* Post Page */
.cfc-section__article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}.cfc-section__article-image {
  height: 400px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}.cfc-section__article-image--e {
  /*height: 220px; */ /* height from when the image was a banner */
  margin-bottom: 20px;
}

.dynamic_post_page_wrap .cfc-section {
  display: flex;
  max-width: 1400px;
  padding: 75px 0;
  margin: 0 auto;
  color: rgb(20 40 78);
  gap: 100px;
}

.dynamic_post_page_wrap .cfc-section:first-child {
  padding-top: 0;
}

.dynamic_post_page_wrap .cfc-section--event-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.event-info__column {
  flex:1;
  flex-wrap: wrap;
  flex-basis: 320px;
}


.event-info__column h1 {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 56px;
}

.cfc-section__a-title h1 {
  font-weight: 300;
}

.cfc-section--event-info .cfc-section__a-title h1 {
  font-weight: 600;
}

.cfc-section__a-title a {
color:#3f97e9;
}
.event-attend-hed {
 width:100%;
  padding-top: 40px;
}

.cfc-section--event-info a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  transition: all ease 0.3s;
}

.cfc-section__a-title h3,
.event-info__column h3 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  margin-top: 4px;
  line-height: 56px;
}

.cfc-section__a-title h4 {
  font-weight: 400;
  opacity: 0.9;
  font-size: 20px;
  line-height: inherit;
  margin: 0;
}

.cfc-section__a-title p {
  margin: 0;
}

.event-videos .hs-video-wrapper {
  padding-bottom: 100% !important;
}

.dynamic_post_page_wrap .cfc-section--seperator {
  padding: 75px 0 0;
}

.cfc-section--seperator hr {
  background: rgb(20 40 78);
  height: 3px;
  width: 100%;
  opacity: 0.2;
}

.dynamic_post_page_wrap .cfc-section--exhb-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  padding-bottom: 0;
  padding-top: 20px;
}

.cfc-section--exhb-list h2 {
  font-weight: 300;
  line-height: 67px;
  margin: 0;
}

.dynamic_post_page_wrap .cfc-section--exhb-list .inner_wrap a[href*="pdf"] {
  transition: all .4s;
  padding: 14px;
  background-color: rgb(63 151 233);
  border-radius: 3px;
  color: white;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  font-family: Fieldwork, Noto Sans, sans-serif;
  font-size: 16px;
  max-width: 224px;
  min-width: 150px;
  margin: 0 auto;
  display: inline-block;
}

.dynamic_post_page_wrap .cfc-section--exhb-list .inner_wrap a[href*="pdf"]:hover {
  opacity: 0.3;
}

.cfc-sheets:empty:before {
  content: 'Those are all  events we have to show right now! Come back later for more!';
}

.cfc-sheets>div.loading-items {
  gap: 70px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cfc_sec_footer{
  display: block !important;
}
.cfc_sec_footer .no-post{
  display: none;
}
.cfc-sheets.is_mobile>div.loading-items {
  display: none;
}
@keyframes pulse {
  0%, 75% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 3);
  }
}
.loading-bars {
  text-align: center;
  padding: 22px 20px;
}
.loading-bars .bar {
  height: 8px;
  width: 5px;
  background: #000080;
  display: inline-block;
  animation: pulse 1.2s infinite ease-out;
}
.loading-bars .bar:nth-of-type(0n+1) {
  animation-delay: 0s;
}
.loading-bars .bar:nth-of-type(0n+2) {
  animation-delay: 0.2s;
}
.loading-bars .bar:nth-of-type(0n+3) {
  animation-delay: 0.4s;
}
.loading-bars .bar:nth-of-type(0n+4) {
  animation-delay: 0.6s;
}
.loading-bars .bar:nth-of-type(0n+5) {
  animation-delay: 0.8s;
}

.dynamic_post_page_wrap .inner_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}


.dynamic_post_page_wrap .exhb-list__e-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.dynamic_post_page_wrap .e-card__visual {
  height: 250px;
  width: 250px;
}

.dynamic_post_page_wrap .e-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  max-width: 900px;
  min-width: 300px;
  margin-left: 24px;
}

.dynamic_post_page_wrap .e-card__image {
  height: 250px;
  width: 250px;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  /*-webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.2);*/
}

.dynamic_post_page_wrap .e-card__mobile-title {
  display: none;
}

.dynamic_post_page_wrap .e-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 4px;
  border-radius: 10px;
}

.dynamic_post_page_wrap .e-card__mobile-title h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 56px;
  text-align: left;
}

.dynamic_post_page_wrap .e-card__info h2 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 24px;
  margin-bottom: 0.2em;
  color: #14284e;
}

.dynamic_post_page_wrap .e-card__info div {
  min-height: 216px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 16px;
  font-size: 20px;
  color: #14284e;
}

.dynamic_post_page_wrap .e-card__info a {
  text-decoration: none;
  transition: all ease 0.5s;
}



@media (max-width: 767px) {
  .cfc-section--exhb-list h2 {
    line-height: 1.2;
  }

  .cfc-form-radio {
    display: inline-flex;
    flex-direction: column;
  }

  .cfc-form-form {
    flex-direction: column;
  }

  .cfc-form-form>* {
    width: 100%;
  }

  .cfc-form-form--inline .cfc-form-select {
    width: 100%;
  }

  .cfc-sheet__content {
    min-width: auto;
  }

  .cfc-sheet__picture {
    min-width: auto;
    min-height: 230px;
  }

  .cfc-card__title {
    font-size: 32px;
    line-height: 1.4;
  }

  .cfc-card__text {
    font-size: 23px;
    line-height: 1.5;
  }

  .cfc-card {
    padding: 25px;
  }

  .cfc-card__details {
    margin: 15px 0 0;
  }
  
  .cfc-sheet .cfc-card__actions,
.event-info__column .cfc-card__actions {
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
   .cfc-sheet {
   flex-direction: column;
  }
  
  .dynamic_post_page_wrap .cfc-section--event-info {
    flex-wrap: wrap;
    padding: 0;
    gap: 50px;
  }
  .dynamic_post_page_wrap .exhb-list__e-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }
  .dynamic_post_page_wrap .inner_wrap {
    gap: 24px;
  }
  .dynamic_post_page_wrap .e-card__visual {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-height: 100px;
  }
  .dynamic_post_page_wrap .e-card__info {
    width: 100%;
    max-width: 900px;
    min-width: 100px;
    margin-left: 0;
  }
  .dynamic_post_page_wrap .e-card__info h2 {
    display: none;
  }
  .dynamic_post_page_wrap .e-card__image {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
  }
  .dynamic_post_page_wrap .e-card__mobile-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
    padding-left: 20px;
  }
  .dynamic_post_page_wrap .e-card__mobile-title h3 {
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 0.2em;
    color: #14284e;
  }
}

@media (max-width: 600px) {
  .cfc-sheet__picture {
    flex-basis: 170px;
  }
  .dynamic_post_page_wrap .e-card__mobile-title h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* @media only screen and (max-width: 1000px) {
.cfc_sec_footer a#load-more{
display: none;


}
} */