.press-bg-img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
.press-container {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.text-blue {
  color: #9dceff !important;
}
p,
.text {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
body {
  background-color: #000;
}
h2 {
  font-size: 36px;
  letter-spacing: 2px;
  position: relative;
  margin: 0px !important;
  background: none;
  font-weight: 600 !important;
  line-height: 1.2em;
}
.news-detail a {
  color: black;
  margin: 0;
  padding: 0;
  transition: color 0.5ms ease-in;
}
