.hero{width:100%;height:25rem;object-fit:cover;margin:0 auto;overflow:hidden;display:flex;justify-content:center;align-items:center}.hero img{width:min(100%,40rem);height:min(90%,20rem);border-radius:2rem;margin-top:1rem}.first-p{color:#5a5a5b;text-align:center;font-size:1.75rem;font-style:normal;font-weight:500;line-height:150%;margin-bottom:0}.second-p{color:#ff5a8b;font-size:1.75rem;text-align:center;font-style:normal;font-weight:500;line-height:150%;margin-top:.5rem}.loading-spinner{position:relative;display:flex;align-items:center;justify-content:center;margin-top:2rem}.spinner{border:8px solid #3498db;border-top:8px solid transparent;border-radius:50%;width:70px;height:70px;animation:spin 2s linear infinite}.loading-text{position:absolute;font-size:1rem;color:#3498db}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
