.pigleftC.row li {
 /*   float: left;
    width: 50%; */
}
li.pigleftImg img {
    width: 100%;
    /*padding: 5rem; */
}
p {
    font-family: 'NanumSquare', sans-serif;
}
.product-left.col-sm-12 {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}
li.pigrightImg img {
    width: 90%;
    border: 2px solid #c7c7c7;    
}
.pigleft > p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #084298;
    margin-bottom: 2rem;
}
.product-left li img {
    width: 100%;
}
.product-left.center {
    display: flex;
    justify-content: center;

}
li.pigrightImg.col-lg-2.col-sm-6 {
    display: flex;
    justify-content: center;
}
/* .pigiconG {
    display: flex;
    align-items: end;
    box-shadow: 3px 3px 6px #ddd;
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
} */
.pigiconG {
    display: flex;
    align-items: flex-start;
}
.pigitem {
    margin-bottom: 1rem;
}
.pigiconT {
    margin-left: 1rem;
}
.pigiconT h4 {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1px;
}
.pigiconT p {
    margin-bottom: 0;
}
.product-icon {
    display: block;
    width: 25px;
}
.product-icon i {
    color:#eaae3c;

}
.fas.fa-sync-alt, .fas.fa-chart-pie, .fas.fa-bell{
    font-size: 1.8rem;
}
.fas.fa-thermometer-half {
    font-size: 2.5rem;
}
@media (min-width: 320px) and (max-width: 480px) { 
    .pigleftC.row li {
        margin-bottom: 1.5rem;
    }
    li.pigrightImg img {
    width: 70%;
    }
    li.pigrightImg.col-lg-3.col-sm-6 {
        margin-bottom: 1rem;        
    }
    li.pigleftImg img {
        width: 100%;
        padding: 1rem;
    }
    .product-left.center {
        margin-bottom: 2rem;
    }
    .pigrightImg {
        margin-bottom: 2rem;
    }
    .pignright {
        margin-top: 0rem !important;
    }
}