.container{display:flex;justify-content:center;align-items:center;padding:2rem}@media (max-width:480px){.container{flex-wrap:wrap;gap:1rem;padding:.5rem;justify-content:flex-start;align-items:flex-start;margin-left:0}}.centeredImageContainer{display:flex;justify-content:center;width:50%;margin:1rem auto}.canopyImage{width:100%;height:100%;max-width:400px;border-radius:1rem}.flipBox{max-width:300px;max-height:200px;perspective:1000px;position:relative}.box,.flipBox{width:300px;height:370px}.box{background-color:#ffffff;color:#333;display:flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;backface-visibility:hidden;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:8px;animation:flipAnimation 8s ease-in-out infinite}@keyframes flipAnimation{0%,25%{transform:rotateY(0deg)}50%,75%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}.box:first-child{animation-delay:0s}.box:nth-child(2){animation-delay:4s}.profileCard{background-color:white;color:#333;border-radius:8px;width:100%;padding:16px;text-align:center;display:flex;flex-direction:column;align-items:center;margin:5rem auto}.profileImage{width:100%;height:auto;border-radius:50%;margin-bottom:16px}.profileName{font-size:1.2rem;font-weight:700;margin:8px 0}.profileDetails{width:100%;display:flex;flex-direction:column;text-align:left}.detail{display:flex;justify-content:space-between;width:100%;padding:4px 0}.detailLabel{font-weight:700;color:#090909}.detailValue{color:#333;text-align:left}@media (max-width:1024px){.container{padding:1rem}.adSection{width:80%;font-size:1.6rem}.flipBox{width:80%}}@media (max-width:768px){.flipBox{width:90%;height:auto}.profileCard{padding:12px}}@media (max-width:480px){.flipBox{max-width:90vw;margin-bottom:1rem}.box,.flipBox{width:240px;height:280px}.centeredImageContainer{width:50%;height:auto;font-size:1.5rem}}.roundedBorderSection{border:2px solid #3b82f6;border-radius:1rem;padding:2rem;margin:2rem}