.franchise_block{background:var(--cs-dark-color);padding:50px 0 100px}.franchise_block .inner_container,.franchise_block .form_block{width:100%;max-width:800px;margin:0 auto}.franchise_block .separator{width:100%;height:1px;margin:40px 0;background:#adadad}.franchise_block .video_block{width:100%;aspect-ratio:802/449;height:auto;position:relative}.franchise_block .video_block video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.franchise_block .video_block .video_play_btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;cursor:pointer}.franchise_block p.highlighted{text-align:center;color:#fdd704;font-size:16px;font-style:normal;font-weight:600;line-height:28px}.franchise_block .btn_row{display:flex;justify-content:center;align-items:center;margin:25px 0}.franchise_block .btn_row a{display:flex;width:246px;height:48px;padding:14px;justify-content:center;align-items:center;flex-shrink:0;background:var(--cs-primary-color);color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:normal;border-radius:50px;transition:.3s all}.franchise_block .btn_row a:hover{background:#fff;color:var(--cs-primary-color)}.franchise_block p.txt{color:#b7b7b7;font-size:14px;font-style:normal;font-weight:700;line-height:23px}.franchise_block .img_block{margin:25px 0}.franchise_block .img_block img{width:100%;margin:0 auto}.franchise_block .cs_logo{margin:50px 0}.franchise_block .cs_logo img{max-width:100%;margin:0 auto;display:block}.franchise_block ul{list-style-type:none}.franchise_block ul li{position:relative;padding-left:23px;margin-bottom:20px;color:#b7b7b7;font-size:14px;font-style:normal;font-weight:700;line-height:23px}.franchise_block ul li::before{content:"";position:absolute;left:0;top:9px;width:9px;height:9px;background:#fece7b;border-radius:50%}.franchise_block .img_row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:35px}.franchise_block .img_row .img_colm{width:calc((100% - 32px)/3)}.franchise_block .img_row .img_colm .img_block{width:100%;height:auto;aspect-ratio:256/247;overflow:hidden;margin:0}.franchise_block .img_row .img_colm .img_block img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.franchise_block .form_block .form_row{display:flex;gap:20px;flex-wrap:wrap}.franchise_block .form_block .form_row .colm-12{width:100%}.franchise_block .form_block .form_row .colm-6{width:calc((100% - 20px)/2)}.franchise_block .form_block .form_row input,.franchise_block .form_block .form_row textarea{width:100%;padding:6px 24px;color:#5b5b5b;font-size:16px;font-style:normal;font-weight:400;line-height:40px}.franchise_block .form_block .form_row ::-moz-placeholder{color:#5b5b5b;font-size:16px;font-style:normal;font-weight:400;line-height:40px}.franchise_block .form_block .form_row ::placeholder{color:#5b5b5b;font-size:16px;font-style:normal;font-weight:400;line-height:40px}.franchise_block .form_block .form_row input[type=submit],.franchise_block .form_block .form_row button{width:100%;text-align:center;padding:14px;color:#fff;border-radius:50px;background:var(--cs-primary-color);font-size:16px;font-style:normal;font-weight:600;line-height:normal;border:1px solid rgba(0,0,0,0);transition:.3s all}.franchise_block .form_block .form_row input[type=submit]:hover,.franchise_block .form_block .form_row button:hover{background:#fff;color:var(--cs-primary-color)}
.franchise_block .img_block2 >img:first-child{
    max-width:30%;
    margin-bottom: 25px ;
}
.franchise_block .img_block2 >img:last-child{
    max-width:68%;
    margin-bottom: 25px ;
    margin-left:2% !important;
}
.franchise_block .img_block2{
    display: flex;
    /* max-width: 100%; */
    flex-wrap: wrap;
}
@media(max-width: 600px){.franchise_block .form_block .form_row .colm-6,.franchise_block .img_row .img_colm{width:100%}  .franchise_block .img_block2 >img {
    max-width: 100% !important;
    margin-left: 0 !important;
}
.franchise_block .img_block2 >img:last-child {
    max-width: 100% !important;
    margin-left: 0 !important;
}}