.itemp-children {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: black
}
/* .item-add-c {
    float: right;
}
@media only screen and (min-width: 1200px) {
    .item-add-c {
        padding-right: 36%;
    }
} */
.img-bg {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.img-bg:after {
    display: block;
    padding-top: 50%;
    content: "";
}
.img-bg img {
    display: none;
}