.Intro-Container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
}

.-YC-Intro-SVG-v2.-YC-Intro-House {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
    min-width: 45%;
}

.YourColor-IntroBoxes.intro-model-intro_befets {
    padding: 60px;
    background: radial-gradient(circle, #e5eaef63 1px, transparent 1px);
    background-size: 10px 10px;
}

.-YourColor-Intro-Info {
    font-size: 20px;
    width: 90%;
    margin-bottom: 20px;
}

.YourColor-IntroBoxes.intro-model-multiIntro .-YourColor-Intro-Info {
    color: var(--uicolor);
    width: inherit;
}

.-YourColor-Intro-Info h4 {
    font-size: 17px;
    color: var(--uicolor2);
    font-weight: 500;
    margin-bottom: 10px;
}

.-YourColor-Intro-Info h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 900;
    margin-bottom: 30px;
}

.-YourColor-IntroBoxInfo {
    border-radius: 20px;
    flex: 1;
    padding-block: 20px;
}

.-p-content {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

.YourColor-Intro-hosting-lists li i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-inline-end: 8px;
    background: #f6f5fa;
    border-radius: 10px;
    color: var(--uicolor2);
}

.YourColor-Intro-hosting-lists li {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
}
.-YC-Right-Intro-SectionURL {
    display: flex;
    align-items: center;
    margin: -6px;
    margin-top: 20px;
}
.-YC-Right-Intro-SectionURL a {
    padding: 20px;
    border-radius: 30px;
    padding: 12px 35px;
    display: flex;
    justify-content: space-evenly;
    font-size: 15px;
    font-weight: 500;
    color: var(--uicolor);
    align-content: center;
    align-items: center;
    border: 1px solid var(--uicolor);
    margin: 6px;
}
.-YC-Right-Intro-SectionURL a:last-child {
    color: #fff;
    background: var(--uicolor2);
    border: 1px solid var(--uicolor2);
    z-index: 1;
}

.Intro2-Container {
    max-width: 1400px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    position: relative;
}

.Intro2-Container > * {
    margin: 30px;
}

.Intro2-Container .-YourColor-IntroBoxInfo {
    min-width: auto;
}

.Intro2-Container:before {
    content: "";
    display: block;
    width: 100%;
    background: #ffffffad;
    height: 100%;
    position: absolute;
    top: 0;
    left: 70px;
    border-radius: 20px;
    z-index: -1;
    box-shadow: 0px 50px 100px #230d6314;
}

.-Yc-Left-Form-v1 {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    margin-bottom: -90px;
    box-shadow: 0px 31px 80px #220c5f12;
    flex: 1;
    max-width: 480px;
    margin-inline-end: 0px;
}