.cProductRow {
  border-bottom: 1px solid #000;
  padding: 40px 0;

}
.cProductRow:last-child {
  border-bottom: none !important;
}

.cProductRow p {
margin-bottom: 0 !important;
}
.cProductSection .cBoxCTAcontainer {
  margin-top: 0;
}

/* .cBoxCTAcontainer a.cFilledCTA {
  background-color: #ff6700 !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
} */


.cProductBoxCTAcontainer {
    display: flex;
    align-items: center; /* vertical */
     justify-content: flex-end;
}
