.homePage_pushAppContainer {
  /* width: 75vw; */
}

.homepage_pushapp_block {
  width: 24vw;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 10px;
  border-bottom: 4px solid #9fc1e9;
  box-shadow: 0 54px 35px -55px black;
  margin: 0 10px;
  margin: 0 7.5px;
  display: inline-flex;
}
.homepage_pushapp_block::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100%;
  bottom: 0;
  width: 160%;
  height: 30px;
  left: -30%;
  right: -30%;
  background: -webkit-radial-gradient(
    50% -3%,
    ellipse cover,
    rgba(0, 0, 0, 0.7),
    rgba(97, 97, 97, 0) 40%
  );
  background: radial-gradient(
    ellipse at 50% -3%,
    rgba(0, 0, 0, 0.7),
    rgba(97, 97, 97, 0) 47%
  );
}

.homepage_pushapp_block a {
  text-decoration: none;
}

.news_catgry {
  position: absolute;
  right: 30px;
  font-size: 1.8rem;
  background-color: #9fc1e9;
  padding: 12px 15px;
  color: #ffffff;
  top: 0;
  z-index: 999;
}

.clickable_container_push_app {
  width: 100%;
  /* height: 120px; */
  /* background-color: aqua; */
  /* cursor: pointer; */
  user-select: none;
}

.clickable_container_push_app img {
  width: 100%;
}

.clickable_container_push_app h3 {
  margin: 20px 0;
}

.clickable_container_push_app h3 a {
  font-size: 1.92rem;
  color: #3a4052;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.clickable_container_push_app h3 a:hover {
  text-decoration: underline;
}

.home_pushap_news_summery {
  padding: 0;
}

.home_pushap_news_date {
  font-size: 1.6rem;
  text-align: right;
}
.clickable_container_push_app p {
  font-size: 1.6rem;
  color: #3a4052;
  margin-bottom: 20px !important;
}

.homePage_pushAppContainer {
  position: absolute;
  display: inline;
  /* top: 225px; */
}

.home_pushap_news_short_info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home_pushap_news_short_mehr {
  margin: 45px 0 20px;
}

.home_pushap_news_short_mehr a:hover {
  text-decoration: underline;
}
