.title_with_content_block.bg_color {
    background: var(--sec-bg-color);
    position: relative;
}
.title_with_content_block .main_wrapper {
    max-width: var(--c-c-width);
    margin: 0 auto;
}

.title_with_content_block .parah a {
    text-decoration: none;
}
.title_with_content_block .parah ul {
    text-align: left;
}
.title_with_content_block .parah li {
    position: relative;
    list-style-type: none;
    padding-top: 0;
    padding-left: 30px;
}
.title_with_content_block .parah li::after {
    content: '';
    height: 2px;
    width: 2px;
    padding: 6px;
    border-radius: 11px;
    background-color: var(--gray);
    position: absolute;
    left: 0px;
    top: 9px;
}
.text_white .parah li::after {
    background-color: var(--white);
}

.noborder-btn {
    color: var(--gray);
    font-family: var(--font-AvantGardeBook);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}
.noborder-btn::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--maroon);
    bottom: -5px;
    left: 0;
    scale: 1 1;
    transition: all 0.5s ease;
}