    .news-slider .news-slide{
        height: 300px;
        overflow: hidden;
        position: relative;
        border-radius: 38px;
        /* background: url(...); */
        border: 1px solid #707070;
    }

    .news-slider .news-slide img{
        width: 100%;
        height: 100%;
    }
     .news-slider .news-slide .content{
        position: absolute;
          background: linear-gradient(rgba(45, 44, 40, 0) 0%, #f9c03f 100%);
        bottom: 0%;
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        padding-left: 2rem;
        justify-content: center;

    }
