.inner-content {
    margin: 0 auto;
    padding: 10rem 2rem 2rem 2rem;
    background: #ffffff;
}

.franchise {
    background: #fff;
}

.franchise p {
    color: #1B4633;
    font-family: 'ItalianPlateNo1Regular', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
}

[dir=rtl] .franchise p {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
}

.welcome-box {
    position: relative;
}

.welcome-box .wif-intro {
    position: absolute;
    right: 38.2rem;
}

[dir=rtl] .welcome-box .wif-intro {
    left: 38.2rem;
    right: 0;
}

.welcome-box .wif-intro h2,
.welcome-box .wif-intro h3{
    color: #1B4633;
    font-family: 'ItalianPlateNo1Regular', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
}

[dir=rtl] .welcome-box .wif-intro h2 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
}


[dir=rtl] .welcome-box .wif-intro h3 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
    padding-right: 0;
    padding-left: 2.5rem;
}

.welcome-img {
    background: url(img/franchiseprofile/welcome.jpg) no-repeat center right;
    width: 36.2rem;
    height: 35.9rem;
    float: right;
}

[dir=rtl] .welcome-img {
    background: url(img/franchiseprofile/welcome.jpg) no-repeat top left;
    float: left;
}

.ob-img {
    background: url(img/franchiseprofile/kcal-dish.jpg) no-repeat top right;
    width: 58.8rem;
    height: 29.5rem;
    float: left;
}

[dir=rtl] .ob-img {
    background: url(img/franchiseprofile/kcal-dish.jpg) no-repeat top left;
    float: right;
}

.ob-text {
    position: absolute;
    left: 60.9rem;
    margin-top: 1.5rem;
}

[dir=rtl] .ob-text {
    left: 0;
    right: 60.9rem;
}

.obesity-box {
    position: relative;
}

.obesity-box h2 {
    color: #1B4633;
    font-family: 'ItalianPlateNo1Light';
    font-size: 3.1rem;
    line-height: 3.6rem;
    margin-top: 2rem;
}

[dir=rtl] .obesity-box h2 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
}

.obesity-box h3 {
    color: #1B4633;
    font-family: 'ItalianPlateNo1Light';
    font-size: 2.7rem;
    line-height: 3.6rem;

}

[dir=rtl] .obesity-box h3 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
}

.entrepreneurs-box {
    position: relative;
    margin-top: 1.5rem;
}

img.entrepreneurs-img-mobile {
    display: none;
}

.entrepreneurs-img {
    background: url(img/franchiseprofile/kcal-entrepreneurs.jpg) no-repeat top right;
    width: 38.1rem;
    height: 21.4rem;
    float: right;
}

[dir=rtl] .entrepreneurs-img {
    background: url(img/franchiseprofile/kcal-entrepreneurs.jpg) no-repeat top left;
    float: left;
}

.entrepreneurs-text {
    position: absolute;
    right: 38.1rem;
    background: #1B4633;
    color: #ffffff;
    padding: 2rem 2.5rem 0rem;
    box-sizing: border-box;
    height: 100%;
}

[dir=rtl] .entrepreneurs-text {
    right: 0;
    left: 38.1rem;
}

.entrepreneurs-text p {
    color: #ffffff;
}

p.company-success {
    text-align: center;
    background: #464646;
    color: #ffffff;
    padding: 2.5rem 3.5rem;
}

.future-box {
    position: relative;
    margin: 3.5rem 2rem;
}

.future-img {
    position: relative;
    background: url(img/franchiseprofile/kcal-life.jpg) no-repeat top right;
    width: 58.9rem;
    height: 44.5rem;
    float: left;
}

[dir=rtl] .future-img {
    float: right;
    background: url(img/franchiseprofile/kcal-life.jpg) no-repeat top left;
}

.future-text {
    position: absolute;
    left: 60.9rem;
    padding-right: 3.5rem;
}

[dir=rtl] .future-text {
    left: 0;
    right: 60.9rem;
    padding-right: 0;
    padding-left: 3.5rem;
}

.future-text h2 {
    font-family: 'ItalianPlateNo1Medium';
    font-size: 3.3rem;
    line-height: 4.2rem;
    color: #1B4633;
    margin-bottom: 1rem;
}

