_footer.scss 590 B

12345678910111213141516171819202122232425262728
  1. .footer {
  2. padding: 56px 0 55px 0;
  3. background-color: #34547A;
  4. &__wrapper {
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. }
  9. &__title {
  10. font-family: Roboto;
  11. font-style: normal;
  12. font-weight: normal;
  13. font-size: 13px;
  14. line-height: 21px;
  15. color: #FFFFFF;
  16. & h3 {
  17. margin: 0;
  18. margin-bottom: 20px;
  19. font-weight: 500;
  20. font-size: 21px;
  21. line-height: 25px;
  22. }
  23. }
  24. &__icons a {
  25. margin-left: 22px;
  26. }
  27. }