.middle_logo{
  margin-left: 24%;
  margin-right: 28%;
}
.middle_logo img{
  width: 150px;
}

@media (max-width: 768px) {
  .middle_logo{
    margin-left: 0;
    margin-right: 0;
  }
  .middle_logo img{
    width: 60px;
  }
}



.right_side{
  display: flex;
  width: 100%;
  height: 450px;
  justify-content: center;
}
.issue_right_side{
  display: flex;
  width: 100%;
  height: 600px;
  justify-content: center;
}
.top_p{
  font-size: 1.4rem;
  font-weight: 500;
}
.bi-play-circle{
  font-size: 5rem;
  color: red !important;
  opacity: .6;
}
.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #b41c20;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026;
}

.donation ul li{
  display: inline-flex;
  /* justify-content: center; */
  padding-top: 15px;

}
.donate_btn_bg .donate_btn{
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background-color: #ff002b;
  width: 150px;
  height: 50px;
  border-radius: 5px 5px 5px 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 10px;
  position: relative;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.50);
}

.donate_btn:hover{
  background-color: #b41c20;
  color: #ffffff;
  transition: ease .5s;
  transition-timing-function: ease-out;
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.justify{
  text-align: justify;
}
