
.design-wrap{
    display: flex;
    gap:50px;
}
.design-wrap-content{
    width: 360px;

}
.tg-container.non_pad{
    padding-right: 0;
    padding-left: 0;
}
 .design-wrap-content-inner{
     background: #FFFFFF;
     box-shadow: 0px 24px 58px rgba(45, 47, 56, 0.08);
     border-radius: 20px;
     padding: 30px;
     position: sticky;
     position: -webkit-sticky;
     top: 100px; /* required */
 }
.media-wrap{

}
 .media-wrap .media-wrap-content-inner{
     background: #FFFFFF;
     border: 10px solid #FFFFFF;
     border-radius: 20px;
     overflow: hidden;
 }
 .media-wrap-content-inner{
     display: flex;
     flex-direction: column;
 }
.design-wrap-content-item,
 .content-mediatext{
     border-bottom: 1px solid  #ECECF1;
     margin-bottom: 15px;
 }
.design-wrap-content-item{
    padding-bottom: 21px;
}
.media-wrap-content-inner h5{
    margin-bottom: 10px;
}
.content-mediatext p{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #202020;
}
@media screen and (max-width: 992px){
    .design-wrap{
        display: flex;
        flex-wrap: wrap;
        gap:30px;
    }
    .design-wrap .design-wrap-content{
        width: 100%;
    }
}
@media screen and (min-width: 992px){
    body #main{
        overflow: visible !important;
    }
}
@media screen and (min-width: 768px) {
    .design-wrap {
        height: 700px;
        overflow: hidden;
    }
}
@media screen and (max-width: 768px) {
    body .design-wrap-content{
        display: none;
    }
    .design-wrap {
        height: 900px;
        overflow: hidden;
    }
    .design-all .design-allafter{
        width: 100vw;
        right: -20px;
        left: -20px;
    }
}

.design-all{
    position: relative;
}
.design-wrap .media-wrap.design-column{
    overflow: hidden;
}
.design-allafter{
    height: 200px;
    width: 100%;
    content: '';
    position: absolute;
    bottom:27px;right:0;left:0;
    background: linear-gradient(180deg, rgba(45, 45, 56, 0) 0%, rgba(63, 63, 72, 0.12) 55.63%, rgba(77, 77, 85, 0.31) 100%);
}
.js-btn-show{
    background: #34DCA2;
    box-shadow: 0px 17px 26px rgba(52, 220, 162, 0.19);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    width: 186px;
    margin: -27px auto 0 auto;
    z-index: 1;
    position: relative;
    padding: 14px;
    cursor: pointer;
}