.parent-hanbook-forms-box{
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
    padding: 25px 30px;
    margin-bottom: 24px;
}
.parent-hanbook-forms-box .phi-1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.parent-hanbook-forms-box .phi-1 img{
    margin-right: 20px;
}
.parent-hanbook-forms-box .phi-1 h4{
    margin-bottom: 0px;
}
.parent-hanbook-forms-box .phi-2 .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
}
.parent-hanbook-forms-box .phi-2 .col{
    padding: 0 10px;
    width: 33.3%;
}
.parent-hanbook-forms-item{
    border: 1px solid #E9ECEF;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: inherit;
    text-decoration: none;
    padding: 10px 30px 10px 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.parent-hanbook-forms-item:hover,
.parent-hanbook-forms-item:visited{
    text-decoration: none;
    color: inherit;
}
.parent-hanbook-forms-item .s1 .sub-text{
    color: #89C661;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 21px;
    display: block;
}
.parent-hanbook-forms-item .s2 img {
    transition: all .5s ease;
}
.parent-hanbook-forms-item:hover .s2 img {
    margin-bottom: -10px;
}
.parent-hanbook-forms-item.style-2 .s1 .sub-text{
    color: #599AC3;
}
.parent-hanbook-forms-item .s1 .title{
    font-weight: bold;
    letter-spacing: 0;
    display: block;
    margin-top: -5px;
}

@media only screen and (max-width:768px){
    .parent-hanbook-forms-box .phi-2 .col{
        width: 50%;
    }
}
@media only screen and (max-width:767px){
    .parent-hanbook-forms-box .phi-2 .col{
        width: 100%;
    }
}