.mission-section{background-color:var(--white);position:relative;padding:60px 0}.mission-section .section-title{text-align:center;color:var(--green-dark);font-size:2.5rem;margin-bottom:50px;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}.mission-section .section-title:after{content:"";position:absolute;width:80px;height:3px;background-color:var(--green-light);bottom:-15px;left:50%;transform:translateX(-50%)}.mission-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--brown-lighter)}.mission-cards{display:flex;gap:30px;justify-content:center}.mission-card{flex:1;background-color:#f9f9f9;padding:40px 30px;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease;position:relative;overflow:hidden}.mission-card:hover{transform:translateY(-10px)}.mission-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background-color:var(--brown)}.mission-card h3{color:var(--green-dark);margin-bottom:20px;font-size:24px;position:relative;display:inline-block}.mission-card h3:after{content:"";position:absolute;width:40px;height:2px;background-color:var(--brown-light);bottom:-10px;left:50%;transform:translateX(-50%)}.mission-card p{color:#555;line-height:1.6;font-size:16px}.mission-card ul{list-style:none;text-align:left;padding-left:20px}.mission-card ul li{margin-bottom:10px;position:relative;padding-left:20px;color:#555;font-size:16px}.mission-card ul li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;background-color:var(--green-light);border-radius:50%}@media (max-width:768px){.mission-section{padding:40px 0}.mission-section .section-title{font-size:2rem;margin-bottom:40px}.mission-cards{flex-direction:column}}@media (max-width:480px){.mission-section{padding:30px 0}.mission-section .section-title{font-size:1.75rem;margin-bottom:30px}}.footer{background-color:var(--green-light);color:var(--white);padding:60px 0 20px}.footer-content{display:flex;justify-content:space-between;margin-bottom:40px}.footer-logo img{height:50px;width:250px;object-fit:cover;margin-bottom:15px}.footer-logo p{color:rgba(255,255,255,.7);max-width:250px}#009f53
.footer-contact h3,.footer-links h3{font-size:18px;margin-bottom:20px;position:relative;padding-bottom:10px}.footer-contact h3:after,.footer-links h3:after{content:"";position:absolute;width:40px;height:2px;background-color:var(--brown-lighter);bottom:0;left:0}.footer-links ul{list-style:none}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:rgba(255,255,255,.7);transition:color .3s ease}.footer-links ul li a:hover{color:var(--brown-lighter)}.footer-contact p{color:rgba(255,255,255,.7);margin-bottom:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center}.footer-bottom p{color:rgba(255,255,255,.5);font-size:14px}@media (max-width:768px){.footer-content{flex-direction:column;gap:30px}}