.custom-accordion-title {
  display: flex;
  padding: 15px 20px;
  background: #deefff;
  font-weight: 500;
  border: 1px solid #deefff;
  border-radius: 2px;
  cursor: pointer;
}
.custom-accordion-content {
   margin-top: 20px !important; 
    padding: 0 20px;
}