* {
    box-sizing: content-box;
}

article > section:first-child {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

article > section:first-child > h2 {
    margin-bottom: 0;
    line-height: 1;
}

article > section:first-child > p {
    margin-bottom: 0;
}

article > section:last-of-type {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: scroll;
    height: 300px;
}

article > section > img {
    height: 300px;
}