:root {
  --primary: #38a7bb;
  --primary-text: #1a1a1a;
  --secondary: #a7aeaf;
  --secondary-text: #ffffff;
  --accent: #38a7bb;
  --accent-text: #ffffff;
}



.clearfix::after {
  content: "";
  clear: both;
  display: table;
}