.story .storyHead {
  font-size: 68px;
  color: #000;
  font-weight: 700;
}
.story .wsrMission {
  color: #000;
  background: url(../../../../assets/mission-bg.jpg);
  background-size: cover;
  font-weight: 700;
}
.story .wsrMission .missionLeft {
  box-shadow: 6px 0px 3px rgba(0, 0, 0, 0.19);
}
.story .wsrMission .missionLeft .wsrSubHead {
  font-size: 38px;
  line-height: 38px;
}
.story .wsrMission .missionLeft .wsrMainHead h2 {
  font-size: 75px;
  line-height: 80px;
  font-weight: 700;
}
.story .wsrMission .missionLeft .wsrMainHead p {
  font-size: 22px;
}
.story .wsrMission .missionRight h4 {
  font-size: 26px;
  line-height: 26px;
}
.story .wsrMission .missionRight h2 {
  font-size: 39px;
  line-height: 44px;
  font-weight: 700;
}
.story .wsrMission .missionRight .exploadingquotes {
  padding: 0px 31px 31px;
  margin-bottom: 28px;
}
.story .wsrMission .missionRight .exploadingquotes img {
  width: 67px;
  height: 43px;
}
.story .wsrMission .missionRight .exploadingquotes p {
  font-size: 26px;
  font-weight: 500 !important;
  text-align: center;
}
.story .wsrMission .missionRight .exploadingquotes .quoteRight {
  right: 0;
  bottom: 0;
  position: absolute;
}
.story .wsrMission .missionRight .wsrBtnEbook {
  border-radius: 0;
  border: none;
  font-size: 18px;
  font-weight: 800;
  padding: 8px 28px;
}
.story .RestaurantMain {
  background: rgba(255, 255, 255, 0.7);
}
.story .RestaurantMain h4 {
  font-size: 24px;
  font-weight: 600;
}
.story .RestaurantMain .RestaurantInner {
  box-shadow: 0 0 2em -0.9em #000000;
  padding: 55px 55px;
  min-height: 220px;
}
.story .RestaurantMain .RestaurantInner .leftContent {
  border-right: 2px solid #ddd;
}
.story .RestaurantMain .RestaurantInner .leftContent p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding-right: 20px;
}
.story .RestaurantMain .RestaurantInner .rightContent p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding-left: 20px;
}
.story .storydetails {
  background: url(../../../../assets/story-detailsbg.png);
  background-size: cover;
}
.story .storydetails .icon {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: var(--red-color);
}
.story .storydetails .storyContent {
  width: calc(100% - 120px);
}
.story .storydetails .storyContent h2 {
  font-size: 31px;
}
.story .storydetails .storyContent p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.story .today {
  background: rgba(255, 255, 255, 0.7);
}
.story .today .todayInner {
  box-shadow: 0 0 2em -0.9em #000000;
  padding: 55px 55px;
  min-height: 220px;
}
.story .today .todayInner h4, .story .today .todayInner p {
  color: #000;
}

@media (max-width: 991px) {
  .storyHead {
    font-size: 55px !important;
  }
  .wsrMainHead h2 {
    font-size: 55px !important;
  }
}
@media (max-width: 768px) {
  .storyHead {
    font-size: 31px !important;
  }
  .wsrMainHead h2 {
    font-size: 35px !important;
  }
  .missionRight h4 {
    font-size: 21px !important;
  }
  .missionRight h2 {
    font-size: 26px !important;
  }
  .missionRight p {
    font-size: 18px !important;
  }
  .leftContent {
    border-bottom: 2px solid #ddd !important;
    border-right: 0 !important;
    margin-bottom: 15px !important;
  }
}/*# sourceMappingURL=ourStory.module.css.map */