@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");.container{height:100%;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:60px;padding:35px 0}.contentLeft,.contentRight{width:100%}.contentLeft .row{width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px}.contentLeft .row .imgWrapper{width:100%;height:450px;overflow:hidden;border-radius:10px;box-shadow:5px 10px 10px rgba(0,0,0,.15)}.contentLeft .row .imgWrapper img{width:100%;height:100%;object-fit:cover;user-select:none;transition:.3s ease}.contentLeft .row .imgWrapper:hover img{transform:scale(1.5)}.contentLeft .row .imgWrapper:nth-child(odd){transform:translateY(-20px)}.contentLeft .row .imgWrapper:nth-child(2n){transform:translateY(20px)}.contentRight .content{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.contentRight .content h2{font-size:22px;font-weight:400}.contentRight .content h3{font-size:40px;color:#1e272e}.contentRight .content p{font-size:16px;color:#343434;line-height:28px;padding-bottom:10px}.contentRight .content a{display:inline-block;text-decoration:none;font-size:16px;letter-spacing:1px;padding:13px 30px;color:#fff;border-radius:8px;user-select:none}@media(max-width:768px){.container{grid-template-columns:1fr}.contentLeft .row{grid-template-columns:repeat(2,1fr)}.contentLeft .row .imgWrapper{height:150px}.contentRight .content h4{font-size:18px}.contentRight .content h2{font-size:30px}}