.zz-section-d0740827 {
    padding: 40px 0;
}
.zz-section-d0740827 .zz-title {
    text-align: center;
    margin-bottom: 40px;
}
.zz-section-d0740827 .zz-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.zz-section-d0740827 .zz-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
.zz-section-d0740827 .zz-item.zz-reverse {
    flex-direction: row-reverse;
}
.zz-rtl-yes .zz-section-d0740827 .zz-item {
    direction: rtl;
}
.zz-rtl-yes .zz-section-d0740827 .zz-item.zz-reverse {
     flex-direction: row-reverse;
}
.zz-section-d0740827 .zz-image,
.zz-section-d0740827 .zz-content {
    flex: 1;
    min-width: 300px;
}
.zz-section-d0740827 .zz-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.zz-section-d0740827 .zz-subtitle {
    font-size: 24px;
    margin-bottom: 15px;
}
.zz-section-d0740827 .zz-text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.zz-section-d0740827 .zz-cta {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.zz-section-d0740827 .zz-cta:hover {
    background-color: #333;
}
