.container {
  max-width: none !important;
  width: 100%;
  padding-top: 0px !important;
}

.et_post_meta_wrapper {
    display: none;
}

div#left-area {
    padding: 0px;
}

.brochure-subtitle .et_pb_text_inner{
  font-size: 24px !important;
  font-weight: 400;
  line-height: 40px;
  color: var(--green-10);
}


.download-brochure{
  padding: 10px 6px 10px 30px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px !important;
  color: white !important;
  border: 1px solid #8CDDCD;
  display: flex !important;
  align-items: center;
}

.download-brochure:hover{
  transition: none !important;
  background-color: var(--green-50) !important;
  border: 1px solid #1ABC9C !important;
  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) !important;
  padding: 10px 6px 10px 30px !important;
}

.row-text-description h6{
  font-size: 12px !important;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 2px;
  color: #86878D;
  margin-bottom: 16px;
}

.row-text-description h2{
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  color: var(--indigo-100);
}

.key-findings-card{
  display: flex;
  gap: 32px
}

.key-finding{
  display:flex;
  flex-direction: column;

}

.key-finding h3{
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color: #1ABC9C
}

.key-finding p{
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  color: var(--grey-80);
}

@media screen and (max-width: 1248px) {
  .brochure-subtitle{
    font-size: 20px;
    text-align: center !important;
  }

  .row-text-description h2{
    font-size: 32px;
    line-height: 44px;
  }

  .key-findings-card{
    display: flex;
    flex-direction: column;
    gap: 16px
  }

}
