.fat-page-title-container{
    position: relative;
    background-image: var(--background);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title-bg-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1D1D1D 0%, rgba(29, 29, 29, 0.00) 102.53%);
    z-index: 0;
}

.fat-page-title-container .page-title-inner{
    width: 1730px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding-top: 300px;
    padding-bottom: 150px;
    min-height: 100vh;
    position: relative;
    height: 150vh;
    padding-left: 30px;
}
.fat-paginge-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-primary-font-family);
    font-size: 100px;
    font-weight: 100;
    line-height: 1.2em;
}
.fat-page-title-container .page-title-inner .page-subtitle{
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 40px;
    font-weight: 600;
    line-height:  1.4em;
    margin-top: 40px;
}

.fat-page-title-container .page-location{
    text-transform: uppercase;
    color: #FFF;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
}
.fat-page-title-container .page-location span.location-icon{
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

@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: 200px;
        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;
    }
}