/* Segment Area Css */

.segmentArea {
    &__title {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        color: var(--hex-heading-color);
    }
}