#features .wrap>div{gap:var(--s-8);grid-template-columns:1fr 1fr;display:grid}#features .wrap>h2{margin-bottom:var(--s-4)}#features .wrap>p{font-size:var(--fz-lg);color:var(--c-neutral-7);margin:var(--s-4) var(--s-8) var(--s-8)}#features .wrap iframe{border-radius:var(--bdr-1);border:0}#features .wrap .grid-wrapper{text-align:left;row-gap:0;column-gap:var(--s-8);grid-template-columns:1fr 1fr;display:grid}#features .wrap .grid-wrapper div{gap:var(--s-4);align-items:center;display:flex}#features .wrap .grid-wrapper div p{font-weight:var(--fw-bold);align-self:center;width:228px;margin:0}@media (min-width:640px) and (max-width:1023px){#features .wrap>div{grid-template-columns:1fr}#features .wrap .grid-wrapper{row-gap:var(--s-8);column-gap:var(--s-32)}#features .wrap iframe{width:704px;height:330px}}@media (min-width:1024px) and (max-width:1279px){#features .wrap>div{gap:var(--s-4)}#features .wrap .grid-wrapper{gap:var(--s)}#features .wrap iframe{width:404px;height:250px}}@media (max-width:639px){#features .wrap{padding-left:var(--s-2);padding-right:var(--s-2)}#features .wrap>div{grid-template-columns:1fr}#features .wrap iframe{width:auto;height:auto}#features .wrap .grid-wrapper{row-gap:var(--s-8);grid-template-columns:1fr}#features .wrap .grid-wrapper div{justify-content:center}}