
.num{
    margin: 10px 0px 0px 0px;
    font-weight:800;
    font-size:28px
}
.pill{
    display:inline-block;
    padding:4px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
    border:1px solid rgba(229,231,235,.2)
}
.pill.bad{
    margin: 10px 0px 0px 0px;
    background:rgba(239,68,68,.15);
    border-color:rgba(239,68,68,.35);
    color: #FC6161}
.pill.good{
    margin: 10px 0px 0px 0px;
    background:rgba(16,185,129,.15);
    border-color: rgba(16,185,129,.35);
    color: #16BC51
}

.note{
    font-size:13px;
    color: var(--muted);
    margin: 0px 0px 0px 20px; 
}
.feature-description{
    margin: 15px 10px 0px 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #333333;
}
.why-title{
    margin: -100px 30px 40px 20px; 
    font-size: 38px; 
    font-weight: 700; 
    line-height: 36px; 
    color: #ffffff;
}
.why-text{
    margin: 0px 30px 20px 25px; 
    font-size: 20px; 
    font-weight: 300;
    line-height: 28px;
}
.section_title{
    margin: 20px 0px 0px 0px;
    font-size: 24px; 
    font-weight: 400; 
    line-height: 22px;
    color:#5573DD;
}
.section_title2{
    margin: 10px 0px 0px 0px;
    font-size: 28px; 
    font-weight: 300; 
    line-height: 32px;
    color:#5573DD;
    text-align: left;
}
.section_intro{
    margin: 20px 0px 20px 0px;
    font-size: 18px; 
    font-weight: 400; 
    line-height: 26px;
    color: val(--highlight);
    text-align: left;
}
.feature_title{
    margin: 20px 10px 0px 10px;
    font-size: 22px; 
    font-weight: 700; 
    line-height: 22px;
    color:#262E3E;
    text-align: center;
}
.feature_text{
    margin: 2px 10px 10px 10px;
    font-size: 18px; 
    font-weight: 400; 
    line-height: 22px;
    color:#000000;
    text-align: center;
}
.site-description{
    margin: 10px 10px 10px 10px;
    font-size: 15px; 
    font-weight: 400; 
    line-height: 22px;
    color:#333333;
}
.site-description-video{
    margin: 0px 10px 10px 10px;
    font-size: 15px; 
    font-weight: 700; 
    line-height: 22px;
    color: #388632;
}
.text1-bold{
    margin: 20px 20px 0px 0px; 
    font-size: 32px; 
    font-weight: 700; 
    line-height: 44px; 
}
.text1-extrabold{
    margin: 20px 20px 0px 0px; 
    font-size: 38px;
    font-weight: 900; 
    line-height: 44px; 
}
.text1{
    margin: 10px 0px 0px 0px; 
    font-size: 20px; 
    font-weight: 300; 
    line-height: 30px;
}