.hs_equalColumnContent {
    overflow: hidden;
  border-radius : 20px 
}
.hs_equalColumnContent .top_section {
  text-align: center;
  margin-bottom: calc(80px* var(--scale));
}
.hs_equalColumnContent .top_section .subTitle {
    max-width: calc(650px* var(--scale));
    margin: 0 auto;
}
.hs_equalColumnContent .top_section .title {
    font-size: calc(12px* var(--scale3));
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: calc(40px* var(--scale));
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    background-color: #D3F1E6;
    border-radius: 16px;
    display: inline-block;
}
.hs_equalColumnContent .subTitle > * {
    margin-bottom: calc(24px* var(--scale));
}
.hs_equalColumnContent .bottom_section_row {
    justify-content: center;
}
.hs_equalColumnContent .subTitle > * {
    margin-bottom: 0;
}
.hs_equalColumnContent .top_content {
    margin: 0 auto;
    margin-top: calc(16px* var(--scale));
}
.hs_equalColumnContent .top_content > *:last-child {
    margin-bottom: 0;
}
.hs_equalColumnContent .bottom_section figure {
    margin: 0;
    padding: 0;
    min-width: calc(80px* var(--scale));
    max-width: calc(80px* var(--scale));
    margin-bottom: calc(40px* var(--scale));
}
.hs_equalColumnContent .bottom_section figure img {
    width: 48px;
}
.hs_equalColumnContent .bottom_section .bot_title {
    font-size: calc(30px* var(--scale3));
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.02px;
    margin-bottom: calc(16px* var(--scale));
    font-family: "Reckless", sans-serif;
}
.hs_equalColumnContent .bottom_section .bot_title.without_bottom_content {
    margin: 0;
}
.hs_equalColumnContent .bottom_section .bot_content {
    color: #5D548B;
    font-weight: 500;
    line-height: 1.4;
}
.hs_equalColumnContent .bottom_section .bot_content > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hs_equalColumnContent .bottom_btn_group {
    margin-top: calc(80px* var(--scale));
    text-align: center;
}
.hs_equalColumnContent .bottom_btn_group .blueBtn_withoutArrow:hover {
    background: #1b143e !important;
    border-color: #1b143e !important;
}
.hs_equalColumnContent .bottom_section_row.flexible-columns.has-6-columns > * {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: calc(100% / 2);
}


@media (max-width: 991px) {
  .hs_equalColumnContent .top_section .subTitle {
      max-width: 100% !important;
  }
  .hs_equalColumnContent .top_content {
      max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .hs_equalColumnContent .bottom_section .bot_title {
      font-size: 22px;
  }
}

/* .hs_equalColumnContent .bottom_section_row {
  display: flex;
  justify-content: space-between; /* 👈 pushes items to extreme ends */
  align-items: flex-start; /* optional */
} */


