_about-us.less 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* About us */
  2. @media screen and (min-width: 1209px) {
  3. }
  4. .about-us {
  5. margin-bottom: 150px;
  6. }
  7. .about-us__container {
  8. background-color: #7A1B2E;
  9. color: #FFFFFF;
  10. padding: 30px 30px 30px 50px;
  11. .main-caption-l {
  12. color: #FFFFFF;
  13. }
  14. }
  15. .about-us__wrapper-info {
  16. display: flex;
  17. }
  18. .about-us__img {
  19. width: 500px;
  20. height: 288px;
  21. background-size: cover;
  22. background-position: center;
  23. background-repeat: no-repeat;
  24. flex-shrink: 0;
  25. margin-right: 50px;
  26. margin-bottom: -50px;
  27. }
  28. .about-us__info {
  29. font-size: 16px;
  30. line-height: 150%;
  31. p {
  32. margin-bottom: 20px;
  33. &:last-child {
  34. margin-bottom: 0px;
  35. }
  36. }
  37. .general-more {
  38. margin-top: 25px;
  39. }
  40. }
  41. .about-us__info__caption {
  42. font-weight: 500;
  43. font-size: 18px;
  44. line-height: 23px;
  45. margin-bottom: 20px;
  46. }
  47. .about-us__wrapper-sub-info {
  48. font-size: 16px;
  49. line-height: 150%;
  50. margin-top: 38px;
  51. }
  52. @media screen and (max-width: 1210px) {
  53. .about-us {
  54. margin-bottom: 50px;
  55. }
  56. .about-us__wrapper {
  57. padding: 0px;
  58. }
  59. .about-us__container {
  60. flex-direction: column;
  61. padding: 50px 20px;
  62. }
  63. .about-us__wrapper-info {
  64. flex-direction: column;
  65. }
  66. .about-us__img {
  67. width: 100%;
  68. height: 162px;
  69. margin-bottom: 30px;
  70. margin-right: 0px;
  71. }
  72. }
  73. /* About us */