.img {
width: 1150px;
margin: 0 auto 100px auto;
}


.summary {
width: 1000px;
margin: 0 auto 100px auto;
}

.summary figure {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}

.summary figure figcaption {
display: grid;
gap: 50px;
text-align: justify;
}