.cd-section {
  padding-left: 9rem;
  padding-right: 9rem;
}

@media (max-width: 600px) {
  .cd-section {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}

body,
button,
input,
select,
textarea {
  font-family: 'Roboto', Arial, sans-serif !important;
}