.pqcew-icon-box.pqcew-style-2 {
    background: #ffffff;
     padding: 0 30px 45px 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: 30px;
}

.pqcew-icon-box.pqcew-style-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.pqcew-icon-box.pqcew-style-2 .pqcew-icon {
    font-size: 32px;
    color: #ffffff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #4A6CF7;
    border: 3px solid #4A6CF7;
    margin-bottom: 30px;
    margin-top: -30px;
}

.pqcew-icon-box.pqcew-style-2 .pqcew-icon i {
    display: inline-block;
}

.pqcew-icon-box.pqcew-style-2 .pqcew-icon-content {
    position: relative;
}

.pqcew-icon-box.pqcew-style-2 .pqcew-icon-content .pqcew-icon-title {
    font-size: 22px;
    left: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333333;
}

.pqcew-icon-box.pqcew-style-2 .pqcew-icon-content .pqcew-icon-border {
    width: 0px;
    height: 2px;
    background: #4A6CF7;
    margin: 0 auto 15px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.pqcew-icon-box.pqcew-style-2:hover .pqcew-icon-content .pqcew-icon-border {
    width: 70px;

}

.pqcew-icon-box.pqcew-style-2 .pqcew-icon-content .pqcew-icon-description {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0;
}





