.serving_section .back-right-container{padding-top: clamp(60px, 18.42px + 5.42vw, 116px);padding-bottom: clamp(60px, -14.25px + 9.68vw, 160px);}
.serving_section_inner {max-width: 1326px;margin-left: auto;padding-left: 50px;}
.serving_section_head{max-width: 627px;}
.serving_section_head .h2{margin-bottom: clamp(30px, 5.14px + 3.24vw, 57px);}

.serving_section_row{
    gap: 30px 153px;padding-top: clamp(30px, -18.80px + 6.36vw, 83px);margin-top: clamp(30px, -26.43px + 7.36vw, 106px);
    align-items: center;
}
.serving_section_row .serving_section_left{width: calc(50.58% - 76.5px);}
.serving_section_row .serving_section_right{
    width: calc(49.42% - 76.5px); padding-top: clamp(0px, -65.34px + 8.52vw, 88px); padding-top: 0;
}
.serving_section_left img{display: block;}
.small-image_center .serving_section_left img{
    max-width: 400px; width: 90%; margin: auto;
}

@media (max-width: 1200px) {
.serving_section_row{gap: 30px 80px;} 
.serving_section_row .serving_section_left{width: calc(50.58% - 40px);}
.serving_section_row .serving_section_right{width: calc(49.42% - 40px);}
}

@media (max-width: 1023px) {
.serving_section_inner{padding-left: 30px;}
.serving_section_row{gap: 30px 60px;} 
.serving_section_row .serving_section_left{width: calc(50.58% - 30px);}
.serving_section_row .serving_section_right{width: calc(49.42% - 30px);}
}

@media (max-width: 767px) {
    .serving_section_inner{padding-left: 0;}
    .serving_section_row .serving_section_left, .serving_section_row .serving_section_right{width: 100%;}
}