.apw-88fc1ee6-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.apw-88fc1ee6-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.apw-88fc1ee6-section:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.apw-88fc1ee6-section + .apw-88fc1ee6-section {
    margin-top: 30px;
}

.apw-88fc1ee6-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    line-height: 1;
}

.apw-88fc1ee6-heading {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.apw-88fc1ee6-description {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.7;
    max-width: 720px;
}
