our-apps.css 746 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .app {
  2. background-color: rgba(139, 139, 139, 0.5);
  3. padding-top: 102px;
  4. }
  5. .app__wrapper {
  6. display: flex;
  7. justify-content: space-around;
  8. max-height: 600px;
  9. overflow: hidden;
  10. }
  11. .app__item {
  12. margin-right: 115px;
  13. text-align: left;
  14. font-family: Lato;
  15. font-size: 16px;
  16. font-weight: 300;
  17. line-height: 1.33;
  18. letter-spacing: 0.8px;
  19. text-align: left;
  20. color: #8b8b8b;
  21. }
  22. .app h3 {
  23. margin: 0;
  24. font-family: Lato;
  25. font-size: 18px;
  26. font-weight: bold;
  27. font-stretch: normal;
  28. font-style: normal;
  29. line-height: 1.67;
  30. letter-spacing: 0.9px;
  31. text-align: left;
  32. color: #000;
  33. }
  34. .app p {
  35. margin: 0;
  36. margin-bottom: 29px;
  37. }
  38. .app a {
  39. margin-right: 10px;
  40. }