h1,

h2,
.typo h2,
h2.typo,

h3,
.typo h3,
h3.typo,

h4,
.typo h4,
h4.typo,

h5,
.typo h5,
h5.typo,

h6,
.typo h6,
h6.typo{
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    color: #000000;
    text-decoration: none;
    text-align: left;
    letter-spacing: 0;
}

h1{
    font-style: normal;
    font-weight: 300;
    line-height: 70px;
    font-size: 70px;
    letter-spacing: 6px;
    margin-left: -6px;
}

h2,
.typo h2,
h2.typo{
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
    font-size: 50px;
    text-align: left;
    letter-spacing: 4.17px;
    opacity: 1;
    color: #000000;
}

.typo h3,
h3.typo{
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    font-size: 30px;
    text-align: left;
    letter-spacing: 2.5px;
}

.typo h4,
h4.typo{
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.typo h5,
h5.typo{
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 2px;
}

.typo h6,
h6.typo{
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 2px;
}

.typo p,
.typo ol,
.typo ul{
    font-family: "PT Sans", sans-serif;
    color: #686868;
    margin-top: 20px;
}

p.typo:first-child,
.typo p:first-child{
    margin-top: 0;
}



.typo ol,
.typo ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.typo ol{
    counter-reset: item;
}
.typo ul>li{
    display: block;
    position: relative;
    vertical-align: middle;
    padding-left: 35px;
    color: inherit;
}

.typo ol>li{
    color: inherit;
    counter-increment: item;

}

.typo ol>li:before{
    content: counter(item);
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 3.23px;
    margin-right: 30px;

    color: #000000;
}
.typo ul>li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFCD1D;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(0,-50%,0);
}

.typo .blockquote {
    display: block;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    font-size: 30px;
    letter-spacing: 1px;
    padding: 40px 60px;
    color: #111;
    background-color: #FFCD1D;
}

.typo img{
    width: 100%!important;
    height: auto!important;
    max-width: 100%!important;
    padding: 20px 0;
    display: block;
    margin: auto;
}

.typo iframe{
    width: 100%!important;
    display: block;
    position: relative;
    padding: 20px 0;
    margin: auto;
}

@media (min-width: 1px) {
    h1{
        line-height: 38px;
        font-size: 28px;
        letter-spacing: 2px;
        margin-left: -3px;
    }

    h2,
    .typo h2,
    h2.typo{
        line-height: 40px;
        font-size: 30px;
        letter-spacing: 1px;
    }

    .typo h3,
    h3.typo{
        line-height: 33px;
        font-size: 23px;
    }

    .typo h4,
    h4.typo{
        line-height: 24px;
        font-size: 14px;
    }

    .typo{
        line-height: 25px;
        font-size: 15px;
    }

}

@media (min-width: 576px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: 2px;
    }
}

@media (min-width: 767px) {


    h1 {
        font-size: 70px;
        line-height: 70px;
    }

    h2{
        line-height: 60px;
        font-size: 50px;
        letter-spacing: 1px;
    }

}

@media (min-width: 992px) {
    .typo{
        line-height: 26px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {

}