.overview{background-image:linear-gradient(120deg,var(--navy),var(--dark-navy));background-position:0;background-repeat:no-repeat;background-size:60% 100%;justify-content:center;display:flex}.overview__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:80rem;padding:10rem 3rem;display:flex}@media (max-width:30em){.overview__container{padding:8rem 1.5rem}}.overview__heading{background-image:linear-gradient(90deg,var(--pink),var(--blue));color:#0000;-webkit-background-clip:text;background-clip:text;width:70%;margin-bottom:4rem;font-size:clamp(2.5rem,5vw,3rem);font-weight:600;line-height:1.1;display:inline-block}@media (max-width:30em){.overview__heading{width:100%}}.overview__desc,.overview__subdesc{width:70%;line-height:1.6}@media (max-width:30em){.overview__desc,.overview__subdesc{width:100%}}.overview__desc{margin-bottom:1rem;font-size:100%;font-weight:500}.overview__subdesc{font-size:var(--fz-sm);color:var(--slate)}.overview__list{flex-direction:column;justify-content:center;align-items:center;margin-top:4rem;list-style:none;display:flex}.overview__list--item{color:var(--lightest-slate);transition:var(--transition);padding-left:3rem;font-size:100%;position:relative}@media (max-width:30em){.overview__list--item{padding-left:2rem}}.overview__list--item:not(:last-child){margin-bottom:2rem}.overview__list--item:hover{transform:scale(1.03)}@media (max-width:48em){.overview__list--item:hover{transform:none}}.overview__list--item:before{content:"✓";color:var(--pink);font-size:100%;line-height:1.2;position:absolute;left:0}
