.individual-homepage-corporate-section {
  position: relative;
  background-color: black;
  height: 100vh;
  /* min-height: 25rem; */
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  height: 768px;
  padding-top: 0;
}

.individual-homepage-corporate-section .corporate-img-overlay {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(18%, rgba(37, 40, 45, 0)), color-stop(104%, #000000)),
    radial-gradient(circle at 53% 100%, rgba(42, 60, 68, 0), rgba(42, 60, 68, 0) 53%, rgba(42, 60, 68, 0.6) 79%) !important;
  background-image: -webkit-linear-gradient(left, rgba(37, 40, 45, 0) 18%, #000000 104%),
    -webkit-radial-gradient(53% 100%, circle, rgba(42, 60, 68, 0), rgba(42, 60, 68, 0) 53%, rgba(42, 60, 68, 0.6) 79%) !important;
  background-image: -moz- oldlinear-gradient(left, rgba(37, 40, 45, 0) 18%, #000000 104%),
    -moz- oldradial-gradient(53% 100%, circle, rgba(42, 60, 68, 0), rgba(42, 60, 68, 0) 53%, rgba(42, 60, 68, 0.6) 79%) !important;
  background-image: -o-linear-gradient(left, rgba(37, 40, 45, 0) 18%, #000000 104%),
    -o-radial-gradient(53% 100%, circle, rgba(42, 60, 68, 0), rgba(42, 60, 68, 0) 53%, rgba(42, 60, 68, 0.6) 79%) !important;
  /* background-image: linear-gradient(to right, rgba(37, 40, 45, 0) 18%, #000000 104%),
    radial-gradient(circle at 53% 100%, rgba(42, 60, 68, 0), rgba(42, 60, 68, 0) 53%, rgba(42, 60, 68, 0.6) 79%) !important; */
  background-image: linear-gradient(to bottom, rgba(37, 40, 45, 0) 18%, #000000 104%),
    radial-gradient(circle at 53% 100%, rgba(42, 60, 68, 0), rgba(42, 60, 68, 0) 53%, rgba(42, 60, 68, 0.6) 79%) !important;
}
.individual-homepage-corporate-section .corporate-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.corporate-img-content {
  top: 0;
  position: absolute;
  margin: 0;
  color: #fff;
  right: 150px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .corporate-img-content {
    width: 100%;
    right: 0;
    padding: 0 90px;
  }
}
@media screen and (max-width: 600px) {
  .corporate-img-content {
    padding: 0 20px;
  }
  .individual-homepage-corporate-section {
    max-height: 640px;
  }
}
