/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 61:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.cpap-process-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.cpap-process-section .section-title {
  text-align: center;
  font-size: 32px;
  color: #023151;
  margin-bottom: 40px;
  font-weight: 700;
}
.cpap-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  text-align: center;
}
.cpap-process-step img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}
.cpap-process-step h3 {
  color: #77adc2;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.cpap-process-step p {
  color: #023151;
  font-size: 16px;
}
.cpap-process-button {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px; 
}
.cpap-process-button a {
  background-color: #023151;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.cpap-process-button a:hover {
  background-color: #021e3a;
}
</style>