.floating-cards-section {
  background: linear-gradient(139deg, #003CA6 -5.25%, #3D6ED6 27.79%, #6FE8FF 99.04%);
  padding-top: 130px;
  padding-bottom: 138px;
}
.floating-cards-section .inner {
  max-width: 960px;
  margin-inline: auto;
}
.hpc-header h2 {

  color: #fff;
  max-width: 800px;
   margin-inline: auto;
}
.hpc-footer {
   text-align: center;
   color: #fff;
}
.hpc-footer h2 {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}
.hpc-header {
  margin-bottom: 80px;
}
.hpc-cards {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 58px;
}
.hpc-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
}
.hpc-card .hpc-icon {
  width: 27.0833333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.hpc-reason-number {
  display: none;
}
.hpc-card .hpc-icon img {
  width: 140px;
  height: auto;
}
.hpc-card .hpc-content {
  padding: 50px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hpc-card h3 {
  color: #000;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.hpc-card p, 
.hpc-card ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333;
 
}
.hpc-card ul {
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hpc-card:first-child .hpc-icon {
  background-color: #FFB34F;
}
.hpc-card:nth-child(2) .hpc-icon {
  background-color: #FF9000;
}
.hpc-card:nth-child(3) .hpc-icon {
  background-color: #FF6B00;
}
.hpc-card:nth-child(4) .hpc-icon {
  background-color: #ED5C04;
}
.hpc-card:nth-child(5) .hpc-icon {
  background-color: #CA4D01;
}
@media screen and (max-width: 641px) {
  .floating-cards-section  {
    padding-top: 34px;
    padding-bottom: 52px;
  }
  
  .hpc-header {
    margin-bottom: 20px;
  }
  
  .hpc-cards {
    margin-bottom: 28px;
  }
  .hpc-card {
     flex-direction: column;
  }
  .hpc-card .hpc-icon {
    width: 100%;
    padding: 22px 12px;
  }
  .hpc-card .hpc-icon img {
    display: none;
  }
  .hpc-card h3 {
    font-size: 1rem;
  }
  .hpc-card p, .hpc-card  ul li {
    font-size: 1rem;
    line-height: 1.25;
  }
  .hpc-reason-number {
    display: block;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2222;
    letter-spacing: 1.26px;
    text-transform: uppercase;
    color: #fff;
  }
   .hpc-card .hpc-content {
     padding: 22px;
      gap: 10px;
  }

  