.breadcrumbs-oversea {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.venture-container {
  flex-direction: column;
  display: flex;
  width: 100%;
  text-align: justify;
  padding: 20px 0;
  color: #666;
}
.venture-container .main-heading {
  text-align: start;
  font-weight: bold;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
  color: #000;
}
.venture-container .first-section {
  flex-direction: row;
  display: flex;
  width: 100%;
}
.venture-container .first-section .section-left {
  width: 75%;
  margin-right: 20px;
}
.venture-container .first-section .section-right {
  width: 50%;
}
.venture-container .first-section .section-right .venture-img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .venture-container .first-section {
    flex-direction: column-reverse;
    align-items: center;
  }
  .venture-container .first-section .section-left {
    width: 100%;
    margin-right: 0;
  }
  .venture-container .first-section .section-right {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
