.feature-section{display:flex;flex-direction:column;gap:2.5rem;padding:2.5rem 0}.feature-section .feature-header{display:flex;flex-direction:column;gap:4px;text-align:center;color:#fff}.feature-section .feature-header h1{font-size:22px;font-weight:700}.feature-section .feature-header p{font-size:1rem;font-weight:400}.feature-section .feature-list-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}@media only screen and (max-width:991px){.feature-section .feature-list-wrapper{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}}@media only screen and (max-width:767px){.feature-section .feature-list-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;gap:1rem}}.feature-section .feature-list-wrapper .feature-card{border-radius:1rem;background:linear-gradient(174.02deg,rgba(34,27,68,.12) 4.74%,rgba(252,122,2,.12) 116.24%);padding:130px 2rem 2rem;position:relative}.feature-section .feature-list-wrapper .feature-card:before{content:"";position:absolute;inset:0;border:2px solid rgba(149,149,149,.2509803922);border-radius:1rem;-webkit-clip-path:polygon(125px 0,100% 0,100% 100%,0 100%,0 125px);clip-path:polygon(125px 0,100% 0,100% 100%,0 100%,0 125px);pointer-events:none}.feature-section .feature-list-wrapper .feature-card .card-header{position:absolute;width:120px;height:120px;top:0;left:0;display:flex;align-items:center;justify-content:center}.feature-section .feature-list-wrapper .feature-card .card-header .header-overlay{position:absolute;top:34px;left:34px;width:calc(100% - 34px);height:calc(100% - 34px);border-bottom-right-radius:50%;pointer-events:none;z-index:2;border:2px solid rgba(149,149,149,.2509803922);border-top:none;border-left:none}.feature-section .feature-list-wrapper .feature-card .card-header:after,.feature-section .feature-list-wrapper .feature-card .card-header:before{content:"";position:absolute;height:50px;width:50px;border-radius:50%;border:2px solid rgba(0,0,0,0)}.feature-section .feature-list-wrapper .feature-card .card-header:before{bottom:-44px;left:-4px;transform:rotate(-10deg);border-top-color:rgba(149,149,149,.2509803922)}.feature-section .feature-list-wrapper .feature-card .card-header:after{top:-4px;right:-44px;transform:rotate(10deg);border-left-color:rgba(149,149,149,.2509803922)}.feature-section .feature-list-wrapper .feature-card .card-header .card-col{width:90px;height:90px;border-radius:50%;border:2px solid rgba(149,149,149,.2509803922);background:linear-gradient(174.02deg,rgba(34,27,68,.12) 4.74%,rgba(252,122,2,.12) 116.24%);padding:1rem}.feature-section .feature-list-wrapper .feature-card .card-header .card-col img{width:100%;height:100%;object-fit:contain}.feature-section .feature-list-wrapper .feature-card .card-content{display:flex;flex-direction:column;gap:12px}.feature-section .feature-list-wrapper .feature-card .card-content h2{font-size:20px;color:#fff;font-weight:700}.feature-section .feature-list-wrapper .feature-card .card-content p{font-size:1rem;color:#fff;font-weight:400}