.approch-diagram img{
  margin: 60px auto;
}
.about-us-page .biennial-magazine .row {
  display: flex;
}
.about-us-page .biennial-magazine .row >div {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
/* Banner with right logo */

.banner-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  background-size: cover;
  width: 508px;
  /*height: calc(100% - 50px);*/
  height: 327px;
}
/* End of banner-logo*/

/*our-work*/

.our-work-impact-section {
  clear: both;
}

.our-work-impact-section .our-work-impact-image-wrap {
  position: relative;
}
.our-work-impact-section .our-work-impact-image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / .6);
}
.our-work-impact-section .content-wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  max-width: 735px;
  margin: 0 auto;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.our-work-impact-section .our-work-impact-text {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  /*margin-bottom: 30px;*/
  margin-bottom: 35px;
}


.white-btn {
  background: #fff;
  border: 1px solid #fff;
}
.white-btn a {
  font-size: 14px;
}
.white-btn a:focus, .white-btn a {
  color: #006B9F;
}
.white-btn:hover {
  border: 1px solid #fff;
}
.white-btn:hover a {
  color: #fff !important;
}
.white-btn .h-btn-hover:after, .white-btn .h-btn-hover:before {
  content: "";
  background: #006B9F none repeat scroll 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-logo {
    /*width: 280px;*/
    width: 304px;
  }
}
@media only screen and (max-width: 991px) {
  .our-work-impact-section .content-wrap {
    padding: 0 20px;
  }
  .our-work-impact-section .our-work-impact-text {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-page .biennial-magazine .row {
    display: block;
  }
  .banner-logo {
    width: 90px;
  }
  .our-work-impact-section img {
    height: 245px !important;
    object-fit: cover;
  }
  .our-work-impact-section .our-work-impact-text {
    font-size: 16px;
    line-height: 22px;
  }
}