.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.item {
    flex: 11300px;
}

.body {
    font-size: 1.2rem;
}

.container {
    width: 80%;

}

.img {
    max-width: 100%;
    height: auto;
}