.text_container_news{
    position: absolute;
    bottom: 0;
    width:100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}
.title_news{
    position: relative;
    width: 100%;
    font-family: "Karla", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    max-width: 42rem;
}
.text_news_description{
    position: relative;
    font-family: "Karla", sans-serif;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    display:none;
    max-width: 42rem;
}
.background_plus_form_news{
    position: absolute;
    height:100%;
    top:0;
}
.for_hover_news{
    z-index: 100;
}
.title_news{
    padding:2rem;
    padding-top:1rem;
    padding-bottom:1rem;
    box-sizing: border-box;
    text-transform: uppercase;
}
.text_news_description{
    padding:2rem;
    padding-top:0;
    padding-bottom:1.5rem;
    box-sizing: border-box;
}
.background_img_container_news{
    overflow: hidden;
}
.background_img_news{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}



