.babyLayoutContainer{display:flex;flex-wrap:wrap;justify-content:center;padding:20px;gap:20px}.babyCardBox{background:#fff;width:300px;height:400px;position:relative;border-radius:15px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1)}.babyCardImage{width:100%;height:100%;object-fit:cover;border-radius:15px}.babyCardContent{position:absolute;bottom:0;width:100%;background:#a19684!important;color:white;text-align:center;padding:15px 0;font-size:1.5em;font-weight:700;border-bottom-left-radius:15px;border-bottom-right-radius:15px}@media (max-width:768px){.babyCardBox{width:100%;height:300px}.babyCardContent{font-size:1.2em}}