| 1234567891011121314151617181920212223 |
- .wiacademy {
- overflow: hidden;
- flex: none;
- }
- .wiacademy__content {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- flex-direction: row;
- flex-wrap: nowrap;
- align-items: flex-end;
- justify-content: space-between;
- }
- .wiacademy__content img {
- display: block;
- }
- .wiacademy__border {
- background-image: linear-gradient(117deg, rgb(236, 102, 60) 0%, rgb(222, 60, 62) 100%);
- height: 5px;
- }
|