#main .site-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
}

#main .section{
    width: 100%;
    height: 460px;
    background-image: url(background-img.jpg);
    background-position: center;
    background-size: contain;
    padding: 0 20px;
}

#main .section ul{
    display: flex;
    justify-content: center;
    padding-top: 35px;
}
#main .section  li{
    background-color: #2e3e21;
    height: 50px;
    width: 110px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main .section  li.ml{
    margin-left: 10px;
}
#main .section  li span{
    color: #ffffff;
}

.white-buffalo{
    width: 160px; 
    height: 160px; 
    background-color:#2e3e21; 
    border-radius: 10px; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}

.hospitality{
    font-size: 1.1rem;
    color: #ffffff;
    margin-top: 8px;
    font-weight: lighter !important;
    
}
.section2{
    width: 100%;
    background-color: #2e3e21;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.second-section .buffalo-world{
    margin-top: 55px;
}

.buffalo-world{
    width: 80%;
    background-color: #ffffff;
    border-radius: 25px;
    display: flex;
}
.buffalo-world .parent-div{
    width: 50%;
    padding-top: 55px;
    padding-bottom:55px ;
    padding-right: 30px;
}
.buffalo-world .parent-div div h1{
    width: max-content;
    color: #2e3e21;
    font-size: 2rem;
    font-weight: 700;
}
.buffalo-world .line{
    background-color: #000000;
    width: 200px;
    height: 2px;
}
.buffalo-world .parent-div p{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 30px;
    text-align: justify;
    text-justify: inter-word;
}
.buffalo-world .parent-div.green-buffalo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.buffalo-world .parent-div.green-buffalo img{
    width: 180px;
    height: 180px;
    border-radius: 25px;
}

.white-line{
    background-color: #ffffff;
    width: 60%;
    height: 2px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.menu-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:55px ;
    margin-bottom: 80px;
}
.powered-by{
    margin-top: 46px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.powered-by .first-child{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.powered-by .first-child img{
    width: 64px;
    height: 64px;
}
.powered-by .first-child h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 45px;
    color: #2e3e21;
}
.menu-div p{
    font-size: 1.2rem;
    line-height: 1.6;
}

.branches{
    display: flex;
    margin-top: 40px;
}
.branches .column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.branches .column.center{
    margin: 0 40px;
}
.branches img{
    width: 160px;
    height: 145px;
}
.branches img.food{
    width: 100px;
    height: 100px;
}

#footer{
    width: 100%;
    padding: 0 10%;
}

#footer .parent{
    background-color: #E5E5E5;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.horizontal-line{
    background-color: #000000;
    width: 75%;
    height: 1.1px;
    margin-top: 20px;
    margin-bottom: 40px;    
}

#footer .parent .new-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-bottom: 20px;
}
#footer .parent .new-row .column{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 15px;
}
#footer .parent .new-row h2{
    font-size: 1.5rem;
    font-weight: 700;
}
#footer .parent .new-row p{
    font-size: 1.2rem;
}
#footer .parent .new-row .vertical-line{
    background-color: #000000;
    width: 1.1px;
    height: 22vh;
    margin-right: 30px;
    
}

@media (min-width: 801px) {
    #main .site-content{
        padding: 0 10%!important;
    }
    #footer{
        padding: 0 10%!important;
    }
    
}
@media (max-width: 801px) {
    #main .site-content{
        padding: 0 !important;
    }
    #footer{
        padding: 0 !important;
    }
}

@media screen and (min-width: 580px) {
    #main .section  li span{
        font-size: 17px !important;
    }
    #main .section li.ml{
        margin-left: 10px !important;
    }
}
@media screen and (max-width: 581px ) and (min-width:512px) {
    #main .section  li span{
        font-size: 15px !important;
    }
    #main .section li.ml{
        margin-left: 8px !important;
    }
}
@media screen and  (max-width: 513px ) and (min-width:433px) {
    #main .section  li span{
        font-size: 13px !important;
    }
    #main .section li.ml{
        margin-left: 7px !important;
    }
}
@media screen and (max-width: 434px ) and (min-width:355px) {
    #main .section  li span{
        font-size: 10px !important;
    }
    #main .section li.ml{
        margin-left: 6px !important;
    }
}
@media screen and (max-width: 356px ) {
    #main .section  li span{
        font-size: 8px !important;
    }
    #main .section li.ml{
        margin-left: 4px !important;
    }
}

