
.featured-cs .slick-dots .slick-active button {
background-color: #ffffff;
  width: 24px;
  border-radius: 50px;
}

.featured-cs .slick-dots button {
 width: 8px;
  height: 8px;
}

.featured-cs .slick-dots {
 justify-content: right;
 margin-top: -65px; 
 padding-right: 30px;
}
.featured-cs-card {
align-items: stretch;
    display: flex;
  align-items: top;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8%;
    height: 100%;
    width: 100%;
    padding: 30px;
  padding-bottom: 120px;
    background-image:url('https://2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/case%20study%20detail%20page%20assets%20-%20DO%20NOT%20DELETE/cs-featured-bg.svg');
    background-size: cover;
  background-position: bottom;
  border-radius: 10px 10px 0px 0px;
  color: #fff;
}

.featured-cs-card h2 {
  color: #fff;
}
.featured-cs-card h3 {
  color: #fff;
}
.featured-cs-card p {
  color: #fff;
}
.left-feat-cs {
flex-basis: 46%;
}

.left-feat-cs p {
  font-size: 14px;
  color:#acb0f4;
}

.left-feat-cs img {
max-width: 135px;
 height: auto; 
}


.featured-cs-info {
flex-basis: 46%;
  text-align: right;
}

.featured-cs-info h2 {

  margin-top: 15px;
}
.feat-cs {
  border-radius: 50px;
    color: #16162e;
  background: #acb0f4;
margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 1px;
  font-weight 500;
    padding: 6px 20px 4px;
    text-transform: uppercase;
  display: inline-block;
  width: fit-content;
}
.feat-topic {
 display: inline-block; 
   font-size: 13px;
    color: #4e3cbb;
  font-weight 500;
    padding: 6px 20px 4px;
  border-radius: 50px;
  border: 1px solid  #4e3cbb;
  margin-left: 10px;
  font-size: 13px;
    letter-spacing: 1px;
  text-transform: uppercase;
}

a.feat-play-link {
     align-items: center;
    background-color: #4e3cbb;
    border: 1px solid #4e3cbb;
    border-radius: 5px;
    color: #fafafa;
    cursor: pointer;
    display: inline-flex
;
    flex-direction: row;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 1.4;
    max-width: 500px;
    padding: 7px 14px;
    text-align: center;
    transition: all .15s linear;
    white-space: normal;
    width: auto; 
}

.play-link {
 padding-top: 30px; 
}

p.bold-stat {
 font-size: 40px;
 font-weight: 600; 
 margin-bottom: 0px; 
  margin-top: 0px;
}

p.stat-summary {
   margin-bottom: 0px; 
  margin-top: -7px;
  font-size: 14px;
}

@media only screen and (max-width: 720px) {
  .featured-cs-card {
align-items: stretch;
    display: block;
  align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0%;
    height: 100%;
}
  
  .featured-cs-info {
flex-basis: 100%;
}
  
  .featured-cs-info {

  text-align: left;
}
  
  .featured-cs-card {
   background-image: none;
   background-color: #16162e; 
    border-radius: 0px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .featured-cs {
    background-color: #16162e !important; 
    background: #16162e !important; 
    border-radius:0px;
  }
  
  .play-image-container {
flex-basis: 100%;
    padding-top: 20px;
}
  
  .feat-cs {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  
  .left-feat-cs img {
   margin-top: 60px; 
  }
}