.r-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.h-300 {
  height: 300px;
}

.r-banner {
  height: 400px;
  padding: 50px 0;
  background: rgb(30, 70, 230);
}

.retail-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
}
.retail-box p {
  color: #fff !important;
  text-align: center;
  margin: 0;
}
.retail-box.with-border {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .h-300 {
    height: auto;
  }
  .r-banner {
    height: auto;
    padding: 0;
  }
  .retail-box {
    padding: 30px;
  }
  .retail-box.with-border {
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}/*# sourceMappingURL=india_story_sub.css.map */