.container {
  max-width: none !important;
  width: 100%;
  padding-top: 0px !important;
}

.et_post_meta_wrapper {
    display: none;
}

div#left-area {
    padding: 0px;
}

.single .et_pb_post {
    margin-bottom: 0;
}


.column-two-hero-section{
  margin: auto;
}

.column-one-hero-section .et_pb_module:first-child{
  margin: initial !important;
}

.title-head-normal{
  color: #D1F2EB;
}

.hero-section .title-head-normal{
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #D1F2EB;
}

.row-text-description  strong {
    color: var(--indigo-100) !important;
}

.row-text-description  h3{
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    text-align: left !important;
    color: var(--indigo-100) !important;
    padding-bottom: 24px;
}

.row-text-description{
  padding-top: 104px !important;
  padding-bottom: 104px !important;
  border-radius: 48px !important;
}

.title-chapter {
  padding: 9px 13px;
}

.title-chapter h6{
  font-size: 14px !important;
  font-weight: 400;
  line-height: 28px;
  color: var(--indigo-100);
  padding-left: 10px;
  border-left: 2px solid #1ABC9C29;
}

.title-chapter-active h6{
  border-left: 2px solid #1ABC9C;
}

.title-chapter-active{
  background: white;
  border-radius: 8px;
}

.social-card {
  border-top: 1px solid #000F2514;
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}

.social-card h3{
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: var(--indigo-100);
}

.social-card p{
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--grey-80);
}

.social-icons{
  display: flex;
  gap: 8px !important;
  padding-top: 0px !important;
}

.social-icons img{
  width: initial !important;
}
.column-two-description-section{
  display: flex;
  flex-direction: column;
}

.row-text-description h2{
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 44px !important;
  text-align: left !important;
  color: var(--indigo-100) !important;
  padding-bottom: 12px;

}
.column-two-description-section .et_pb_module:last-child{
  position: relative !important;
  top: unset;
  margin-top: auto;
}

.column-two-description-section .et_pb_module:first-child{
  margin-bottom: 150px;
}

.social-card-mobile{
  display: none;
}

.request-a-demo-section{
  padding-top: 104px;
}

.benefits-card-mobile .color-card{
  display: none !important;
}

.benefits-card-mobile .benefits-card{
  margin-bottom: 0px !important;
}

.row-text-description p{
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: var(--gray-80) !important;
}

.column-one-hero-section{
  align-items: flex-start;
}

.dowload-report {
  display: flex;
  align-items: center;
  gap: 21px;
  border: 1px solid #8CDDCD;
  border-radius: 100px;
  padding: 10px 6px 10px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: white;
  margin-top: 40px;
}

.dowload-report:hover{
  background: #40C7AC;
  border: 1px solid #1ABC9C;
  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);
}

@media screen and (max-width: 1248px) {
  .row-text-description{
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .row-text-description .column-one-description-section .et_pb_text_inner:last-child {
    gap: 0px;
}

.row-text-description h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

.row-text-description h3 {
    font-size: 20px !important;
    line-height: 24px !important;
}

}

@media screen and (max-width: 1100px) {
  .column-two-description-section{
    display: none;
  }

  .social-card-mobile{
    display: block !important;
  }
}
