style.scss 497 B

123456789101112131415161718192021222324252627
  1. .firstaidkz {
  2. position: relative;
  3. display: flex;
  4. flex: none;
  5. flex-wrap: wrap;
  6. background-color: #ffed00;
  7. background-repeat: no-repeat;
  8. background-position: left;
  9. background-size: cover;
  10. padding: 0;
  11. &_bg {
  12. flex: none;
  13. margin: 0;
  14. width: 100%;
  15. max-width: 1283px;
  16. }
  17. &_img {
  18. flex: none;
  19. margin: 0;
  20. bottom: -2rem;
  21. right: 0;
  22. position: absolute;
  23. max-height: calc(100% + 1rem);
  24. }
  25. }