h1 {
    font-family: 'Playfair Display';
    font-size: 62px;
    line-height: 80px;
    font-weight: normal;
    margin: 0em 0 0.67em 0;
    width: 80%;
}

@media (max-width: 991px) {
    h1:after {
        bottom: 60px;
    }
}

h2 {
    font-family: 'Playfair Display';
    font-size: 60px;
    font-weight: normal;
    line-height: 68px;
    margin: 0em 0 0.42em 0;
    width: 90%;
}

h4 {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    color: #787878;
    font-weight: bold;
    line-height: 24px;
    margin: 0em 0 0.42em 0;
}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    position: relative;
}

p:last-child {
    padding-bottom: 40px;
    margin-bottom: 0;
}

.bg-light h1 {
    color: #787878;
}

.bg-dark h1 {
    color: #ffffff;
}

h1 span {
    color: #E67920;
    display: inline;
} 

.bg-light h2,
.bg-light h3 {
    color: #787878;
}

.bg-dark h2,
.bg-dark h3 {
    color: #ffffff;
}

h2 span {
    color: #E67920;
    display: inline;
}

.bg-light p {
    color: #787878;
}

.bg-dark p {
    color: #ffffff;
}

.full-height h2 {
    width: 85%;
}

.full-height p {
    width: 85%;
}

.services-list h3 {
    font-family: 'Playfair Display';
    font-size: 42px;
    font-weight: normal;
    font-style: italic;
    line-height: 54px;
    margin: 0;
}

.services-list p {
    font-size: 16px;
    line-height: 24px;
    margin: 0.46em 0 0.72em;
}

.services-list a {
    font-family: 'Barlow';
    font-size: 16px;
    line-height: 20px;
    margin: 0.46em 0 1.5em;
    color: #E67920;
    text-decoration: none;
}

.services-list a:after {
    content: '>';
    margin-left: 10px;
}

.blog-latest h3 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.5px;
    padding: 8px;
    font-size: 14px;
    background: #787878;
    color: #ffffff !important;
    display: inline-block;
    margin: 0;
}

.blog-latest a.blog-title {
    display: block;
}

.blog-latest a.blog-title:after {
    display: none;
}

.blog-latest a.blog-title:hover:before {
    display: none;
}

.blog-child h2 {
    font-size: 42px;
    line-height: 54px;
    color: #787878;
}

.blog-child h3 {
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #787878;
}

.blog-child p {
    font-size: 16px;
    color: #787878;
}

.blog-child p:last-child:after {
    display: none;
}

@media (min-width: 1200px) and (max-width:1600px) {

    .full-height h2 {
        width: 100%;
    }
    
}

@media (min-width: 992px) and (max-width:1199px) {
    
    .services-list h2 {
        font-size: 48px;
        line-height: 60px;
        width: 100%;
    }

    .full-height h2 {
        width: 100%;
        font-size: 48px;
        line-height: 56px;
    }
    
    .full-height p {
        width: 100%;
        font-size: 16px;
    }
    
}

@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 72px;
        line-height: 80px;
    }

    .full-height h2 {
        width: 100%;
    }

    .full-height p {
        width: 100%;
    }

}

@media (min-width: 576px) and (max-width: 767px) {

    h1 {
        font-size: 64px;
        line-height: 72px;
        width: 100%;
    }

    .full-height h2 {
        width: 100%;
    }

    .full-height p {
        width: 100%;
    }
    
}

@media (min-width: 321px) and (max-width: 575px) { 
    h1 {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
    }

    .homepage h1 {
        width: 100%;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .blog-child h2 {
        font-size: 32px;
        line-height: 40px;
    }
  
    .services-list h3 {
        font-size: 32px;
        line-height: 42px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    a {
        font-size: 16px;
        line-height: 22px;
    }

    .full-height h2 {
        width: 100%;
    }

    .full-height p {
        width: 100%;
    }

}

@media (max-width: 320px) { 
    h1 {
        font-size: 36px;
        line-height: 48px;
        width: 100%;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    p {
        font-size: 15px;
        line-height: 20px;
    }

    a {
        font-size: 15px;
        line-height: 20px;
    }


    .full-height h2 {
        width: 100%;
    }

    .full-height p {
        width: 100%;
    }

}

@media (min-width:1024px) and (max-height: 699px) {
    h1:after {
        bottom: 100px;
    }
}