.learn-more__products-container {
    display: flex;
    flex-direction: column;
    gap: 175px;
}

.learn-more__single-product-container {
    display: flex;
    gap: 1em;
}

.learn-more__single-product-secondary-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
    @media (min-width: 1280px) {
        gap: 30px;
    }
}

.learn-more__single-product-text-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.learn-more__single-product-media-container {
    width: 100%;
}

.learn-more__background-heart-img {
    display: inline-block;
    background-image: url(/static/images/heart-8bit.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -8px;
    width: 25px;
    height: 25px;
}

