.pphomeblocks-container {
    margin: 20px 20px;
    display: flex;
}

.pphomeblocks-block {
    flex: 20%;
    border: 1px solid black;
}

.pphomeblocks-block-image {
    flex: 25%;
    border: 1px solid darkred;
}

.pphomeblocks-block-center {
    flex: 55%;
    border: 1px solid darkolivegreen;
    display: flex;
}

.pphomeblocks-block-center img {
    width: 200px;
    height: 200px;
}

.pphomeblocks-block-sub {
    padding: 30px;
    /*margin-right: 24px;*/
    font-size: 24px;
    color: #fff2e5;
    line-height: 24px;
    /*opacity: .5;*/

    /*position: relative;*/
    /*bottom: 20%;*/
    /*margin-right: 40px;*/
}

.pphomeblocks-block-image img {
    width: 150px;
    /*height: 300px;*/

    max-width: 100%;
    height: auto;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pphomeblocks-block-svg img {
    width: 70px;
    height: 70px;
}

#pphomeblocks {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

/* alignment */

#pphomeblocks .divider {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#pphomeblocks .col-1-2 {
    align-items: stretch;
    grid-auto-rows: 1fr;
    /*height: 100%;*/
    gap: .5em;
    margin: 1em;
    grid-template-columns: repeat(2,minmax(0,1fr));
}

/*    .col-1-5 {
        float: left;
        display: flex;
        width: 20%;
    }*/

#pphomeblocks .grid {
    display: grid;
}

#pphomeblocks .grid-row-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

#pphomeblocks .grid-row-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}

#pphomeblocks .grid-row-4 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
}

#pphomeblocks .grid-item {
    object-fit: contain;
    border: 1px solid transparent;
}

#pphomeblocks .grid-item-m {
    object-fit: contain;
    border: 1px solid transparent;
    margin-bottom: 200px;
}

#pphomeblocks .grid-item-m p {
    margin-left: 35px;
    font-size: 50px;
}

#pphomeblocks .grid-item-m img {
    /*        width: 350px;
            height: 350px;*/
}
#pphomeblocks .grid-item {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
#pphomeblocks .grid-item img {
    margin: 0;
    width: 100%;
    height: auto;
}

#pphomeblocks .grid a {
    text-decoration: none;
    color: black;
    padding: .3em;
}

#pphomeblocks .grid-item:hover {
    border: 1px solid black;
}

#pphomeblocks .text-center {
    text-align: center;
}

#pphomeblocks .text-left {
    margin-left: 5px;
    padding-right: 10px;
}

#pphomeblocks .text-right {
    text-align: right;
    margin-right: 5px;
}

@media (min-width: 640px) {
    #pphomeblocks .grid-row-4 {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px;
    }
    #pphomeblocks .category-list ul {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    #pphomeblocks .grid-row-4 {
        /*grid-template-columns: 1fr 1fr 1fr;*/
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    #pphomeblocks .grid-row-4 {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

}

@media (min-width: 1280px) {
    #pphomeblocks .grid-row-3 {
        /*grid-template-columns: 1fr 1fr 1fr;*/
        /*grid-template-columns: repeat(5,minmax(0,1fr));*/
    }
    #pphomeblocks  .grid-row-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }
}

@media (min-width: 1605px) {
    #pphomeblocks .grid-row-3 {
        /*grid-template-columns: 1fr 1fr 1fr;*/
        /*grid-template-columns: repeat(6,minmax(0,1fr));*/
    }
    #pphomeblocks  .grid-row-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }
}

/* product block */

#pphomeblocks .bg-primary {
    background-color: #235e4b;
}

#pphomeblocks .product-desc-m {
    font-size: 20px;
    color: #9D9D9D;
}

#pphomeblocks .product-desc {
    font-size: 14px;
    color: #9D9D9D;
}
#pphomeblocks .cat-list-links {
    flex: 0 0 30%;
}
#pphomeblocks .promo-img-left {
    flex: 0 0 30%;
}
/*.promo-img-right {*/
/*    flex: 1 0 25%;*/
/*}*/
#pphomeblocks .cat-list-img {
    flex: 1 1 auto;
}

