.case-study-header {
 background: #BCDAFF; 
  );
  text-align: center;
  color: #FFF;
  padding: 80px 0;
  padding-bottom: 120px;
}

.title {
  display: inline-block;
  border-radius: 8px;
  padding:  14px 22px;
  background: #912420;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.case-study-header h1 {
  color: #38344F;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 48px;
}

.csh-button {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}
.button-arrow {
  margin-top: 5px;
}
.button-arrow i {
  font-size: 20px;
}

.btn-banner {
  background: #e22e21;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 14px 22px;
    text-transform: uppercase;
    text-decoration: none;
  color: #FFF;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .case-study-header h1 {
    font-size: 40px; 
  }
  .title {
    font-size: 13px; 
  }
  .csh-button { 
    font-size: 20px; 
  }
} 