.awardTopimg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 560px;
  color: white;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 35px;
  /* margin-top: 5px; */
  margin-bottom: 20px;
  padding: 2px;
}

/* .awardTopimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */

.networktext {
  /* margin-right: 0;
  position: relative;
  z-index: 1;
  right: 5rem;
  bottom: -5rem; */
}

.networktext h2 {
  color: white;
}

