.HPCL-Wrap{}
.HPCL-item{
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 20px;
}
.HPCL-item-left{
    width: 100%;
    padding: 20px;
}
#Two .HPCL-item-left, #Two .HPCL-item-left p, #Three .HPCL-item-left, #Three .HPCL-item-left p, #Four .HPCL-item-left, #Four .HPCL-item-left p, #Five .HPCL-item-left, #Five .HPCL-item-left p
{
    color:#fff;
}
.HPCL-item-right{
    width: 100%;
    padding: 20px;
}
.HPCL-item-right-img-wrap{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.HPCL-item-right-img{
    /* margin: 5px; */
    width: 100%;
    /*height: 215px;*/
    border-radius: 20px;
    overflow: hidden;
}
.HPCL-item-right-img img{
    width: 100%;
}
.HPCL-item-right-title{
    margin: 20px;
    color:#00b4cc;
    font-weight:bold;
    font-size:30px;
}
.HPCL-item-right-btn{}
.HPCL-item-right-btn a{
    transition: 0.3s;
    width: 200px;
    font: 13px/60px promixa-nova,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    color: #abc116;
    border: 1px solid;
    border-color: #abc116;
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    padding: 0px 30px;
}
.HPCL-item-right-btn a:hover{
    background-color: #abc116;
    color:#fff;
}
/***Responsive  Section 
**********************************************/
@media screen and (max-width: 1500px){}
@media screen and (max-width: 1360px){}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 1140px){}
@media screen and (max-width: 1024px){
    .HPCL-item {
        grid-template-columns: 100%;
        padding: 0px;
    }
    .HPCL-item-left, .HPCL-item-right{padding: 0px;}
    .HPCL-item-right{margin: 20px 0;}
}
@media screen and (max-width: 990px){}
@media screen and (max-width: 768px){
    .HPCL-item-right-img-wrap{
        width: 100%;
        
    }
    .HPCL-item-right-title{
        font-size: 20px;
    }
    .HPCL-item-right-btn a {
        margin-top: 10px;
    }
}
@media screen and (max-width: 600px){}
@media screen and (max-width: 480px){}
@media screen and (max-width: 375px){}
@media screen and (max-width: 320px){}