#pphomeblocks .product-block {
    /*padding-left: 80px;*/
    /*padding-right: 80px;*/
    padding: 0;
    display: block;
    max-width: 1730px;
    margin: 0 auto;
    width: 100%;
}

#pphomeblocks .category-block {
    /*display: grid;*/
    /*grid-template-columns: 15% 25% auto;*/
    display: flex;
    flex-direction: column;
    height: auto;
    border-left: 5px solid rgb(35, 94, 75);
}

#pphomeblocks .category-block-m {
    border-top: 10px solid rgb(35, 94, 75);
    margin-left: 30px;
    margin-right: 30px;
}

#pphomeblocks .block-image {
    /*max-width:100%;*/
    /*object-fit: scale-down;*/
    position: relative;
    display: none;
    flex-direction: column;
}

#pphomeblocks .block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-right: 10px;
}

#pphomeblocks .pphomeblocks-block-sub {
    padding: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 6px #333;
    line-height: 24px;
    background-color: #80b8f8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#pphomeblocks .block-header {
    background-color: white;
    border-left: 5px solid rgb(35, 94, 75);
    padding-right: 400px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: right;
}

#pphomeblocks .block-title {
    margin-left: 12px;
}

#pphomeblocks .block-title-m {
    display: flex;
    margin-top: 20px;
    margin-left: 50px;
}

#pphomeblocks .block-title-m {
    font-size: 70px;
}

#pphomeblocks .block-title-m img {
    align-self: center;
}

#pphomeblocks .block-title img {
    margin-top: 20px;
    align-items: center;
}

#pphomeblocks .section-separator {
    margin-left: 10px;
    background-color: #f1f1f1;
    /*width: 200px;*/
    height: 2px;
}

#pphomeblocks .category-title-m {
    margin-left: 30px;
}

#pphomeblocks .list-m {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 3px solid rgb(241, 241, 241);
    font-size: 25px;
    word-spacing: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

#pphomeblocks .list-m a {
    color: black;
    text-decoration: none;
}

#pphomeblocks .list-m .active {
    color: #235e4b;
}

#pphomeblocks .category-list {
    /*min-width: 36%;*/
    padding: 10px 10px 10px 10px;
}

#pphomeblocks .category-list ul {
    margin-top: 30px;
    list-style-type: none;
    padding-inline-start: 10px;
    display: flex;
    flex-wrap: wrap;
}

#pphomeblocks .category-list li {
    margin-bottom: 10px;
    padding: 0 .5em;
    line-height: 1.2;
}

#pphomeblocks .category-list a {
    color: black;
    font-weight: 400;
    text-decoration: none;
}

#pphomeblocks .category-list a:hover {
    color: #235e4b;
}

#pphomeblocks .item-title {
    display: flex;
}

#pphomeblocks .item-image {
    text-align: center;
}

@media (min-width: 640px) {
    #pphomeblocks .category-block {
        flex-direction: row;
    }
    #pphomeblocks .product-block {
        /*display: none;*/
    }

    #pphomeblocks .block-header {
        padding-right: 30px;
    }

    #pphomeblocks .block-title-m {
        font-size: 40px;
    }

    #pphomeblocks .grid-item-m p {
        margin-left: 35px;
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    #pphomeblocks .product-block {
        display: block;
    }
    #pphomeblocks .block-image {
        display: flex;
        flex-direction: column;
    }
    #pphomeblocks .product-block-m {
        display: none;
    }
    #pphomeblocks .cat-list-links {
        flex: 0 0 20%;
    }
}

@media (min-width: 1605px) {
    #pphomeblocks .block-header {
        padding-right: 400px;
    }
}

/*.simple-wrapper {*/
/*    margin-bottom: 100px;*/
/*}*/
