/* Banner with logo */

.banner-with-logo {
  height: 407px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-with-logo img {
  display: none;
}
/* End of Banner with logo */

/* Our funding left image right-content */

.left-img-right-content .image {
  max-width: 457px;
  margin-right: 30px;
}
.left-img-right-content .desc {
  width: calc(100% - 487px);
  text-align: left;
  font: 16px/24px roboto-regular;
  color: #666;
}
/* End of Our funding left image right-content */
@media only screen and (max-width: 991px) {
  /* Banner with logo */
  .banner-with-logo .banner-logo {
    background-size: contain;
  }
  /* End of Banner with logo */
  /* Our funding left image right-content */
  .left-img-right-content .image {
    max-width: 300px;
  }
  .left-img-right-content .desc {
    width: calc(100% - 330px);
  }
  /* End of Our funding left image right-content */
}
@media only screen and (max-width: 767px) {
  /* Banner with logo */
  .banner-with-logo {
    height: 200px;
  }
  /* End of Banner with logo */
  /* Our funding left image right-content */
  .left-img-right-content .image {
    max-width: 280px;
    margin: 0 auto 20px;
    float: none !important;
  }
  .left-img-right-content .desc {
    width: 100%;
  }
  /* End of Our funding left image right-content */
}