.topmar{
    background-color: rgba(236, 50, 55, 1);
}

.section1{
    background: url(/images/franchisebg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 1;
}

.section1 .left {
    width: 50%;
    padding: 0 10% 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .left .textwrapper{
    margin-bottom: 5em;
}

.section1 .textwrapper p{
    color: #fff;
    font-weight: 400;
    text-align: justify;
}
.section1 .textwrapper h1{
    color: #fff;
    font-size: 2em;
    font-weight: 800;
}
.section1 .textwrapper h4{
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
}

.section1 .right{
    width: 50%;
}

.section1 .right img{
    width: 100%;
}


.wrapper{
    margin-top: -7%;
    position: relative;
    z-index: 2;
}


.section2 {
    background: url(/images/franchisebg2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 5%;
}



.section2 .whywrapper p{
    color: #fff;
    font-weight: 400;
}
.section2 .whywrapper h1{
    color: #fff;
    font-size: 2em;
    font-weight: 800;
}

.criteria p{
    color: #fff;
    font-weight: 400;
}
.criteria h2{
    color: #fff;
    font-size: 1.7em;
    font-weight: 700;
}

main ul{
    list-style-type: disc;
    color: #fff;
}

.frcbutton{
    background: url(/images/joinbutton.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 57px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.criteria{
    max-width: 65%;
}


.section3{
    background: url(/images/franchisebg3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    padding: 5% 5%;
}

.foot{
    position: relative;
    z-index: 5;
}

.manwr{
    position: absolute;
    z-index: 4;
    right: 0;
    max-width: 35%;
    overflow: hidden;
}

.whywrapper{
    max-width: 65%;
}

@media screen and (max-width : 1500px){

    
    .section1 .textwrapper p{
        font-size: 1em;
    }
    .section1 .textwrapper h1{
        font-size: 2.2em;
    }
    .section1 .textwrapper h4{
        margin-block-start: 0.5em;
        font-size: 1.5em;
    }

    .criteria p{
        font-size: 1em;
    }
    .criteria h2{
        font-size: 1.5em;
    }


    .section2 .whywrapper p{
        font-size: 1em;
        line-height: 1.5em;
    }
    .section2 .whywrapper h1{
        font-size: 2.2em;
    }

}



@media screen and (max-width : 1200px) {

    .section1 .left .textwrapper{
        margin-bottom: 7em;
    }

    .section1 .textwrapper p{
        font-size: 0.8em;
        line-height: 1.5em;
    }
    .section1 .textwrapper h1{
        font-size: 1.3em;
    }
    .section1 .textwrapper h4{
        margin-block-start: 0.5em;
        font-size: 1em;
    }

    .criteria p{
        font-size: 0.8em;
    }
    .criteria h2{
        font-size: 1.2em;
    }


    .section2 .whywrapper p{
        font-size: 0.8em;
        line-height: 1.5em;
    }
    .section2 .whywrapper h1{
        font-size: 1.5em;
    }

}

@media screen and (max-width : 880px) {


    .manwr{
        display: none;
        
    }
    .whywrapper{
        max-width: 100%;
    }
    .criteria{
        max-width: 100%;
    }



    .section1{
        display: flex;
        flex-direction: column;
    }
    .section1 .right{
        width: 100%;
    }

    .section1 .imagewrapper{
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .section1 .right img{
        position: relative;
        width: 90%;
    }
    .section1 .left{
        width: 100%;
        padding: 0 10%;
    }
    .section1 .left .textwrapper{
        margin-bottom: 3em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section2{
        padding: 18% 10%;
    }
    .section3{

        padding: 5% 10%;

    }
    .frcbutton{
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }



    
}
