﻿.heading-section {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 2rem;
    font-size: 2.5rem;
    font-weight: 500;
    color: black;
    border: none;
    border-bottom: 2px solid #4cae4c;
    border-radius: 4px
}

.heading-section_sub {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0 2rem;
    font-size: 2rem;
    font-weight: 500;
    color: black;
    border: none;
    border-bottom: 2px solid #4cae4c;
    border-radius: 4px
}