.product-performance{display:flex;flex-direction:column;padding-top:25px;border-top:1px solid var(--green100);margin-bottom:65px}.product-performance__title{font-size:22px;line-height:36px}.product-performance__description{font-family:var(--fontFamily);font-weight:400;font-size:18px;line-height:30px;margin:15px 0 0}.product-performance__btn{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:18px 25px 18px 28px;gap:40px;width:100%;height:54px;border:none;cursor:pointer;font-family:var(--fontFamily);text-transform:uppercase;font-weight:700;font-size:14px;line-height:14px;letter-spacing:.09em;color:var(--blue100);background:#F3F2F9;border-radius:30px;margin-top:30px;transition:all .25s ease-in-out}.product-performance__btn svg path{transition:all .25s ease-in-out;fill:var(--green100)}.product-performance__btn:hover{background:var(--blue100);color:#fff}.product-performance__btn:hover svg path{fill:#fff}@media (min-width: 992px){.product-performance{flex-direction:row;align-items:center;justify-content:space-between;padding-top:25px}.product-performance__title{font-size:32px;line-height:40px}.product-performance__description{font-size:20px;line-height:30px;font-weight:450}.product-performance__btn{margin-top:0;width:fit-content;justify-content:center}}
