.cs-content-2{
  background: #FFF;
  padding: 70px 0;
  font-family: 'Poppins', sans-serif;
}
.cs-content-2 .company-name h2{
  color: var(--Cinder, #242D30);
  text-align: center;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 51px; /* 124.39% */
  text-transform: capitalize;
  margin-bottom: 12px;
}
.cs-content-2 .company-summary{
  color: var(--Cinder, #242D30);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.cs-content-2 .separator{
  padding: 20px; 0;
}
.cs-content-2 .case-study h2{
  text-align: center;
  font-size: 41px;
  font-style: normal;
  font-weight: 600;
  line-height: 51px; /* 124.39% */
  text-transform: capitalize;
  margin-bottom: 12px;
}
.cs-content-2 .case-study {
  color: var(--Cinder, #242D30);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}
.cs-content-2 .case-study ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.cs-content-2 .case-study blockquote{
  border-radius: 10px;
  background: #F4F4F4;
  padding: 24px 28px;
  color: var(--Cinder, #242D30);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 117.647% */
}