.ps-wrapper-7510f9c0 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.ps-image-7510f9c0 {
    flex: 1 1 45%;
}

.ps-image-7510f9c0 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.ps-image-7510f9c0 img:hover {
    transform: translateY(-5px);
}

.ps-content-7510f9c0 {
    flex: 1 1 45%;
}

.ps-title-7510f9c0 {
    margin-top: 0;
    margin-bottom: 15px;
}

.ps-description-7510f9c0 {
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.ps-features-7510f9c0 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ps-feature-item-7510f9c0 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.ps-feature-icon-7510f9c0 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4CAF50;
    font-size: 24px;
}
.ps-feature-icon-7510f9c0 svg {
    width: 24px;
    height: 24px;
    fill: #4CAF50;
}

.ps-feature-text-7510f9c0 h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.ps-feature-text-7510f9c0 p {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .ps-wrapper-7510f9c0 {
        flex-direction: column;
    }
}
