.video-container {
  position: relative;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 9 / 16;
  margin-bottom: 32px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resource_text .et_pb_code_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.postid-6778 .resource_text{
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.text-section .column-one-description-section h5.et_pb_toggle_title {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  padding-bottom: 0px !important;
}

.et_pb_accordion_item {
  background: transparent;
  border-radius: 16px;
  /* border: 1px solid #40C7AC; */
  margin-bottom: 16px !important;
}

.et_pb_toggle_title:before{
  content: url('/wp-content/uploads/2024/10/arrow-down-gri.png') !important;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: url('/wp-content/uploads/2024/09/arrow-up-gri.png') !important;
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #ccc;
  top: 50%;
  margin-top: -.5em;
}

.postid-6566 .et_pb_module.et_pb_code.et_pb_code_2.resource_text{
  margin-bottom: 0px;
}

.postid-5976 .resource_text .et_pb_code_inner,
.postid-6563 .resource_text .et_pb_code_inner,
.postid-6566 .resource_text .et_pb_code_inner,
.postid-6453 .resource_text .et_pb_code_inner,
.postid-6778 .resource_text .et_pb_code_inner,
.postid-6796 .resource_text .et_pb_code_inner,
.postid-6832 .resource_text .et_pb_code_inner {
  align-items: flex-start;
}

.container {
  max-width: none !important;
  width: 100%;
  padding-top: 0px !important;
}

.et_post_meta_wrapper {
    display: none;
}

div#left-area {
    padding: 0px;
}

.column-one-hero-section{
  align-items: center;
}

.column-one-hero-section .et_pb_text_inner{
  text-align: center;
}

.column-one-hero-section .et_pb_module{
  width: 100%;
}

.column-one-description-section{
  width: 87% !important;
  margin-right: 80px !important;
}

.column-one-description-section .et_pb_module.et_pb_image{
  margin-bottom: 66px;
}

.column-two-description-section {
  width: 36% !important;
  display: flex;
  flex-direction: column;
}


.social-card{
  margin-top: auto;
}

.column-one-description-section .resource_text a{
  border-bottom: 1px solid #1ABC9C;
  color: var(--grey-80) !important;
}

.breadcrumbs {
  justify-content: center;
}

.color-card {
  padding: 24px;
  background: linear-gradient(90deg, #00A0C6 0%, #1ABC9C 100%);
  box-shadow: 0px 50px 20px rgba(26, 188, 156, 0.01), 0px 28px 17px rgba(26, 188, 156, 0.04), 0px 13px 13px rgba(26, 188, 156, 0.07), 0px 3px 7px rgba(26, 188, 156, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.color-card a:hover {
  background: #40C7AC;
}

.social-card{
  order:3;
}

.color-card a {
  border: 1px solid #8CDDCD;
  width: 100%;
  padding: 8px;
  border-radius: 100px;
  color: white !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  justify-content: center;
}

.conference-card-mobile{
  display: none;
}

.breadcrumbs{
  justify-content: center;
}

@media screen and (max-width: 1604px) {
  .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child{
    margin-right: auto !important;
  }
  .column-one-hero-section {
      padding: 56px 0px;
  }

  .column-one-hero-section .et_pb_text_inner:last-child{
     font-size: 40px;
     line-height: 56px;
     width: calc(100% - 48px) !important;
     margin: auto !important;
  }
}

@media screen and (max-width: 1100px) {
  .column-one-description-section{
    width: 100% !important;
    margin-right: 0px !important;
  }

  .color-card{
    padding: 20px;
    gap: 8px;
    padding-bottom: 0px;
  }

  .conference-card-mobile{
    display: block;
  }


}

@media screen and (max-width: 980px) {

  .column-one-hero-section .et_pb_text_inner:last-child{
     width: calc(100% - 17px) !important;
  }

}
