/** Start Investor Top */
.invest_top {
  background: #F6F3EA;
  padding-bottom: 80px;
    position: relative;
  overflow: hidden;
  height: 450px;
}
.invest_fixed_container{
  position: fixed; 
  top: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  height:0px;
  overflow: hidden;
}

.invest_wrap {
  display: flex;
}
.invest_left {
  max-width: 769px;
}
.invest_left h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 29px;
  margin-top: 29px;

}
.invest_left  p{
  font-size: 24px;
}


/** end Investor top **/
 

.in_cont_section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.in_con_det {
  flex: 0 0 331px;
  max-width: 331px;
  margin-right: 95px;
  border-bottom: 1px solid #D5DBD3;
}
.in_con_img {
  flex: 0 0 calc(100% - 426px);
  max-width: calc(100% - 426px);
  overflow: hidden;
  border-radius: 8px;
}
.in_con_det h4 {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D5DBD3;
}
.in_con_det h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1E2323;
  margin-bottom: 25px;
}
.in_con_img img {
  width: 100%;
  object-fit: cover;
  height: 288px;
  border-radius: 8px;
}


.invest_left h4 {
  text-transform: uppercase;
}

@media only screen and (max-width: 992px){

    
  .invest_left h1 {
    margin: 15px 0px;
    font-size: 32px;
  }
  .invest_left p {
    font-size: 14px;
  }
  .invest_top.section {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .in_con_det {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .in_con_img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .in_con_det{
    border-bottom: none;
  }

}