.container--intro--items {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    padding: 60px 0 0;
    position: relative
}

p.-pp-content {
    max-width: 620px;
    font-size: 22px;
    line-height: 1.6;
    color: var(--secondarytext);
    font-weight: 400;
    display: block;
    transition: .2s;
    margin-top: 10px
}

.YC-after-intro-info {
    max-width: 650px;
    position: sticky;
    top: 151px;
    transition: .2s
}

.-widget-after-intro-h1 {
    width: 100%;
    font-weight: 700;
    line-height: 1.6;
    color: var(--primary-text);
    font-size: 35px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.-after__intro-image {
    position: sticky;
    max-width: 560px;
    min-width: 570px;
    top: 359px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.-after__intro-image img {
    z-index: 1;
    position: relative;
    width: auto;
    height: auto
}

.YC--panner-features--after-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cdd7e752;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-top: 23px;
    flex-wrap: wrap
}

.--after-intro-features-list {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
    transition: .8s;
    justify-content: center;
    margin: 10px;
    padding: 25px 10px;
    border-radius: 20px;
    box-shadow: 0 0 21px rgb(0 0 0 / 11%);
    min-width: 210px
}

.--after-intro-features-list: hover {
    box-shadow:0 7px 11px var(--hover-overlay);
    transition: .8s
}

.--after-intro-features-list: hover .paner__icon {
    transform:scale(1.1)
}

.paner__icon img {
    height: 100%;
    width: auto;
    filter: hue-rotate(165deg);
}

.paner__icon i {
    font-size: 38px;
    font-weight: 300;
    transform: translate3d(0,0,0);
    transition: transform .3s cubic-bezier(.21, .6, .44, 2.18)
}

.--paner-content p {
    font-size: 17px;
    color: var(--Text-color);
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.4
}

.-after__intro-widgets-container {
    display: flex;
    align-items: self-start;
    justify-content: center;
    margin-top: 80px;
    padding-bottom: 30px;
    position: relative
}

.--image-after-intro--- {
    flex: 1;
    display: flex;
    gap: 22px;
    min-width: 700px;
    max-width: 830px
}

.YC-widgets-container-secondary-element-item {
    max-width: 590px
}

.--image-after-intro-list {
    border-radius: var(--largeradius);
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center
}

.-after__intro-contain--lists {
    max-width: 550px;
    position: relative
}

.-after__intro-contain--lists:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 2px;
    height: var(--line-height);
    right: 24px;
    background-color: var(--uicolor);
    top: 30px
}

.-after__intro-contain--lists:after {
    content: "";
    position: absolute;
    height: 70%;
    right: 24px;
    top: 30px;
    transition: height .3s ease-out;
    border: 1px dashed #797ea647
}

.paner__icon {
    min-width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px #00000033;
    border-radius: 50%;
    transition: .2s;
    overflow: hidden
}

.--paner-content span {
    font-size: 22px;
    line-height: 26px;
    color: var(--Text-color);
    font-weight: 500;
    transition: .2s
}

.-widget-after-intro-h4 {
    font-size: 20px;
    margin-bottom: 13px;
    position: relative;
    font-weight: 500;
    color: #fff;
    padding: 0 16px;
    background-color: var(--uicolor2);
    border-radius: 17px;
    display: flex;
    width: max-content
}

.--after-intro-features-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}
