.heading-sec {
    margin-bottom: 35px;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    letter-spacing: .05em;
    color: var(--subtitles-main-color)
}

.col-lg-9 p {
    color: var( --text-main-color)
}

strong {
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
}

h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    color: var(--titles-main-color-light);
    padding-bottom: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin: 0;
}