.heading-section {
    background-color: #fff;
    padding: 50px 0;
    max-width: 800px;
    margin:0 auto;
}

.heading-section .intro::before {
    content: '';
    background: #8331A7;
    width: 11px;
    height: 11px;
    position: absolute;
    margin-top: 7px;
    margin-left: -13px;
}

.heading-section .intro {
    color: #37393F;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.heading-section .title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.heading-section .description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
}
