.preservation_slider{
    position:relative;
}


.preservation_slide {
    height: 100%;
    display: flex;
    align-items: stretch;
    gap: 50px;
    position: sticky;
    top: 140px;
    background: #f5f5f5;
    overflow: hidden;
    padding-top: 20px;
}

.preservation_left {
    width: 371px;
    flex-shrink: 0;
    margin-top: 15px;
}
.top_content_wrapper {
    width: fit-content;
    margin-top: 13px;
    margin-left: -227px;
    background: #f5f5f5;
    padding: 7px 5px;
}

.preservation_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.preservation_left img {
    width: 100%;
    object-fit: cover !important;
    border-radius: 24px !important;
    height: 569.999px !important;
}
.preservation_left::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 17px;
    background: #f5f5f5;
    left: 182px;
    z-index: 99;
}

.preservation_right{
    flex:1;
    position:relative;
}

.count {
    margin-bottom: 10px;
    color: var(--162-a-50, #162A50);
    font-family: Cabin;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: -2.4px;
    text-transform: capitalize;
}

.count span {
    color: rgba(0, 0, 0, 0.36);
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.6px;
    text-transform: capitalize;
}
.top_content h2{
    font-size:48px;
    margin-bottom:20px;
    color:#111;
}

.tag {
    display: inline-block;
    background: #ff8b34;
    padding: 3px 9px;
    margin-bottom: 18px;
    color: var(--ffffff, #FFF);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-transform: capitalize;
    margin-top: -10px;
}

.tag.orange{
    background:#ff8032;
}

.tag.blue{
    background:#63C2CD;
}

.top_content h2 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 0;
    color: rgba(22, 42, 80, 0.08);
    font-family: "Open Sans";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    text-transform: capitalize;
}

.iov_horizontal_line,
.iov_horizontal_line2{
    position:relative;
    width:100%;
    height:1px;
    background:rgba(0,0,0,0.1);
    margin:40px 0;
    overflow:visible;
}

.iov_horizontal_line::after,
.iov_horizontal_line2::after{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:var(--progress,0%);
    height:3px;
}

.iov_horizontal_line::after{
    background:#63C2CD;
}

.iov_horizontal_line2::after{
    background:#FF8032;
}
.desc {
    max-width: 100%;
    position: relative;
    z-index: 2;
}


.desc p {
    margin-bottom: 30px;
    color: var(--162-a-50, #162A50);
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.desc p:first-child{
	padding-bottom:15px;
}

.preservation_right::before {
    content: '';
    position: absolute;
    background-image: url('https://orfeostoryweb.com/SSW/wp-content/uploads/2026/05/rectangles.png');
    height: 100%;
    width: 100%;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.top_content_wrapper h3 {
    color: var(--000000, #000);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}

/* responsive */


@media (min-width: 1280px) and (max-width: 1366px) { 
.top_content h2 {
    font-size: 100px;
}

}

@media (min-width: 1100px) and (max-width: 1279px) { 
.top_content h2 {
    font-size: 100px;
}

}


@media (min-width: 1099px) and (max-width: 1024px) { 
.top_content h2 {
    font-size: 90px;
}

}


@media(max-width:991px){

    .preservation_slide{
        flex-direction:column;
        padding:60px 30px;
    }

    .preservation_left{
        width:47%;
    }

    .preservation_left img{
        height:350px;
    }

    .top_content h2{
        position:relative;
        font-size:70px;
        margin-top:20px;
    }

    .top_content h2{
        font-size:38px;
    }

    .tag{
        font-size:20px;
    }

    .desc p{
        font-size:18px;
    }

}

