﻿.HomePageBackgroundForm .HomePageBackgroundItemContainer {
    display: flex;
    flex-wrap: wrap;
}


.HomePageBackgroundForm .HomePageBackgroundItemContainer .hpbFlex{
    width:50%;
}

.HomePageBackgroundForm .HomePageBackgroundItemContainer .hpbFlex .hpbWrapper {
    border: 2px solid rgb(144,199,124);
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}