.nav ul li {
  margin-right: 0px;
}
.nav ul li a {
  margin-right: 30px;
}
.header-top .top-right {
  position: relative;
  float: right;
  top: 20px;
  right: 31px;
}
.header-top .top-right:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #315a72;
  border-radius: 50px;
}
.cause-block .image-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cause-block .text {
  height: 195px;
}
