.main-solution{
    z-index:999;
    width: 500px;
    position:absolute;
    border-radius: 0;
    box-shadow:0 2px 14px 4px rgba(14,5,10,.15);
    transition: all .3s ease 0s;
    transform-origin:left center;
    opacity:0;
    //transform:scale(0);

}
.card-pop .card-header {
    background:url("../image/business.jpg");
    border-radius:0;
    color: #fff;
    height:198px;
    padding: 46px 30px ;
}
.card-pop p {
    font-size: 14px;
}
.card-pop .col-3 img {
    width:47px;
    height: 47px;
}
.card-pop .col-3 {
    padding: 20px 0px;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 10px; 
    text-align: center;
}
.card-pop .col-3 img {
    width:47px;
    height: 47px;
}
.card-pop .col-4 {
    padding: 20px 0px;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 10px; 
    text-align: center;
}
.col-4 h4 {
    font-size: 14px;
    line-height: 34px;
}
.col-3 h4 {
    font-size: 14px;
    line-height: 34px;
}
.card-pop .link {
    color: #1199df;
    text-align: right;
    font-size:14px;
}
.card-pop .link a:hover {
    text-decoration: none;
    color: #007bff;
}