.section-benefits-and-advantages {
  position: relative;
  padding: 80px 40px 136px;
  background: url("https://roge.energy/wp-content/uploads/2025/10/background-decoration-gradient.png"), linear-gradient(90deg, #ff8c00 0%, #ffda00 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.ba-title {
  font-size: 36px;
  font-weight: 700;
  color: #003886;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.ba-cards {
    gap: 24px;
    justify-content: center;
}

.ba-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 24px;
    border: 1px solid #D6DFEC;
    gap: 16px;
    border-radius: 20px;
    max-width: 424px;
    width: 100%;
}

.ba-card img {
    width: 72px;
    height: 72px;
}

.ba-card p {
    color: #314587;
    font-weight: 700;
    font-size: 20px;
}
