.custom-img{width:100%;max-width:688px;height:auto;object-fit:cover;opacity:0;transform:translateY(50px);transition:opacity .5s ease-out,transform .5s ease-out}@media (max-width:768px){.custom-img{width:100%;max-width:100%;height:250px;object-fit:cover}}@media (max-width:576px){.custom-img{width:100%;max-width:100%;height:200px;object-fit:cover}}.text-slide{color:#000;font-size:16px;opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}h1{font-size:50px;color:#e65100;font-weight:700;margin-bottom:20px;opacity:0;transform:translateY(25px);transition:transform .8s ease-out,opacity 1s ease-out}@media (max-width:768px){h1{font-size:56px}}@media (max-width:576px){h1{font-size:42px}}@media (max-width:375px){h1{font-size:32px}}.custom-img.visible,.text-slide.visible,h1.visible{opacity:1;transform:translateY(0)}.faq-container{max-width:600px;margin:0 auto;font-family:Arial,sans-serif;padding:20px}h1{text-align:center;color:#333}.faq-list{border-top:1px solid #e0e0e0}.faq-item{border-bottom:1px solid #e0e0e0;padding:10px 0}.faq-question{font-size:16px;font-weight:700;cursor:pointer;color:#007bff;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{text-decoration:underline}.faq-answer{margin-top:10px;font-size:14px;color:#555;line-height:1.6}.faq-question.open{color:#0056b3}.faq-answer.open{background-color:#f9f9f9;padding:10px;border-radius:5px}