.text-primary 
{
    color: #86B817 !important;
}
.bg-white {
    background-color: #fff !important;
}
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}
.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}
.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}
.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}
.pe-3 {
    padding-right: 1rem !important;
}
.about_ind h6
{
    font-size:18px;
}
.about_ind h1
{
    font-size:33px;
}