.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;
    text-align: right;
    color: #fff;
    padding-top: 250px;
    padding-bottom: 250px;
}
.fat-page-title-container .page-title-inner h1.page-title{
    color: #FFF;
    font-family:  var(--e-global-typography-secondary-font-family);
    font-size: 105px;
    font-weight: 700;
    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: 66px;
    font-weight: 700;
    line-height:  1.4em
}

@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: 80px;
    }
    .fat-page-title-container .page-title-inner .page-subtitle{
        font-size: 40px;
    }
}

@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;
    }
}