@media screen and (min-width: 344px ) {
    .hospitality{
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 345px ) and (min-width: 314px ) {
    .hospitality{
        font-size: 1rem !important;
    }
}
@media screen and (max-width: 315px ) and (min-width: 290px ){
    .hospitality{
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 291px ) and  (min-width: 242px ){
    .hospitality{
        font-size: 0.8rem !important;
    }
}
@media screen and (max-width: 243px ){
    .hospitality{
        font-size: 0.7rem !important;
    }
}

@media screen and (min-width: 460px ) {
    .buffalo-world .parent-div div h1{
        font-size: 2rem !important;
    }
}
@media screen and (max-width: 461px ) and (min-width:364px) {
    .buffalo-world .parent-div div h1{
        font-size: 1.3rem !important;
    }
}
@media screen and (max-width: 365px ){
    .buffalo-world .parent-div div h1{
        font-size: 1.1rem !important;
    }
}

@media screen and (min-width: 480px ) {
    .buffalo-world .line{
        width:200px !important;
    }
}
@media screen and (max-width: 481px ) and (min-width: 461px ){
    .buffalo-world .line{
        width:160px !important;
    }
}
@media screen and (max-width: 462px ) and (min-width: 368px ){
    .buffalo-world .line{
        width:150px !important;
    }
}
@media screen and (max-width: 369px ){
    .buffalo-world .line{
        width:100px !important;
    }
}

@media screen and (min-width: 1069px ) {
    #footer .parent .new-row h2{
        font-size: 2rem !important;
    }
    #footer .parent .new-row p{
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 1068px ) and (min-width: 828px ) {
    #footer .parent .new-row h2{
        font-size: 1.5rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 829px ) and (min-width: 644px ) {
    #footer .parent .new-row h2{
        font-size: 1.3rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.8rem !important;
    }
}
@media screen and (max-width: 645px ) and (min-width: 538px ) {
    #footer .parent .new-row h2{
        font-size: 1rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.7rem !important;
    }
}
@media screen and (max-width: 539px ) and (min-width: 409px ) {
    #footer .parent .new-row h2{
        font-size: 0.7rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.5rem !important;
    }
}
@media screen and (max-width: 410px ) and (min-width: 345px ){
    #footer .parent .new-row .column{
        line-height: normal;
    }
    #footer .parent .new-row .column-2{
        margin-top: -9px;
    }
    #footer .parent .new-row h2{
        font-size: 0.6rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.4rem !important;
    }
}
@media screen and (max-width: 346px ) and (min-width: 281px ){
    #footer .parent .new-row .column{
        line-height: normal;
    }
    #footer .parent .new-row .column-2{
        margin-top: -8px;
    }
    #footer .parent .new-row h2{
        font-size: 0.5rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.3rem !important;
    }
}
@media screen and (max-width: 282px ){
    #footer .parent .new-row .column{
        line-height: normal;
    }
    #footer .parent .new-row .column-2{
        margin-top: -5px;
    }
    #footer .parent .new-row h2{
        font-size: 0.4rem !important;
    }
    #footer .parent .new-row p{
        font-size: 0.2rem !important;
    }
}

@media screen and (min-width: 499px ) {
    #footer .parent .new-row .vertical-line{
        height: 11vh !important;
    }
    .horizontal-line{
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 500px ) {
    #footer .parent .new-row .vertical-line{
        height: 10vh !important;
    }    
    .horizontal-line{
        margin-bottom: 18px !important;
    }
}

