.twoImages{display:flex;align-items:center;justify-content:center;padding:0 5vw 50px;aspect-ratio:1.5/1;gap:15px}.twoImages img:first-child{flex:1.5;height:100%;object-fit:cover;border-radius:20px}.twoImages img:nth-child(2){flex:1;height:100%;object-fit:cover;border-radius:20px}@media (max-width:500px){.twoImages{display:none}}