.products {
    margin-top: 30px;
    background-color: #eaeaea;
    display: flex;
    flex-wrap: wrap;
}

.product {
    padding: 15px;
    width: calc(100% / 3);
    box-sizing: border-box;
}

.product__name {
    font-weight: 700;
    font-size: 26px;
}

.product__themes {
    margin-left: 15px;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.product__theme__endpoints {
    margin-left: 15px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.product__theme__name {
    font-weight: 600;
    font-size: 20px;
}
