.where_we_invest .content-area .items.enterprise-connectivity .item .left_area {
  display: flex;
  flex-direction: column; 
  & p.item_cta {
    margin-top: auto;
    &:after {
      content: '';
      height: 29px;
      width: 29px;
      display: inline-block;
      vertical-align: middle;
      background: url("https://4435489.fs1.hubspotusercontent-na2.net/hubfs/4435489/raw_assets/public/SierraVentures_January2023/2026/images/arrow-back.png");
      background-size: contain;
      transform: scale(-1);
      opacity: 0.4;
      margin-left: 6px;
      
  }
}