[dir=rtl] .future-text h2 {
    font-family: GEDinarOneLight, Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 990px) {
    .welcome-box .wif-intro {
        right: 28.3rem;
    }

    [dir=rtl] .welcome-box .wif-intro {
        right: 0;
        left: 28.3rem;
    }

    .welcome-box .wif-intro h3 {
        padding-right: 0;
    }

    [dir=rtl] .welcome-box .wif-intro h3 {
        padding-left: 0;
    }

    .welcome-img {
        background: url(img/franchiseprofile/mobile/welcome.jpg) no-repeat top right;
        width: 26.3rem;
        height: 76.5rem;
    }

    [dir=rtl] .welcome-img {
        background: url(img/franchiseprofile/mobile/welcome.jpg) no-repeat top left;
    }

    .ob-img {
        background: url(img/franchiseprofile/mobile/kcal-dish.jpg) no-repeat top right;
        width: 46.5rem;
        height: 66rem;
    }

    [dir=rtl] .ob-img {
        background: url(img/franchiseprofile/mobile/kcal-dish.jpg) no-repeat top left;
    }

    .ob-text {
        left: 48.5rem;
        margin-top: 1.5rem;
        margin-right: 1.5rem;
    }

    [dir=rtl] .ob-text {
        left: 0;
        right: 48.5rem;
        margin-right: 0;
        margin-left: 1.5rem;
    }

    .obesity-box h3 {
        margin-top: 0.5rem;
        padding-right: 1rem;
    }

    [dir=rtl] .obesity-box h3 {
        padding-right: 0;
        padding-left: 1rem;
    }

    .entrepreneurs-img {
        background: url(img/franchiseprofile/mobile/kcal-entrepreneurs.jpg) no-repeat top right;
        width: 28.2rem;
        height: 21.9rem;
    }

    [dir=rtl] .entrepreneurs-img {
        background: url(img/franchiseprofile/mobile/kcal-entrepreneurs.jpg) no-repeat top left;
    }

    .entrepreneurs-text {
        right: 28.2rem;
        padding: 2rem 2rem 0.2rem;
    }

    [dir=rtl] .entrepreneurs-text {
        left: 28.2rem;
        right: 0;
    }

    .future-box {
        margin-bottom: 0;
    }

    .future-img {
        background: url(img/franchiseprofile/mobile/kcal-life.jpg) no-repeat top right;
        width: 44.5rem;
        height: 47.5rem;
    }
    [dir=rtl] .future-img{
        background: url(img/franchiseprofile/mobile/kcal-life.jpg) no-repeat top left;
    }

    .future-text {
        left: 46.5rem;
        padding-right: 0;
    }
    [dir=rtl] .future-text{
        left:0;
        right:46.5rem;
        padding-left:0;
    }
}

@media only screen and (max-width: 768px) {
    .welcome-box .wif-intro {
        position: initial;
    }

    .welcome-box .wif-intro h2 {
        padding-right: 2.7rem;
        margin-bottom: 1.5rem;
    }
    [dir=rtl] .welcome-box .wif-intro h2 {
        padding-right:0;
        padding-left: 2.7rem;
    }

    .welcome-box .wif-intro h3 {
        margin-bottom: 1rem;
    }

    .welcome-img {
        display: none;
    }

    .welcome-img-mobile {
        float: none;
        background: url(img/franchiseprofile/mobile/400/welcome.jpg) no-repeat bottom right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 25.8rem;
        margin-bottom: 1.5rem;
    }
    [dir=rtl] welcome-img-mobile {
        float: none;
        background: url(img/franchiseprofile/mobile/400/welcome.jpg) no-repeat bottom left;
    }

    .ob-img {
        float: none;
        background: url(img/franchiseprofile/mobile/400/kcal-dish.jpg) no-repeat bottom center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 35.3rem;
    }

    .ob-text {
        display: none;
    }

    .entrepreneurs-box {
        margin-top: 1rem;
    }

    .entrepreneurs-text {
        position: initial;
    }

    .entrepreneurs-text p {
        font-size: 1.4rem;
    }

    .entrepreneurs-img {
        display: none;
    }

    img.entrepreneurs-img-mobile {
        width: 100%;
        height: auto;
        display: block;
    }

    .future-img {
        background: url(img/franchiseprofile/mobile/400/kcal-life.jpg) no-repeat bottom center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 30rem;
        float: none;
    }

    .future-text {
        position: initial;
    }
    .welcome-box .wif-intro h2,
    .welcome-box .wif-intro h3,
    .franchise p{
        font-size:2.7rem;
        line-height:1.2;
    }

}
