.press_articles_container {
    width: 1300px;
    height: auto;
    margin: 0px auto;
    margin-bottom: 200px;
}

.press_grid_box {
    /* width: 45%; */
    height: 400px;
    align-items: center;
    justify-content: center;
    /* display: grid; */
    /* background: radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%); */
    /* background: -webkit-radial-gradient(farthest-corner at 40px 40px, #0f131b, #171d28 100%); */
    /* border: 1px solid #333333; */
    /* border: 1px solid #242c3b; */
    /* border-radius: 10px; */
    /* box-shadow: 0 0 20px 0 black; */
    /* overflow: hidden; */
    width: 500px;
    max-width: 320px;
    min-width: 300px;
    margin: 30px;
    opacity: 1;
    cursor: pointer;
    margin-bottom: 60px;
    position: relative;
}

.press_grid_box:hover {
    /* border: 1px solid var(--red); */
    cursor: pointer;
    /* filter: brightness(1.2); */
    /* background-color: #2f3b47; */
    /* background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%); */
}

.press_grid_box:hover>.press_grid_img {
    /* border: 1px solid var(--red); */
    /* cursor: pointer; */
    background-size: 105%;
    transition: 0.2s;
    /* filter: brightness(1.2); */
    /* background-color: #2f3b47; */
    /* background: radial-gradient(farthest-corner at 0px 0px, #293244, #19202c 100%); */
}

.press_grid_box:active {
    /* opacity: 0.6; */
}

.press_content_text_container {
    /* padding: 20px; */
    box-sizing: border-box;
    padding-top: 0;
    /* background: #19202c; */
    position: relative;
}

.press_title {
    /* margin-bottom: 10px; */
    padding: 10px 0;
    /* border-bottom: 1px solid #3b475c; */
    font-size: 1.4rem;
    font-family: Exo 2;
    color: #fff;
    opacity: 0.8;
    font-weight: bolder;
}


.press_grid_img {
    width: 100%;
    height: 200px;
    background-size: 100%;
    /* border: 1px solid white; */
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.press_release {
    position: absolute;
    bottom: 0;
    right: 0%;
    color: var(--d9);
    /* font-size: 0.7rem; */
    /* margin: 10px; */
    /* margin-left: 20px; */
    font-weight: bold;
    letter-spacing: 0.02rem;

}