#features_section{margin-left:auto;margin-right:auto;margin-bottom:80px;padding:80px 50px;position:relative}@media(max-width:1199px){#features_section{padding:10px 30px 30px}}@media(max-width:991px){#features_section{margin-bottom:0;padding:30px auto auto}}@media(max-width:575px){#features_section{padding:20px}}#features_section .features_container{display:flex}@media(max-width:991px){#features_section .features_container{flex-direction:column}}#features_section .features_container .features_content{width:50%;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center}@media(max-width:1199px){#features_section .features_container .features_content{width:100%}}@media(max-width:991px){#features_section .features_container .features_content{width:100%}}#features_section .features_container .features_content .title{font-weight:700;font-size:28px;text-align:center;color:#a5d105;max-width:440px}@media(max-width:575px){#features_section .features_container .features_content .title{font-size:28px;line-height:38px;font-family:var(--font-playfair)}}#features_section .features_container .features_content .desc{font-weight:400;font-size:14px;text-align:center;color:#a5d105;line-height:24px;max-width:400px;margin-bottom:0}@media(max-width:575px){#features_section .features_container .features_content .desc{font-size:14px;line-height:28px}}#features_section .features_container .features_content .sign_wrapper .sign_image{height:auto}#features_section .features_container .features_content .sign_wrapper .sign_info{display:flex;flex-direction:column;gap:5px}#features_section .features_container .features_content .sign_wrapper .sign_info .name{font-size:22px;font-weight:500;color:#fff;text-align:center}#features_section .features_container .features_content .sign_wrapper .sign_info .position{font-size:15px;font-weight:400;color:#fff;text-align:center}@media(max-width:991px){#features_section .features_container .features_content .sign_wrapper .sign_info .position{font-size:13px}}#features_section .features_container .features_wrapper{display:flex;flex-direction:column;border-left:1px solid #a5d105;width:50%;justify-content:space-around}@media(max-width:991px){#features_section .features_container .features_wrapper{width:100%;border-left:1px solid rgba(30,72,80,.1);margin-top:20px}}#features_section .features_container .features_wrapper .feature{display:flex;width:100%;align-items:center;gap:30px;padding:30px;position:relative;border-bottom:1px solid #a5d105}@media(max-width:991px){#features_section .features_container .features_wrapper .feature{flex-direction:column;gap:10px;align-items:center;border-bottom:1px solid rgba(30,72,80,.1)}}@media(max-width:575px){#features_section .features_container .features_wrapper .feature{flex-direction:column;gap:10px;border-bottom:1px solid rgba(30,72,80,.1)}}#features_section .features_container .features_wrapper .feature:last-child{border-bottom:none}#features_section .features_container .features_wrapper .feature .feature_number{color:hsla(0,0%,100%,.7);font-size:40px;font-weight:500;transition:all .5s ease}@media(max-width:575px){#features_section .features_container .features_wrapper .feature .feature_number{font-size:45px}}#features_section .features_container .features_wrapper .feature .feature_icon{transform:translateY(0deg);transition:transform .5s ease}@media(max-width:575px){#features_section .features_container .features_wrapper .feature .feature_icon img{width:70px;height:70px}}@media(max-width:1199px){#features_section .features_container .features_wrapper .feature .feature_info{display:flex;flex-direction:column;align-items:center}}@media(max-width:575px){#features_section .features_container .features_wrapper .feature .feature_info{display:flex;flex-direction:column;align-items:center}}#features_section .features_container .features_wrapper .feature .feature_info .name{font-size:25px;font-weight:700;color:#a5d105;font-family:var(--font-playfair)}@media(max-width:575px){#features_section .features_container .features_wrapper .feature .feature_info .name{font-size:22px}}#features_section .features_container .features_wrapper .feature .feature_info a{text-decoration:none;color:#fff;font-weight:500;position:relative}@media(max-width:575px){#features_section .features_container .features_wrapper .feature .feature_info a{font-size:16px;text-align:center;font-size:14px}}#features_section .features_container .features_wrapper .feature .feature_info a:after{content:"";width:0;position:absolute;bottom:-5px;left:0;background:#fff;height:2px;transition:all .8s ease}#features_section .features_container .features_wrapper .feature .feature_info a:hover:after{width:100%}#features_section .features_container .features_wrapper .feature .feature_image img{rotate:25deg;position:absolute;right:20;top:0;opacity:0;transition:all .5s ease}@media(max-width:1199px){#features_section .features_container .features_wrapper .feature .feature_image img{width:120px;height:auto;bottom:0;top:auto}}@media(max-width:991px){#features_section .features_container .features_wrapper .feature .feature_image img{width:200px}}@media(max-width:575px){#features_section .features_container .features_wrapper .feature .feature_image img{width:120px;height:auto}}#features_section .features_container .features_wrapper .feature:hover .feature_number{color:hsla(0,0%,100%,.9)}#features_section .features_container .features_wrapper .feature:hover .feature_icon{animation:flipIcon .8s ease;transition:transform .5s ease}#features_section .features_container .features_wrapper .feature:hover .feature_image img{right:30px;top:20px;rotate:19deg;opacity:1;right:30}@media(max-width:1199px){#features_section .features_container .features_wrapper .feature:hover .feature_image img{bottom:0;top:auto;right:0}}@media(max-width:575px){#features_section .features_container .features_wrapper .feature:hover .feature_image img{bottom:0;top:auto;right:0}}#features_section .bg{position:absolute;z-index:-1;right:0!important;top:-50px;width:auto;height:533px}@media(max-width:575px){#features_section .bg{opacity:.3}}@keyframes flipIcon{0%{transform:rotateX(0deg)}50%{transform:rotateX(180deg)}to{transform:rotateX(1turn)}}