.padre-containers {
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius-none, 0);
    background: var(--Color-Forest-80, #00402A);
}

.container-cintillo-energy-love .inner-container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}
  
.container-cintillo-energy-love {
    height: 96px;
    align-content: center;
}

.container-text-energy-love .descripcion {
    color: var(--Color-Content-General-Inverse, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 17.8px;
}

.img-energy-love-left {
    display: none;
}

.img-energy-love-right {
    display: none;
}

.container-text-energy-love {
  width: 328px;
  height: 72px;
}

  
  @media (min-width: 576px) {
    .container-img-energy-love-right, .container-img-energy-love-left {
        width: 104px;
        height: 96px;
    }
    .container-text-energy-love .descripcion {
        font-size: 18px;
    }
    .img-energy-love-left, .img-energy-love-right {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .container-text-energy-love {
        width: 320px;
    }
  }

  @media (min-width: 768px) {
    .container-text-energy-love {
        width: 440px;
        height: 48px;
    }
    .container-img-energy-love-right, .container-img-energy-love-left {
        width: 140px;
        height: 96px;
    }
  }
  
  @media (min-width: 992px) {
    .container-cintillo-energy-love {
        height: 100px;
    }
    .container-text-energy-love .descripcion {
        /* Body/Regular/XL */
        font-family: 'IberPangea-Regular';
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 133.333% */
    }
    .container-text-energy-love {
        width: 544px;
        height: 64px;
    }
    .container-img-energy-love-right, .container-img-energy-love-left {
        width: 200px;
        height: 100px;
    }
  }
  
  
  @media (min-width: 1200px) {
    .container-text-energy-love {
        width: 656px;
    }
    .container-img-energy-love-right, .container-img-energy-love-left {
        width: 248px;
    }

  } 
  
  @media (min-width: 1920px) {
    .container-text-energy-love {
        width: 840px;
    }
    .container-img-energy-love-right, .container-img-energy-love-left {
        width: 258px;
    }
    .container-cintillo-energy-love .inner-container {
        margin-left: 258px;
        margin-right: 258px;
    }
    .container-text-energy-love .descripcion {
        font-size: 24.2px;
    }
  }