.hero-slider {
    width: 100%;
    background: linear-gradient(135deg, #ffe6e6, #ffc5c5);
    padding: 300px 20px;
    overflow: hidden;
}

.hero-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    transform: rotate(-2deg);
}

.hero-text h1 {
    font-size: 3rem;
    color: #4ad3d1;
    font-family: 'Decorya DEMO', cursive;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 1.2rem;
    color: #FF5470;
    font-weight: 600;
    line-height: 1.6;
}

.hero-img {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.hero-img img {
    width: 100%;
    max-width: 400px;
    transform: rotate(2deg);
}
