.elementor-639 .elementor-element.elementor-element-b5b11aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* Problema + para quién es */
.bba-svc-problem{ padding: 80px 24px; background: #fff; }
.bba-svc-problem-grid{
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.bba-svc-problem-text h2{ color: var(--navy); font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; margin-bottom: 20px; }
.bba-svc-problem-text p{ color: var(--charcoal); font-size: 16px; line-height: 1.75; margin-bottom: 20px; }
.bba-svc-problem-photo{
  min-height: 420px;
  border-radius: 16px;
  background-color: var(--mist);
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 30px rgba(16,27,40,.14);
}
@media(max-width:900px){
  .bba-svc-problem-grid{ grid-template-columns: 1fr; gap: 32px; }
  .bba-svc-problem-photo{ min-height: 300px; order: -1; }
}
@media(max-width:560px){ .bba-svc-problem{ padding: 56px 20px; } }
 
/* Que incluye */
.bba-svc-included{ padding: 72px 24px; background: var(--mist); }
.bba-svc-included-head{ max-width: 560px; margin: 0 auto 40px; text-align: center; }
.bba-svc-included-head h2{ color: var(--navy); font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; margin-top: 14px; }
.bba-svc-included-list{ max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.bba-svc-included-item{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 6px 18px rgba(16,27,40,.06);
}
.bba-svc-included-check{
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bba-svc-included-item p{ color: var(--charcoal); font-size: 15.5px; line-height: 1.6; margin: 0; }
@media(max-width:560px){ .bba-svc-included{ padding: 56px 20px; } }/* End custom CSS */