.must-try-section{width:-moz-fit-content;width:fit-content}.must-try-section .must-try-block{display:flex;flex-direction:column;justify-content:center;align-items:center}.must-try-section .must-try-block .must-try-section-text{font-family:var(--font-righteous);font-size:20px;text-align:center;margin:3% 0}.must-try-section .must-try-block .must-try-options{width:95%;display:flex;align-items:center;flex-wrap:wrap;row-gap:20px;column-gap:20px;justify-content:center!important}@media only screen and (max-width:1400px){.must-try-section .must-try-block .must-try-options{justify-content:center;row-gap:10px;column-gap:10px}}@media only screen and (max-width:768px){.must-try-section .must-try-block .must-try-section-text{width:90%}.must-try-section .must-try-block .must-try-options{justify-content:center!important;row-gap:10px;column-gap:10px}}.must-try-container{border-radius:10px;width:360px;display:flex;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.1607843137)}.must-try-container .option1-img-class{height:115px;width:120px;margin-right:10px;border-top-left-radius:inherit;border-bottom-left-radius:inherit;object-fit:cover!important}.must-try-container .option1-text{width:60%;display:flex;flex-direction:column;justify-content:space-evenly;padding:3px}.must-try-container .option1-text .option1-heading{font-family:var(--font-righteous);font-size:20px;color:#db7219;height:26px;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.must-try-container .option1-text .option1-content{font-size:16px;font-family:var(--font-open-sans);height:68px;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;margin-top:5px}@media only screen and (max-width:768px){.must-try-container{margin-bottom:5%}}