.custom-align {
    text-align: center;
    vertical-align: bottom;
}

.svg-icon {
    max-width: 56px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.shortcode p, li {
	color: #4a5568;
	line-height: 1.6;
	font-size: 0.9375rem !important;
	font-family: Montserrat,ui-sans-serif,system-ui,sans-serif;
}

.shortcode h2 {
    font-size: clamp(1.6rem,3vw,2.4rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .04em;    
    text-transform: uppercase;
}

.shortcode h5 {
	font-weight: 700;
	font-size: 0.9375rem !important;
	line-height: 1.35 !important;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.shortcode .btn {
    font-family: Montserrat,ui-sans-serif,system-ui,sans-serif;
    background: var(--green);
    border: none;
    color: #fff;    
    text-transform: uppercase;
    
}

.shortcode .btn:hover {
    filter: brightness(0.9);
}

.shortcode .max-width-block {
    max-width: 832px;
    margin-inline: auto;
}

.shortcode .big-number {
    margin: 0 0 16px;
    font-family: Montserrat,sans-serif;
    font-size: clamp(2.5rem,4vw,3.25rem);
    font-weight: 700;
    line-height: 1;
    color: var(--text);
    opacity: .2;
    text-align: center;
}

.shortcode .small-text {
    color: var(--green);
    display: block;
    margin: 0 0 10px;
    font-family: Montserrat,sans-serif;
    font-size: var(--label-size);
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;    
}

.right-choice-shortcode .positives li::marker {
    color: var(--green);
    font-size: 28px;
}
.right-choice-shortcode .negatives li::marker {
    color: var(--blue);
    font-size: 28px;
}