.about-section {
    background-color: #ffffff;
}

.about-heading {
    color: var(--heading);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}

.about-heading-accent {
    color: var(--primary);
}

.about-text {
    font-size: 15.5px;
    line-height: 2;
    color: var(--text);
}

.about-features li {
    margin-bottom: 0;
}

.about-img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(51, 51, 51, 0.14);
}
