.feature-container{
    /* border: 2px solid red; */
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0) 60%),url(../assets/image/features_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.dashboard-features-section-2{
    width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: start;

}

.new-features-text{
    margin: 30px 0px;
    color: #fff;
    font-family: poppinslight;
    font-size: 18px;
}

.dashboard-features-text-padding{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 4.5rem;
    padding-right: 4.5rem
}