.invest-tabs{
    width: 78%;
    background: #fff;
    padding: 0 16px;
    box-shadow: 0px 10px 40px 0px rgba(16, 24, 40, 0.08);
    margin-bottom: 40px;
    display:flex;
    justify-content: flex-start;
    gap:16px;
    margin: 50px auto  40px;
}
.invest-tabs .invest-tab{
    padding:16px;
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333;
    cursor: pointer;
}
.invest-tabs .invest-tab.active{
  color: #00B9F2;
  border-bottom: 1px solid #00B9F2;
}
.invest-lists {
  margin-bottom: 50px !important;
}
.invest-lists .invest-list{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
  box-shadow: 0px 10px 40px 0px rgba(16, 24, 40, 0.08);
  background: #fff;
  border-radius: 8px;
cursor: pointer;
}
.invest-lists .invest-list a{
display: inline-block;
    width: 100%;
    padding: 26px 24px;
}
.invest-lists .invest-list .year{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-right: 32px;
}
.invest-lists .invest-list .title{
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
@media screen and (max-width: 953px) {
  .invest-tabs{
    width: 100%;
    margin:0 0 24px;
    padding: 0;
  }
  .invest-lists .invest-list .year{
    font-size: 14px;
    line-height: 20px;
  }
  .invest-lists .invest-list{
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
.invest-lists .invest-list a{
 padding:15px;
}
  .invest-lists {
    margin-bottom: 0 !important;
  }
}