/* .block-editor__container .editor-styles-wrapper,
html {
    --c-primary: #611e29;
    --c-secondary: #c74724;
    --c-secondary-dark: #ae2d0a;
    --c-alter: #eaaa0f;
    --ca-alter: 234, 170, 15;
    --c-light-grey: #f2f2f2;
    --c-light-grey-2: #f6f6f6;
    --c-light-grey-3: #c4c4c4;
    --c-grey: #7f7f7f;
    --c-dark: #1b1b1b;
    --ca-dark: 27, 27, 27;
    --ca-grey: 127, 127, 127;
    --ca-primary: 97, 30, 41;
    --font-size: 18px;
    --t-primary-font-family: "Noto Sans", sans-serif;
} */
@media only screen and (max-width: 1700px) {
    .block-editor__container .editor-styles-wrapper,
    html {
        --font-size: 16px;
    }
}
/* html {
    font-size: var(--font-size);
}
body {
     line-height: 1.5; 
    font-size: var(--font-size);
    font-family: var(--t-primary-font-family);
} */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 700; */
    line-height: 1.2;
}
h1 {
    font-size: 52px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
    line-height: 1.3;
}
h5 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Noto Sans", sans-serif;
}
h6 {
    font-size: 18px;
}
@media only screen and (max-width: 1700px) {
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    h4,
    h5 {
        font-size: 20px;
    }
}
a {
    color: var(--c-primary);
    /* font-family: Overpass, sans-serif; */
}
a:hover {
    color: var(--c-secondary);
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}
@media only screen and (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}
section{
    text-align: left;
}
.hero-content h2{
    text-align: left;
    font-size: 48px;
    font-weight: 300;
    color: #fff;
    padding-bottom:10px;
    width: 100%;
}
.hero-content h4{
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    width: 70%;
}
@media only screen and (max-width: 991px) {
    .hero-content h2{
        text-align: center;
        font-size: 36px;
    }
}