.iz-6593f432-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    font-family: inherit;
}
.iz-6593f432-content {
    flex: 1 1 400px;
}
.iz-6593f432-map {
    flex: 1 1 400px;
    position: relative;
    text-align: center;
}
.iz-6593f432-subtitle {
    color: #d81b60;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.iz-6593f432-title {
    color: #0d1136;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}
.iz-6593f432-desc {
    color: #4a4a4a;
    font-size: 16px;
    margin-bottom: 30px;
}
.iz-6593f432-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}
.iz-6593f432-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}
.iz-6593f432-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #e91e63, #9c27b0);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}
.iz-6593f432-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border: 2px solid #d81b60;
    border-radius: 30px;
    color: #d81b60;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}
.iz-6593f432-btn:hover {
    background: #d81b60;
    color: #fff;
}
.iz-6593f432-map-img {
    max-width: 100%;
    height: auto;
}
.iz-6593f432-floating-text {
    position: absolute;
    bottom: 10%;
    right: 0;
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 24px;
    color: #0d1136;
    transform: rotate(-5deg);
    max-width: 200px;
    text-align: center;
}
@media (max-width: 768px) {
    .iz-6593f432-list {
        grid-template-columns: 1fr;
    }
    .iz-6593f432-floating-text {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px auto 0;
    }
}
