.chapter-lp-cs{
  background: url(https://f.hubspotusercontent10.net/hubfs/2530812/2021_rebranding/consumer-electronics/bg-next-chapter-min.png) center center no-repeat;
  background-size: cover;
  padding-top: 56px;
  padding-bottom: 295px;
  margin-bottom: -260px;
}

.cs-chapter-item a{
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    box-shadow: 0px 16px 56px -24px rgb(0 0 0 / 25%);
    backdrop-filter: blur(72px);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
    min-height: 288px;
    text-decoration:none !important;
    transition: all .5s ease 0s;
}
.cs-chapter-item a:hover{
    box-shadow: 0px 16px 56px -24px rgb(0 0 0 / 50%);
}
.cs-chapter-item a p {
    color: #FF4800;
    margin-bottom:20px;
}
.cs-chapter-item a h3{
    margin:0;
    letter-spacing:-0.02em;
}
@media (min-width: 1200px){
  .chapter-lp-cs .container {
      max-width: 1100px;
  }
}

@media (max-width: 767px){
  .chapter-lp-cs{
      padding-left:15px;
      padding-right:15px;
  }
  .chapter-lp-cs .span6{
      width:100% !important; 
  }
  .cs-chapter-item a{
    margin-bottom:20px;
    min-height: 250px;
  }
  .chapter-lp-cs .span12 .cs-chapter-item a, .chapter-lp-cs .span6:last-child .cs-chapter-item a{
    margin-bottom:0;
  }
}