| 123456789101112131415161718192021222324252627 |
- .firstaidkz {
- position: relative;
- display: flex;
- flex: none;
- flex-wrap: wrap;
- background-color: #ffed00;
- background-repeat: no-repeat;
- background-position: left;
- background-size: cover;
- padding: 0;
- &_bg {
- flex: none;
- margin: 0;
- width: 100%;
- max-width: 1283px;
- }
- &_img {
- flex: none;
- margin: 0;
- bottom: -2rem;
- right: 0;
- position: absolute;
- max-height: calc(100% + 1rem);
- }
- }
|