#hl_products_tf{
    display: flex;
}

#hl_products_tf .tf-hl-product {
    padding: 15px;
    margin-bottom: 20px;
}

#hl_products_tf .tf-hl-product h2 {
    text-align: center;
    width: 100%;
    color: #13614F;
    font-size: 20px;
    margin-bottom: 10px;
}

#hl_products_tf .tf-hl-product .image {
    margin-bottom: 15px;
}

#hl_products_tf .tf-hl-product .price {
    font-size: 18px;
    margin-bottom: 10px;
}

#hl_products_tf .tf-hl-product .add-to-cart {
    margin-top: 10px;
}

#hl_products_tf .tf-hl-container-price-cta{
    display: flex;
    justify-content: space-around;
}

#hl_products_tf .container-tf-hl-add-to-cart{
    text-align: center;
}

#hl_products_tf .tf-hl-add-to-cart{
    background: #13614F;
    color: #fff;
    border-radius: 24px;
    padding: 8px 25px;
}