.features-tabs{display:flex;flex-direction:column;gap:3em;margin-top:2em}@media screen and (min-width:728px){.features-tabs{gap:4em;margin-top:3em}}.features-tabs__list{align-items:baseline;display:flex;flex-direction:column;flex-wrap:wrap;gap:1em 4em}@media screen and (min-width:728px){.features-tabs__list{flex-direction:row}}.features-tabs__list .tab-link{align-items:center;border-bottom:2px solid #cdd1e6;cursor:pointer;display:flex;font-size:1.25em;line-height:1.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (min-width:728px){.features-tabs__list .tab-link{font-size:1.5em;white-space:nowrap}}.features-tabs__list .tab-link.active{border-color:var(--primary-700);color:var(--primary-700)}.features-tabs__content{align-items:baseline;display:flex;justify-content:space-between}.features-tabs__content .tab{align-items:center;display:none;justify-content:space-between;width:100%}.features-tabs__content .tab.active{display:flex}.features-tabs__content .tab.active :first-child{margin-top:0}.features-tabs__text{font-size:1.25em}@media screen and (min-width:728px){.features-tabs__text{font-size:1.5em;max-width:680px}}.features-tabs__image{display:none;flex:0 0 500px;margin-right:-60px;margin-top:-50px}@media screen and (min-width:1200px){.features-tabs__image{display:block}}@media screen and (min-width:1440px){.features-tabs__image{flex:0 0 600px}}.features-tabs__image img{height:auto;max-width:100%}