.call_out_features h4.bento-card-text-only {
      font-family: 'Sora';
    font-size: 5em;
    line-height: 120%;
    font-weight: 700;
}
.tabbed-bento-module-wrapper-titles > div.bento-active-tab-title {
  border-bottom: 2px solid #ED5528;
}
.tabbed-bento-module-wrapper-titles > div {
  padding: 0px 0 20px;
    border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-left: 3%;
  margin-right: 3%;
  transition: opacity 200ms;
}
.tabbed-bento-module-wrapper-titles > div:hover {
  opacity: 0.8;
}
.tabbed-bento-module-wrapper {
/*     background-image: url(https://www.peachpayments.com/hubfs/Peach-Payments-Pattern-Background-Top-Section-Compressed.avif); */
    color: #070A43;
    padding: 20px 0px 40px;
    position: relative;
    text-align: center;
/*     background-color: #FCF8F8; */
    background-size: 80%;
    background-position: right top;
    background-repeat: no-repeat;
  display: none;
}
#tabbed-bento-module-wrapper-1 {
  display: block;
}
.call_out_features_wrapper.row-fluid:before,
.call_out_features_wrapper.row-fluid:after {
  display: none;
}
.call_out_features_wrapper.row-fluid [class*=span] {
  min-height: unset;
}
.glass_img_link { transition: opacity 200ms; }
.glass_img_link:hover {opacity:0.9}
.glass_img_link:active {opacity:0.9}
.call_out_features {float:left; border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #FFF;
  backdrop-filter: blur(15px); padding:15px}
.tabbed-bento-module-wrapper .call_out_features h4 {font-size:17px; color:#070a43; margin-top:10px; font-weight:500; margin-bottom: 5px;}
.tabbed-bento-module-wrapper .call_out_features small {font-size: 15px; display: block; color: #070a43; }

.hugePercent {font-weight:800; font-size:48px}

@media only screen and (max-width: 1100px) {
    .call_out_features_wrapper .flex-row,
    .call_out_features_wrapper.flex-row{
      flex-direction: column;
      column-gap: 20px;
      row-gap: 20px;
    }
  .call_out_features_wrapper {
    display: flex;
    align-items: center;
  }
    .tabbed-bento-module-wrapper {
      background-size: 100%;
      color: #070A43;
      padding: 40px 30px 40px;
  }
  .tabbed-bento-module-wrapper .h-50 {
    height: unset;
  }