.fat-page-title-container{
    position: relative;
    background-image: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fat-page-title-container .page-title-inner{
    width: 1500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    padding-top: 300px;
    padding-bottom: 300px;
}
.fat-page-title-container.no-text .page-title-inner{
    padding-top: 400px;
    padding-bottom: 400px;
}
.fat-page-title-container.fat-text-right .page-title-inner{
    text-align: right;
}
.fat-page-title-container.fat-text-center .page-title-inner{
    text-align: center;
}
.fat-page-title-container .page-title-inner h1.page-title{
    color: #FFF;
    font-family:  var(--e-global-typography-secondary-font-family);
    font-size: 70px;
    font-weight: 600;
    line-height: 1em;
}
.fat-page-title-container .page-title-inner .page-subtitle{
    color: #FFF;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 50px;
    font-weight: 700;
    line-height:  1.4em
}

.fat-page-title-contact .fat-page-title-container .page-subtitle{
    font-size: 20px;
    line-height: 1.2em;
}

.fat-page-title-contact .fat-page-title-container .page-title-inner{
    padding-bottom: 750px;
}

@media (min-width: 1200px) and (max-width: 1440px){
    .fat-page-title-container .page-title-inner h1.page-title{
        font-size: 90px;
    }
    .fat-page-title-container .page-title-inner .page-subtitle{
        font-size: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .fat-page-title-container .page-title-inner{
        padding-top: 180px;
        padding-bottom: 180px;
        padding-right: 60px;
    }
    .fat-page-title-container .page-title-inner h1.page-title{
        font-size: 50px;
    }
    .fat-page-title-container .page-title-inner .page-subtitle{
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .fat-page-title-container .page-title-inner{
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 30px;
    }
    .fat-page-title-container .page-title-inner h1.page-title{
        font-size: 40px;
    }
    .fat-page-title-container .page-title-inner .page-subtitle{
        font-size: 20px;
    }
}