.strip-container-fb8029f6 {
    box-sizing: border-box;
    width: 100%;
}

.strip-row-fb8029f6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.strip-left-fb8029f6 {
    flex: 1;
    min-width: 320px;
}

.strip-right-fb8029f6 {
    flex: 1;
    min-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.strip-title-fb8029f6 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

.strip-links-list-fb8029f6 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.strip-link-item-fb8029f6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.strip-link-item-fb8029f6:hover {
    padding-left: 26px;
    background-color: rgba(255, 255, 255, 0.03);
}

.strip-arrow-icon-fb8029f6 {
    transition: transform 0.3s ease;
}

.strip-link-item-fb8029f6:hover .strip-arrow-icon-fb8029f6 {
    transform: translateX(6px);
}

.showcase-img-fb8029f6 {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .strip-row-fb8029f6 {
        flex-direction: column;
        gap: 30px;
    }
    
    .strip-left-fb8029f6,
    .strip-right-fb8029f6 {
        width: 100%;
        min-width: 100%;
    }
}
