About.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .about {
  2. min-height: 436px;
  3. }
  4. .about__wrapper {
  5. padding: 101px 0 97px 0;
  6. display: flex;
  7. justify-content: space-evenly;
  8. align-items: center;
  9. }
  10. .about__item {
  11. width: 360px;
  12. min-height: 67px;
  13. margin: 19px 21px 97px 17px;
  14. font-family: Lato;
  15. font-size: 16px;
  16. font-weight: 300;
  17. line-height: 1.13;
  18. letter-spacing: 0.8px;
  19. text-align: center;
  20. color: #000;
  21. }
  22. .about__item h3 {
  23. font-family: Lato;
  24. font-size: 18px;
  25. font-weight: bold;
  26. line-height: 1.67;
  27. letter-spacing: 0.9px;
  28. color: #000;
  29. text-transform: uppercase;
  30. }
  31. .about__item span {
  32. font-family: Lato;
  33. font-size: 16px;
  34. font-weight: 300;
  35. line-height: 1.33;
  36. letter-spacing: 0.8px;
  37. text-align: left;
  38. color:#999999;
  39. }
  40. .about__img {
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. width: 107px;
  45. height: 107px;
  46. margin: 0 auto;
  47. border:2px solid black ;
  48. border-radius: 100%;
  49. margin-bottom: 20px;
  50. }
  51. .about__divider {
  52. width: 88px;
  53. height: 1px;
  54. margin: 0 auto;
  55. background-color:#f57365;
  56. }
  57. .about__divider_app {
  58. margin: 0;
  59. margin-bottom: 19px;
  60. }
  61. .about__divider_food {
  62. margin-bottom: 40px;
  63. }