.designStoriesBlogsSection{
    /* max-width: 1400px; */
    width: 100%;
    /* box-sizing: border-box; */
    padding: 0 3px 0 37px;
}
.designStoriesBlogsContainer{
    display: flex;
    /* align-items: center; */
    width: 100%;
    gap: 90px;
}
.designStoriesBlogsLeft{
    width: 24%;
    padding-left: 64px;
}
.designStoriesBlogsRight{
    width: 69%;
}
.designStoriesBlogsLeftTitle{
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 52px;
    line-height: 101%;
    background: linear-gradient(128.65deg, #7C35E9 5.96%, #3A3A3A 52.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 8px;
    margin-top: 100px;
}
.designStoriesBlogsLeftSubTitle{
    font-family: Archivo;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 100%;
    color: #4D4D4D;
    margin-bottom: 47px;
}
.designStoriesBlogsViewAll{
     /* padding: 15px 40px;
    border-radius: 40px;
    border: 1px solid #512B8B; */
    /* max-width: 180px;
    width: 100%; */
}
.designStoriesBlogsViewAllLink{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #5D378E;
    padding: 15px 40px;
    border-radius: 40px;
    border: 1px solid #512B8B;
    display: inline-block;
   
}
.designStoriesBlogsViewAllContentMob{
    display: none;
}
.storyBlogsCard{
    padding: 67px 20px 20px 20px;
    background-color: #FAFAFA;
    border-radius: 12px;
    border-top: 1px solid var(--Neutrals-100, #EDEDED);
}
.storyBlogsDate{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 132%;
    color: #9A9A9A;
    margin-bottom: 12px;
}
.storyBlogsTitle{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 132%;
    color: #202129;
    margin-bottom: 12px;
    min-height: 80px;
     display: -webkit-box;
  -webkit-line-clamp: 3; /* Show only 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.storyBlogsLink{
    font-family: Archivo;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    color: #7445B2;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}
.storyBlogsLinkImg{
    width: 20px;
    height: 20px;
}
.storyBlogsImg{
    width: 100%;
    height: 200px;
}
.designStoriesBlogsRightContent.slick-slider {
        margin:0 -10px;
    }
    .designStoriesBlogsRightContent .storyBlogsCard.slick-slide {
        margin: 0 10px;
    }
.designStoriesBlogsRightContent .slick-prev,
.designStoriesBlogsRightContent .slick-next {
    display: none !important;
}
.stories-custom-arrows {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 20px;
    margin-right: 39px;
}

.stories-custom-prev,
.stories-custom-next {
    cursor: pointer;
    width: 64px;
    height: 64px;
}
.stories-custom-prev.disabled,
.stories-custom-next.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    /* pointer-events: none; */
}

@media screen and (max-width:992px) {
    .designStoriesBlogsSection{
        padding: 0;
    }
    .designStoriesBlogsContainer{
        flex-direction: column;
        gap: 20px;
    }
    .designStoriesBlogsLeft{
        width: 100%;
        padding: 0;
    }
    .designStoriesBlogsRight{
        width: 100%;
    }
    .designStoriesBlogsLeftTitle{
        font-weight: 500;
        font-style: Medium;
        font-size: 24px;
        line-height: 101%;
        text-align: center;
        margin-bottom: 8px;
        margin-top: 0;
    }
    .designStoriesBlogsLeftSubTitle{
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 136%;
        text-align: center;
        color: #74798A;
        margin-bottom: 0;
    }
    .designStoriesBlogsViewAll{
        display: none;
    }
    .designStoriesBlogsViewAllContentMob{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 20px;
    }
    .designStoriesBlogsViewAllMob{
     /* padding: 15px 40px;
    border-radius: 40px;
    border: 1px solid #512B8B;
    min-width: 180px; */
    /* width: 100%; */
}
.designStoriesBlogsViewAllLinkMob{
     padding: 15px 41px;
    border-radius: 40px;
    border: 1px solid #512B8B;
    display: inline-block;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #5D378E;
}
/* .designStoriesBlogsViewAllLink{
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #5D378E;
   
} */
    .storyBlogsCard{
        padding: 97px 20px 20px 20px;
        /* width: 100%;
        max-width: 300px;
        margin: 0 auto; 
        box-sizing: border-box; */

    }
    .designStoriesBlogsSlider {
    width: 100%;
}
    /* .designStoriesBlogsSlider {
        width: 100%;
    }
    .storyBlogsImg {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 8px;
    } */
   .stories-custom-arrows{
    display: none;
   }
   .designStoriesBlogsRightContent.slick-slider {
        margin:0 -5px;
    }
    .designStoriesBlogsRightContent .storyBlogsCard.slick-slide {
        margin: 0 5px;
    }
   .designStoriesBlogsRightContent .slick-dots li{
    position: relative;
    display: inline-block;
    height: 2px;
    /* width: 8px; */
    border-radius: 50px;
    padding: 0;
    background-color: #00000026;
    margin: 0 2.5px;
    width: 35px;
   }

.designStoriesBlogsRightContent .slick-dots li.slick-active {
    background-color: #000000;
}
.designStoriesBlogsRightContent .slick-dots li button:before{
    display: none;
}
.designStoriesBlogsRightContent .slick-dots li button{
    display: none;
}
}