_training_programs.css.scss 416 B

1234567891011121314151617181920212223242526272829
  1. header.training_programs {
  2. h3 {
  3. margin-top: 20px;
  4. margin-left: 10px;
  5. text-transform: uppercase;
  6. }
  7. .wrapper-dropdown {
  8. margin-bottom: 10px;
  9. }
  10. }
  11. section.training_programs {
  12. h3 {
  13. margin-bottom: 20px;
  14. margin-left: 10px;
  15. text-transform: uppercase;
  16. }
  17. }
  18. span.brain_badge {
  19. width: 65px !important;
  20. height: 65px !important;
  21. margin: 0 auto !important;
  22. img {
  23. width: 65px;
  24. }
  25. }