.two-image .images{display:flex;gap:2rem;justify-content:space-between;position:relative}.two-image .images img{height:38rem;object-fit:contain;transition:transform .3s ease-out;width:38rem}.two-image .images img:nth-child(2){margin-top:10rem}.two-image .images img:first-child{transform:translateY(0)}@media screen and (max-width:768px){.two-image .images{flex-direction:column;gap:1rem}.two-image .images img{height:auto;margin-top:0;width:100%}.two-image .images img:nth-child(2){margin-top:0}.two-image .images img:first-child{margin-top:25px;transform:none}}