/* .typography-section {
    width: 100%;
    float: left;
    border-top: 1px dashed rgba(0, 0, 0, .4);
}

.typography-wrapper {
    width: 100%;
    padding: 143px 0;
}

.typography-section h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 20px 0px;
    color: #000;
}

.typography-section p {
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0px;
    color: #454545;
}

.typography-section ul {
    margin: 15px 0px;
    padding-left: 20px;
}

.typography-section ul li {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #454545;
}

.typography-section ul li:last-child {
    margin-bottom: 0px;
}

.typography-section h3 {
    font-size: 26px;
    line-height: 28px;
    margin: 20px 0px;
}

@media screen and (max-width: 1600px) {
    .typography-wrapper {
        padding: 48px 0;
    }

    .typography-section h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .typography-section p {
        font-size: 16px;
        line-height: 20px;
    }

    .typography-section ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .typography-section h3 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (max-width: 760px) {
    .typography-wrapper {
        padding: 25px 0;
    }

    .typography-section h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .typography-section p {
        font-size: 14px;
        line-height: 19px;
    }

    .typography-section ul li {
        font-size: 14px;
        line-height: 19px;
    }

    .typography-section h3 {
        font-size: 18px;
        line-height: 20px;
    }
} */

.typography-section
{
    width: 100%;
   float: left;
   border-top:1px dashed rgba(0,0,0,.4);
}
.typography-wrapper
{
    width: 100%;
    padding: 143px 0;
}
.typography-wrapper h2
{
    width: 100%;
    font-size: 32px;
    line-height: 34px;
    margin: 20px 0px;
    color: #000;
}
.typography-wrapper p
{
    font-size: 20px;
    line-height: 26px;
    margin: 15px 0px;
    color: #454545;
}
.typography-wrapper ul
{
    margin: 15px 0px;
    padding-left: 20px;
}
.typography-wrapper ul li
{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    color: #454545;
}
.typography-wrapper ul li:last-child
{
    margin-bottom: 0px;
}
.common-section-subtitle
{
    font-size: 26px;
    line-height: 28px;
    margin: 20px 0px;
}

@media screen and (max-width:1600px)
{
    .typography-wrapper{padding: 48px 0;}
    .typography-wrapper h2{font-size: 24px;line-height: 26px;}
    .typography-wrapper p{font-size: 16px;line-height: 20px;}
    .typography-wrapper ul li{font-size: 16px;line-height: 20px;}
    .common-section-subtitle{font-size: 20px;line-height: 22px;}    
}

@media screen and (max-width:760px)
{
    .typography-wrapper{padding: 25px 0;}
    .typography-wrapper h2{font-size: 20px;line-height: 23px;}
    .typography-wrapper p{font-size: 14px;line-height:19px;}
    .typography-wrapper ul li{font-size: 14px;line-height:19px;}
    .common-section-subtitle{font-size: 18px;line-height: 20px;}
}