.custom-read-more-btn1{
    text-align: center;
    margin: 20px 0px;
}
.custom-read-more-btn1 span{
    background-color: #1e73be;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}
.read-more-fade1{
    height: 100px;
    position: sticky;
    bottom: 0;
    background-image: linear-gradient(180deg, #ffffffe6, #ffffff);
    margin-top: -51px;
    z-index: 0;
}