.three_images-container{display:grid;gap:55px;grid-template-columns:repeat(3,1fr)}.three_images-container>img{aspect-ratio:3/2;border-radius:16px;height:auto;object-fit:cover;width:100%}@media (max-width:991px){.three_images-container{grid-template-columns:repeat(2,1fr);justify-items:center}.three_images-container>img:last-child{grid-column:span 2;width:calc(50% - 27.5px)}}@media (max-width:767px){.three_images-container{grid-template-columns:repeat(1,1fr);justify-items:unset}.three_images-container>img{max-width:500px}.three_images-container>img:nth-child(2){justify-self:end}.three_images-container>img:last-child{grid-column:unset;width:100%}}