.press-serv-widget {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.press-serv-widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.press-serv-icon {
    font-size: 40px;
    margin-bottom: 20px;
    color: #5c6bc0;
}

.press-serv-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.press-serv-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.press-serv-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #5c6bc0;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.press-serv-btn:hover {
    background: #3f51b5;
    color: #fff;
}