 .about-features-title {margin: 0.5rem 0 0.85rem;color: var(--headerColor);font-size: 1.2rem;}.about-features {list-style: none;margin: 0 0 2rem;padding: 0;display: flex;flex-direction: column;gap: 0.65rem;}.about-features li {position: relative;padding-left: 1.9rem;color: var(--bodyTextColor);line-height: 1.5;}.about-features li::before {content: "";position: absolute;left: 0;top: 0.15rem;width: 1.25rem;height: 1.25rem;border-radius: 50%;background-color: var(--primary);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size: 0.8rem;background-repeat: no-repeat;background-position: center;}.about-features li b {color: var(--headerColor);}body.dark-mode .about-features-title {color: #fff;}body.dark-mode .about-features li {color: #cdd6df;}body.dark-mode .about-features li b {color: #fff;}.reviews-intro {max-width: 48rem;margin: 0 auto;padding: clamp(2.5rem, 6vw, 4rem) 1rem 0;text-align: center;}.reviews-intro .cs-topper {text-align: center;}.reviews-intro .cs-title {text-align: center;margin-bottom: 1rem;}.reviews-intro .cs-text {color: var(--bodyTextColor);margin: 0;}body.dark-mode .reviews-intro .cs-text {color: #cdd6df;}#cs-contact .cs-right-col {display: flex;flex-direction: column;gap: 1.5rem;width: 100%;}.contact-reassure {background-color: #f7f7f7;border-radius: 0.75rem;padding: clamp(1.25rem, 3vw, 1.75rem);}.contact-reassure h3 {margin: 0 0 0.85rem;color: var(--headerColor);font-size: 1.2rem;}.contact-reassure .about-features {margin: 0;}body.dark-mode .contact-reassure {background-color: var(--medium, #2c394b);}body.dark-mode .contact-reassure h3 {color: #fff;}@media only screen and (min-width: 64rem) {#cs-contact .cs-right-col {width: 40%;max-width: 33.875rem;flex: none;}#cs-contact .cs-right-col .cs-right-section {width: 100%;max-width: none;}}