.yourjourney-main{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:10px}.yourjourney-card{display:flex;flex-direction:row-reverse;background:var(--graylight2);overflow:hidden;min-height:330px;filter:drop-shadow(0 20px 50px rgba(39,57,92,.06));color:var(--primary);box-shadow:#0000001a 0 0 10px}.yourjourney-card:first-child{border-top-left-radius:25px}.yourjourney-card:nth-child(2){border-top-right-radius:25px}.yourjourney-card:nth-child(3){border-bottom-left-radius:25px}.yourjourney-card:nth-child(4){border-bottom-right-radius:25px}.yourjourney-card:nth-child(2n){flex-direction:row}.yourjourney-content{padding:20px}.yourjourney-content h4{margin-bottom:20px;border-bottom:solid 1px #ddd;padding-bottom:10px}.yourjourney-content p{text-align:justify}.yourjourney-img{overflow:hidden;max-width:250px;min-width:250px}.yourjourney-card img{height:100%;-o-object-fit:cover;object-fit:cover;background:var(--graylight2);transition:all ease-in-out .3s}.yourjourney-card:hover img{transform:scale(1.08)}@media(min-width:1920px){.yourjourney-content{padding:30px}}@media(max-width:1199px){.yourjourney-content{padding:10px}.yourjourney-img{overflow:hidden;min-width:140px}}@media(max-width:1023px){.yourjourney-card:nth-child(2n),.yourjourney-card{flex-direction:column}.yourjourney-img{min-width:100%}.yourjourney-card img{width:100%;max-height:300px;-o-object-position:bottom;object-position:bottom}.yourjourney-content{padding:20px}}@media screen and (max-width:639px){.yourjourney-main{grid-template-columns:repeat(1,1fr);gap:20px}.yourjourney-card{border-radius:25px}}.yourjourney-main{gap:22px}.yourjourney-card{background:#fff;border:1px solid var(--premium-border);border-radius:var(--premium-radius);box-shadow:var(--premium-shadow-soft);filter:none}.yourjourney-card:first-child,.yourjourney-card:nth-child(2),.yourjourney-card:nth-child(3),.yourjourney-card:nth-child(4){border-radius:var(--premium-radius)}.yourjourney-content{padding:28px}.yourjourney-content h4{border-bottom-color:var(--premium-border);color:var(--premium-navy);font-family:Cormorant,serif;font-size:28px;line-height:1.08}.yourjourney-content p{color:var(--premium-muted);line-height:1.7}