@media screen and (min-width: 1457px){
    .buffalo-world .parent-div p{
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 1458px) and (min-width: 1399px){
    .buffalo-world .parent-div p{
        font-size: 1rem !important;
    }
}
@media screen and (max-width: 1400px) and (min-width: 1009px){
    .buffalo-world .parent-div p{
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 1010px) and (min-width: 900px){
    .buffalo-world .parent-div p{
        font-size: 0.8rem !important;
    }
}
@media screen and (max-width: 901px) and (min-width: 556px){
    .buffalo-world .parent-div p{
        font-size: 0.7rem !important;
    }
}
@media screen and (max-width: 557px) and (min-width: 376px){
    .buffalo-world .parent-div p{
        font-size: 0.5rem !important;
    }
}
@media screen and (max-width: 378px) and (min-width: 303px){
    .buffalo-world .parent-div p{
        font-size: 0.35rem !important;
        margin-top: 25px !important;
    }
}
@media screen and (max-width: 304px){
    .buffalo-world .parent-div p{
        font-size: 0.25rem !important;
        margin-top: 25px !important;
    }
}

@media screen and (min-width: 614px){
    .buffalo-world .parent-div.green-buffalo img{
        width: 180px !important;
        height: 180px !important;
    }
}
@media screen and (max-width: 615px) and (min-width: 463px){
    .buffalo-world .parent-div.green-buffalo img{
        width: 135px !important;
        height: 160px !important;
    }
}
@media screen and (max-width: 464px) and (min-width: 416px){
    .buffalo-world .parent-div.green-buffalo img{
        width: 114px !important;
        height: 160px !important;
    }
}
@media screen and (max-width: 415px) and (min-width: 366px){
    .buffalo-world .parent-div.green-buffalo img{
        width: 110px !important;
        height: auto;
        border-radius: 15px !important;
    }
}
@media screen and (max-width: 367px){
    .buffalo-world .parent-div.green-buffalo img{
        width: 85px !important;
        height: auto;
        margin-top: 25px !important;
        border-radius: 15px !important;
    }
}

@media screen and (min-width: 923px){
    .branches img.food{
        width: auto !important;
        height: 100px !important;
    }
    .branches img{
        width: 160px !important;
        height: 160px !important;
    }
}
@media screen and (max-width: 924px) and (min-width: 675px){
    .branches img.food{
        width: auto !important;
        height: 95px !important;
    }
    .branches img{
        width: 130px !important;
        height: 130px !important;
    }
}
@media screen and (max-width: 676px) and (min-width: 588px){
    .branches img.food{
        width: auto !important;
        height: 85px !important;
    }
    .branches img{
        width: 115px !important;
        height: 115px !important;
    }
}
@media screen and (max-width: 589px) and (min-width: 500px){
    .branches img.food{
        width: auto !important;
        height: 75px !important;
    }
    .branches img{
        width: 95px !important;
        height: 95px !important;
    }
}
@media screen and (min-width: 442px){
    .branches .column.center{
        margin: 0px 40px !important;
    }
}
@media screen and (max-width: 501px) and (min-width: 443px){
    .branches .column.center{
        margin: 0px 30px !important;
    }
    .branches img.food{
        width: auto !important;
        height: 65px !important;
    }
    .branches img{
        width: 85px !important;
        height: 85px !important;
    }
}
@media screen and (max-width: 444px) and (min-width: 335px) {
    .branches .column.center{
        margin: 0px 30px !important;
    }
    .branches img.food{
        width: auto !important;
        height: 60px !important;
    }
    .branches img{
        width: 65px !important;
        height: 65px !important;
    }
}
@media screen and (max-width: 336px) {
    .branches .column.center{
        margin: 0px 25px !important;
    }
    .branches img.food{
        width: auto !important;
        height: 55px !important;
    }
    .branches img{
        width: 50px !important;
        height: 50px !important;
    }
}

.white-buffalo img{
    width: 70px !important;
    height: 70px !important;
}

.powered-by .line{
    width: 340px !important;
    margin-left: 25px;
}

@media screen and (min-width: 579px) {
    .powered-by .first-child h1{
        font-size: 45px;
    }
    .powered-by .line{
        width: 340px !important;
        margin-left: 25px  !important;
    }
}
@media screen and (max-width: 580px) and (min-width: 521px){
    .powered-by .first-child h1{
        font-size: 40px;
    }
    .powered-by .line{
        width: 340px !important;
        margin-left: 0px  !important;
    }
}
@media screen and (max-width: 522px) and (min-width: 414px){
    .powered-by .first-child h1{
        font-size: 30px;
    }
    .powered-by .line{
        width: 270px !important;
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 415px) and (min-width: 362px){
    .powered-by .first-child h1{
        font-size: 25px;
    }
    .powered-by .line{
        width: 235px !important;
        margin-left: 0px  !important;
    }
}
@media screen and (max-width: 363px) and (min-width: 311px){
    .powered-by .first-child h1{
        font-size: 20px;
    }
    .powered-by .line{
        width: 155px !important;
        margin-left: 0px  !important;
    }
}
@media screen and (max-width: 312px){
    .powered-by .first-child h1{
        font-size: 13px;
    }
    .powered-by .first-child img{
        width: 55px;
        height: 55px;
    }
    .powered-by .line{
        width: 155px !important;
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 268px){
    .menu-div p{
        font-size: 1.2rem !important;
    }
}
@media screen and (max-width: 269px){
    .menu-div p{
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 1027px){
    #main .section{
        background-size: contain !important;
    }
}
@media screen and (max-width: 1028px){
    #main .section{
        background-size: cover !important;

    }
}




