{"id":18573,"date":"2023-12-23T16:49:05","date_gmt":"2023-12-23T11:19:05","guid":{"rendered":"https:\/\/agriculturereview.com\/?p=18573"},"modified":"2026-07-12T23:00:35","modified_gmt":"2026-07-12T17:30:35","slug":"agriculture-quotes-that-inspire","status":"publish","type":"post","link":"https:\/\/agriculturereview.com\/hi\/agriculture-quotes-that-inspire\/","title":{"rendered":"30 \u0915\u0943\u0937\u093f \u0936\u093e\u092f\u0930\u0940 \u091c\u094b \u0915\u093f\u0938\u093e\u0928\u094b\u0902 \u0914\u0930 \u0915\u0943\u0937\u0915\u094b\u0902 \u0915\u094b \u092a\u094d\u0930\u0947\u0930\u093f\u0924 \u0915\u0930\u0924\u0940 \u0939\u0948\u0902"},"content":{"rendered":"<p class=\"wp-block-paragraph translation-block\" style=\"font-size:20px\"><a href=\"https:\/\/agriculturereview.com\/hi\/what-is-agriculture-science\/\" target=\"_blank\" data-type=\"post\" data-id=\"651\" rel=\"noreferrer noopener\">\u0915\u0943\u0937\u093f<\/a>\u092e\u093e\u0928\u0935 \u0915\u0940 \u092a\u094d\u0930\u093e\u0925\u092e\u093f\u0915 \u0917\u0924\u093f\u0935\u093f\u0927\u093f \u0939\u0948 \u0914\u0930 \u0907\u0938\u0928\u0947 \u0939\u092e\u093e\u0930\u0940 \u0938\u092d\u094d\u092f\u0924\u093e \u0915\u094b \u092c\u0922\u093c\u0928\u0947 \u0914\u0930 \u0938\u092e\u0943\u0926\u094d\u0927 \u0939\u094b\u0928\u0947 \u092e\u0947\u0902 \u092e\u0926\u0926 \u0915\u0940 \u0939\u0948\u0964 \u0907\u0938\u0932\u093f\u090f \u0915\u0943\u0937\u093f \u0915\u0947 \u092e\u0939\u0924\u094d\u0935 \u0915\u093e \u091c\u0936\u094d\u0928 \u092e\u0928\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f, \u092f\u0947 \u092a\u094d\u0930\u0947\u0930\u0915 \u0915\u0943\u0937\u093f <a href=\"https:\/\/purequotation.com\/\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/purequotation.com\/\" rel=\"noreferrer noopener\">\u0936\u093e\u092f\u0930\u0940<\/a> \u0906\u092a\u0915\u094b \u0916\u0947\u0924\u0940 \u0915\u0940 \u0926\u0941\u0928\u093f\u092f\u093e \u092e\u0947\u0902 \u092a\u094d\u0930\u0947\u0930\u093f\u0924 \u0914\u0930 \u0930\u0941\u091a\u093f \u0932\u0947\u0928\u0947 \u092e\u0947\u0902 \u092e\u0926\u0926 \u0915\u0930\u0947\u0902\u0917\u0947\u0964<br><br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">\u0915\u0943\u0937\u093f \u0936\u093e\u092f\u0930\u0940<\/h2>\n\n\n\n<style>\n  \/* Carousel Container *\/\n  .quote-carousel-wrapper {\n    position: relative;\n    max-width: 800px; \n    margin: 2rem auto;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n    background: #f9f9f9;\n    padding-top: 10px; \n  }\n\n  \/* Mobile Swipe Hint - Hidden on Desktop *\/\n  .quote-mobile-hint {\n    display: none;\n    text-align: center;\n    font-size: 14px;\n    font-weight: 600;\n    color: #2b4d09; \/* Dark Green *\/\n    margin-bottom: 15px;\n  }\n\n  .quote-mobile-hint span {\n    display: inline-block;\n    animation: swipe-bounce 1.5s infinite;\n  }\n\n  @keyframes swipe-bounce {\n    0%, 100% { transform: translateX(0); }\n    50% { transform: translateX(6px); }\n  }\n\n  \/* Scroll Track *\/\n  .quote-carousel-track {\n    display: flex;\n    overflow-x: auto;\n    scroll-snap-type: x mandatory;\n    scroll-behavior: smooth;\n    -ms-overflow-style: none; \n    scrollbar-width: none; \n  }\n  \n  .quote-carousel-track::-webkit-scrollbar {\n    display: none;\n  }\n\n  \/* Individual Slides *\/\n  .quote-slide {\n    flex: 0 0 100%; \/* Keeps image full width *\/\n    scroll-snap-align: start;\n    position: relative;\n    display: flex;\n    flex-direction: column; \n    align-items: center; \n    padding-bottom: 25px; \n  }\n\n  .quote-slide img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    margin-bottom: 20px; \n    border-radius: 8px; \n  }\n\n  \/* Download Button *\/\n  .quote-download-btn {\n    background-color: #2b4d09; \/* Dark Green *\/\n    color: #ffffff;\n    padding: 12px 28px;\n    border-radius: 30px;\n    font-size: 15px;\n    font-weight: 600;\n    text-decoration: none;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .quote-download-btn:hover {\n    background-color: #f7cd0d; \/* Yellow Gold *\/\n    color: #2b4d09; \/* Dark Green text on hover *\/\n    transform: translateY(-2px);\n  }\n\n  .quote-download-btn svg {\n    width: 18px;\n    height: 18px;\n    fill: currentColor;\n  }\n\n  \/* Navigation Arrows - Desktop Only *\/\n  .quote-nav-btn {\n    position: absolute;\n    top: calc(50% - 25px); \n    transform: translateY(-50%);\n    background: rgba(247, 205, 13, 0.95); \/* Yellow Gold *\/\n    border: none;\n    width: 45px;\n    height: 45px;\n    border-radius: 50%;\n    cursor: pointer;\n    font-size: 20px;\n    color: #2b4d09; \/* Dark Green *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n    transition: all 0.3s ease;\n    z-index: 10;\n  }\n\n  .quote-nav-btn:hover {\n    background: #2b4d09; \n    color: #f7cd0d; \n  }\n\n  .quote-prev { left: 15px; }\n  .quote-next { right: 15px; }\n\n  \/* Responsive Adjustments for Mobile *\/\n  @media (max-width: 600px) {\n    .quote-mobile-hint {\n      display: block; \/* Show the text hint on mobile *\/\n    }\n    \n    .quote-nav-btn {\n      display: none; \/* Hide arrows entirely on mobile *\/\n    }\n    \n    .quote-slide {\n      flex: 0 0 100%; \/* Restored to full size *\/\n      padding-bottom: 20px;\n    }\n\n    .quote-download-btn {\n      padding: 10px 20px;\n      font-size: 14px;\n    }\n  }\n<\/style>\n\n<div class=\"quote-carousel-wrapper\">\n  \n  <!-- Mobile Hint (Hidden on Desktop) -->\n  <div class=\"quote-mobile-hint\">Swipe for more quotes <span>\u2794<\/span><\/div>\n\n  <!-- Previous Button -->\n  <button class=\"quote-nav-btn quote-prev\" aria-label=\"Previous Slide\">\u276e<\/button>\n\n  <div class=\"quote-carousel-track\" id=\"quoteTrack\">\n    \n    <!-- Slide 1 -->\n    <div class=\"quote-slide\">\n      <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/farming-quotes.webp\" alt=\"Inspirational farming quote highlighting the importance of agriculture\" title=\"Inspirational Farming Quote\" loading=\"lazy\">\n      <a href=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/farming-quotes.webp\" download=\"farming-quote\" target=\"_blank\" class=\"quote-download-btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\/><\/svg>\n        Download Quote\n      <\/a>\n    <\/div>\n\n    <!-- Slide 2 -->\n    <div class=\"quote-slide\">\n      <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/quotes-about-farmers.webp\" alt=\"Beautiful quotes about farmers and their hard work\" title=\"Quotes About Farmers\" loading=\"lazy\">\n      <a href=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/quotes-about-farmers.webp\" download=\"quotes-about-farmers\" target=\"_blank\" class=\"quote-download-btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\/><\/svg>\n        Download Quote\n      <\/a>\n    <\/div>\n\n    <!-- Slide 3 -->\n    <div class=\"quote-slide\">\n      <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/farmers-quotes.webp\" alt=\"Motivational farmers quotes for agricultural professionals\" title=\"Farmers Quotes\" loading=\"lazy\">\n      <a href=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/farmers-quotes.webp\" download=\"farmers-quotes\" target=\"_blank\" class=\"quote-download-btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\/><\/svg>\n        Download Quote\n      <\/a>\n    <\/div>\n\n    <!-- Slide 4 -->\n    <div class=\"quote-slide\">\n      <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/crop-quotes.webp\" alt=\"Crop quotes showing the beauty of a successful harvest\" title=\"Crop Quotes\" loading=\"lazy\">\n      <a href=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/crop-quotes.webp\" download=\"crop-quotes\" target=\"_blank\" class=\"quote-download-btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\/><\/svg>\n        Download Quote\n      <\/a>\n    <\/div>\n\n    <!-- Slide 5 -->\n    <div class=\"quote-slide\">\n      <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/m-s-swaminathan-quotes-on-agriculture.webp\" alt=\"Famous quotes on agriculture by M.S. Swaminathan\" title=\"M.S. Swaminathan Agriculture Quotes\" loading=\"lazy\">\n      <a href=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/m-s-swaminathan-quotes-on-agriculture.webp\" download=\"ms-swaminathan-quotes\" target=\"_blank\" class=\"quote-download-btn\">\n        <svg viewbox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\/><\/svg>\n        Download Quote\n      <\/a>\n    <\/div>\n\n  <\/div>\n\n  <!-- Next Button -->\n  <button class=\"quote-nav-btn quote-next\" aria-label=\"Next Slide\">\u276f<\/button>\n<\/div>\n\n<script>\n  document.addEventListener('DOMContentLoaded', function() {\n    const track = document.getElementById('quoteTrack');\n    const prevBtn = document.querySelector('.quote-prev');\n    const nextBtn = document.querySelector('.quote-next');\n\n    \/\/ Automatically determine how far to scroll based on the visible width\n    const scrollAmount = () => track.clientWidth;\n\n    nextBtn.addEventListener('click', () => {\n      track.scrollBy({ left: scrollAmount(), behavior: 'smooth' });\n    });\n\n    prevBtn.addEventListener('click', () => {\n      track.scrollBy({ left: -scrollAmount(), behavior: 'smooth' });\n    });\n  });\n<\/script>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><br><\/p>\n\n\n\n<style>\n  \/* --- Grid and Container --- *\/\n  .ag-quotes-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 24px;\n    margin: 2em 0;\n    padding: 0;\n  }\n\n  \/* --- Quote Card Design --- *\/\n  .ag-quote-card {\n    background: #ffffff;\n    border-radius: 12px;\n    padding: 24px;\n    display: flex;\n    flex-direction: column;\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 1px 3px rgba(0, 0, 0, 0.05);\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n    border: 1px solid #f0f0f0;\n  }\n\n  .ag-quote-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);\n  }\n\n  \/* --- Typography --- *\/\n  .ag-quote-text {\n    font-size: 1.15rem;\n    line-height: 1.6;\n    color: #333333;\n    font-style: italic;\n    margin: 0 0 16px 0;\n    flex-grow: 1;\n  }\n\n  .ag-quote-text::before {\n    content: \"\u201c\";\n    font-size: 1.5em;\n    color: #4CAF50;\n    line-height: 0;\n    vertical-align: bottom;\n    margin-right: 4px;\n  }\n\n  .ag-quote-text::after {\n    content: \"\u201d\";\n    font-size: 1.5em;\n    color: #4CAF50;\n    line-height: 0;\n    vertical-align: bottom;\n    margin-left: 4px;\n  }\n\n  .ag-quote-author {\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: #666666;\n    text-align: right;\n    margin-bottom: 20px;\n    text-transform: capitalize;\n  }\n\n  \/* --- Action Buttons --- *\/\n  .ag-quote-actions {\n    display: flex;\n    gap: 10px;\n    border-top: 1px solid #f0f0f0;\n    padding-top: 16px;\n  }\n\n  .ag-btn {\n    flex: 1;\n    background: #f8f9fa;\n    border: 1px solid #e2e8f0;\n    color: #4a5568;\n    padding: 8px 12px;\n    border-radius: 6px;\n    font-size: 0.9rem;\n    font-weight: 500;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    transition: background 0.2s, color 0.2s;\n  }\n\n  .ag-btn:hover {\n    background: #edf2f7;\n    color: #2d3748;\n  }\n\n  .ag-btn svg {\n    width: 16px;\n    height: 16px;\n    fill: currentColor;\n  }\n<\/style>\n\n<div class=\"ag-quotes-grid\" id=\"ag-quotes-container\">\n\n  <!-- Quote 1 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0905\u0917\u0930 \u0915\u0943\u0937\u093f \u0917\u0932\u0924 \u0939\u094b \u0917\u0908, \u0924\u094b \u0915\u093f\u0938\u0940 \u0914\u0930 \u091a\u0940\u091c \u0915\u094b \u0938\u0939\u0940 \u0939\u094b\u0928\u0947 \u0915\u093e \u092e\u094c\u0915\u093e \u0928\u0939\u0940\u0902 \u092e\u093f\u0932\u0947\u0917\u093e\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u090f\u092e. \u090f\u0938. \u0938\u094d\u0935\u093e\u092e\u0940\u0928\u093e\u0925\u0928<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 2 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u0928 \u0915\u0947\u0935\u0932 \u0915\u093f\u0938\u0940 \u0930\u093e\u0937\u094d\u091f\u094d\u0930 \u0915\u094b \u0927\u0928 \u0926\u0947\u0924\u0940 \u0939\u0948, \u092c\u0932\u094d\u0915\u093f \u0935\u0939 \u090f\u0915\u092e\u093e\u0924\u094d\u0930 \u0927\u0928 \u0939\u0948 \u091c\u093f\u0938\u0947 \u0935\u0939 \u0905\u092a\u0928\u093e \u0915\u0939 \u0938\u0915\u0924\u0940 \u0939\u0948\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0938\u0948\u092e\u0941\u0905\u0932 \u091c\u0949\u0928\u0938\u0928<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 3 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0906\u0927\u0941\u0928\u093f\u0915 \u0915\u0943\u0937\u093f \u092e\u0947\u0902 \u0915\u093f\u0938\u093e\u0928 \u0915\u0947 \u092a\u093e\u0938 \u0915\u0935\u093f\u0924\u093e \u0932\u093f\u0916\u0928\u0947 \u092f\u093e \u0917\u0940\u0924 \u0932\u093f\u0916\u0928\u0947 \u0915\u093e \u0938\u092e\u092f \u0928\u0939\u0940\u0902 \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u092e\u0938\u093e\u0928\u094b\u092c\u0942 \u092b\u0941\u0915\u0941\u0913\u0915\u093e<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 4 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0939\u092e\u093e\u0930\u0947 \u0915\u093f\u0938\u093e\u0928 \u0939\u092e\u093e\u0930\u0947 \u0926\u0947\u0936 \u0915\u093e \u0917\u094c\u0930\u0935 \u0939\u0948\u0902\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0928\u0930\u0947\u0902\u0926\u094d\u0930 \u092e\u094b\u0926\u0940<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 5 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u092e\u0948\u0902\u0928\u0947 \u092a\u094d\u0930\u0924\u094d\u092f\u0915\u094d\u0937 \u0926\u0947\u0916\u093e \u0939\u0948 \u0915\u093f \u0915\u0943\u0937\u093f \u0935\u093f\u091c\u094d\u091e\u093e\u0928 \u092e\u0947\u0902 \u091b\u094b\u091f\u0947 \u0915\u093f\u0938\u093e\u0928\u094b\u0902 \u0915\u0940 \u092a\u0948\u0926\u093e\u0935\u093e\u0930 \u092c\u0922\u093c\u093e\u0928\u0947 \u0914\u0930 \u0909\u0928\u094d\u0939\u0947\u0902 \u092d\u0942\u0916 \u0914\u0930 \u0917\u0930\u0940\u092c\u0940 \u0938\u0947 \u092c\u093e\u0939\u0930 \u0928\u093f\u0915\u093e\u0932\u0928\u0947 \u0915\u0940 \u0905\u092a\u093e\u0930 \u0915\u094d\u0937\u092e\u0924\u093e \u0939\u0948\u0964<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u092c\u093f\u0932 \u0917\u0947\u091f\u094d\u0938<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 6 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0939\u092e\u093e\u0930\u0940 \u0905\u0930\u094d\u0925\u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e \u092e\u0947\u0902 \u0915\u093f\u0938\u093e\u0928 \u0939\u0940 \u090f\u0915\u092e\u093e\u0924\u094d\u0930 \u0910\u0938\u093e \u0935\u094d\u092f\u0915\u094d\u0924\u093f \u0939\u0948 \u091c\u094b \u0938\u092c \u0915\u0941\u091b \u0916\u0941\u0926\u0930\u093e \u092e\u0947\u0902 \u0916\u0930\u0940\u0926\u0924\u093e \u0939\u0948, \u0938\u092c \u0915\u0941\u091b \u0925\u094b\u0915 \u092e\u0947\u0902 \u092c\u0947\u091a\u0924\u093e \u0939\u0948 \u0914\u0930 \u0926\u094b\u0928\u094b\u0902 \u0924\u0930\u092b \u092e\u093e\u0932 \u0922\u0941\u0932\u093e\u0908 \u0915\u093e \u092d\u0941\u0917\u0924\u093e\u0928 \u0915\u0930\u0924\u093e \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u091c\u0949\u0928 \u090f\u092b. \u0915\u0948\u0928\u0947\u0921\u0940<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 7 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u092e\u0947\u0930\u0947 \u092a\u094d\u092f\u093e\u0930\u0947 \u0926\u0947\u0936 \u0915\u093e \u092a\u0947\u091f \u092d\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0939\u0940 \u0915\u093f\u0938\u093e\u0928\u094b\u0902 \u0915\u093e \u0916\u0942\u0928 \u0914\u0930 \u092a\u0938\u0940\u0928\u093e \u092a\u0947\u0921\u093c\u094b\u0902 \u092e\u0947\u0902 \u092d\u0930\u0924\u093e \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0907\u091f\u093e\u091a\u0940 \u0909\u091a\u093f\u0939\u093e<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 8 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u093f\u0938\u093e\u0928\u094b\u0902 \u0915\u0947 \u092c\u093f\u0928\u093e \u0926\u0941\u0928\u093f\u092f\u093e \u092b\u0932\u094b\u0902 \u0915\u0947 \u092c\u093f\u0928\u093e \u092a\u0947\u0921\u093c \u0915\u0947 \u0938\u092e\u093e\u0928 \u0939\u0948\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u092f\u0947\u0938\u094d\u092e\u093e \u0905\u092c\u094d\u0926\u0941\u0932\u0905\u091c\u093c\u0940\u091c\u093c<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 9 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u092e\u0947\u0930\u0940 \u0938\u0902\u0938\u094d\u0915\u0943\u0924\u093f \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u091c\u0940\u0928 \u092a\u093f\u092f\u0930\u0947 \u092f\u093e\u091f\u094b<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 10 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0916\u0947\u0924\u0940 \u0906\u0936\u093e \u0915\u093e \u092a\u0947\u0936\u093e \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u092c\u094d\u0930\u093e\u092f\u0928 \u092c\u094d\u0930\u0947\u091f<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 11 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u092e\u0928\u0941\u0937\u094d\u092f \u0915\u093e \u0938\u092c\u0938\u0947 \u0938\u094d\u0935\u093e\u0938\u094d\u0925\u094d\u092f\u092a\u094d\u0930\u0926, \u0938\u092c\u0938\u0947 \u0909\u092a\u092f\u094b\u0917\u0940 \u0914\u0930 \u0938\u092c\u0938\u0947 \u092e\u0939\u093e\u0928 \u0930\u094b\u091c\u0917\u093e\u0930 \u0939\u0948<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u091c\u0949\u0930\u094d\u091c \u0935\u093e\u0936\u093f\u0902\u0917\u091f\u0928<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 12 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0916\u0947\u0924\u0940 \u0915\u093e \u0905\u0902\u0924\u093f\u092e \u0932\u0915\u094d\u0937\u094d\u092f \u092b\u0938\u0932 \u0909\u0917\u093e\u0928\u093e \u0928\u0939\u0940\u0902 \u0939\u0948, \u092c\u0932\u094d\u0915\u093f \u092e\u0928\u0941\u0937\u094d\u092f \u0915\u0940 \u0916\u0947\u0924\u0940 \u0914\u0930 \u092a\u0942\u0930\u094d\u0923\u0924\u093e \u0939\u0948<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u092e\u0938\u093e\u0928\u094b\u092c\u0942 \u092b\u0941\u0915\u0941\u0913\u0915\u093e<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 13 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u091c\u092c \u0906\u092a\u0915\u093e \u0939\u0932 \u092a\u0947\u0902\u0938\u093f\u0932 \u091c\u0948\u0938\u093e \u0939\u094b \u0914\u0930 \u0906\u092a \u092e\u0915\u094d\u0915\u0947 \u0915\u0947 \u0916\u0947\u0924 \u0938\u0947 \u090f\u0915 \u0939\u091c\u093e\u0930 \u092e\u0940\u0932 \u0926\u0942\u0930 \u0939\u094b\u0902 \u0924\u094b \u0916\u0947\u0924\u0940 \u0915\u0930\u0928\u093e \u092c\u0939\u0941\u0924 \u0906\u0938\u093e\u0928 \u0932\u0917\u0924\u093e \u0939\u0948<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0921\u094d\u0935\u093e\u0907\u091f \u0921\u0940. \u0906\u0907\u091c\u0928\u0939\u093e\u0935\u0930<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 14 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u0915\u0940 \u0916\u094b\u091c \u0938\u092d\u094d\u092f \u091c\u0940\u0935\u0928 \u0915\u0940 \u0926\u093f\u0936\u093e \u092e\u0947\u0902 \u092a\u0939\u0932\u093e \u092c\u0921\u093c\u093e \u0915\u0926\u092e \u0925\u093e\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0906\u0930\u094d\u0925\u0930 \u0915\u0940\u0925<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 15 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u093f\u0938\u093e\u0928 \u0915\u094b \u0906\u0936\u093e\u0935\u093e\u0926\u0940 \u0939\u094b\u0928\u093e \u0939\u094b\u0917\u093e \u0905\u0928\u094d\u092f\u0925\u093e \u0935\u0939 \u0915\u093f\u0938\u093e\u0928 \u0928\u0939\u0940\u0902 \u0930\u0939\u0947\u0917\u093e<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0935\u093f\u0932 \u0930\u094b\u091c\u0930\u094d\u0938<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 16 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0926\u0947\u0936 \u0915\u0940 \u0924\u093e\u0915\u0924 \u0917\u094d\u0930\u093e\u092e\u0940\u0923 \u0915\u094d\u0937\u0947\u0924\u094d\u0930\u094b\u0902 \u0915\u0940 \u0924\u093e\u0915\u0924 \u092a\u0930 \u0928\u093f\u0930\u094d\u092d\u0930 \u0915\u0930\u0924\u0940 \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u091c\u0935\u093e\u0939\u0930 \u0932\u093e\u0932 \u0928\u0947\u0939\u0930\u0942<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 17 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u0906\u091c \u0905\u0932\u0917 \u0926\u093f\u0916\u0924\u0940 \u0939\u0948 - \u0939\u092e\u093e\u0930\u0947 \u0915\u093f\u0938\u093e\u0928 \u091c\u0940\u092a\u0940\u090f\u0938 \u0915\u093e \u0909\u092a\u092f\u094b\u0917 \u0915\u0930 \u0930\u0939\u0947 \u0939\u0948\u0902 \u0914\u0930 \u0906\u092a \u0907\u0902\u091f\u0930\u0928\u0947\u091f \u092a\u0930 \u0905\u092a\u0928\u0940 \u0938\u093f\u0902\u091a\u093e\u0908 \u092a\u094d\u0930\u0923\u093e\u0932\u093f\u092f\u094b\u0902 \u0915\u0940 \u0928\u093f\u0917\u0930\u093e\u0928\u0940 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0921\u0947\u092c\u0940 \u0938\u094d\u091f\u0948\u092c\u0947\u0928\u094b<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 18 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u0915\u094b \u091f\u093f\u0915\u093e\u090a \u092c\u0928\u093e\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f, \u0909\u0924\u094d\u092a\u093e\u0926\u0915 \u0915\u094b \u0932\u093e\u092d \u0915\u092e\u093e\u0928\u0947 \u092e\u0947\u0902 \u0938\u0915\u094d\u0937\u092e \u0939\u094b\u0928\u093e \u0939\u094b\u0917\u093e\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0938\u0948\u092e \u092b\u093e\u0930<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 19 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0916\u0947\u0924 \u0927\u0948\u0930\u094d\u092f \u0915\u0940 \u092a\u093e\u0920\u0936\u093e\u0932\u093e \u0939\u0948; \u0906\u092a \u092b\u0938\u0932 \u0915\u0940 \u0915\u091f\u093e\u0908 \u092e\u0947\u0902 \u091c\u0932\u094d\u0926\u092c\u093e\u091c\u0940 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947 \u092f\u093e \u0926\u094b \u0926\u093f\u0928\u094b\u0902 \u092e\u0947\u0902 \u092c\u0948\u0932 \u0928\u0939\u0940\u0902 \u092c\u0928\u093e \u0938\u0915\u0924\u0947\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0939\u0947\u0928\u0930\u0940 \u090f\u0932\u0947\u0928<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 20 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u092a\u0939\u0932\u093e \u0915\u093f\u0938\u093e\u0928 \u092a\u0939\u0932\u093e \u0906\u0926\u092e\u0940 \u0925\u093e, \u0914\u0930 \u0938\u092d\u0940 \u0910\u0924\u093f\u0939\u093e\u0938\u093f\u0915 \u0915\u0941\u0932\u0940\u0928\u0924\u093e \u092d\u0942\u092e\u093f \u0915\u0947 \u0915\u092c\u094d\u091c\u0947 \u0914\u0930 \u0909\u092a\u092f\u094b\u0917 \u092a\u0930 \u091f\u093f\u0915\u0940 \u0939\u0941\u0908 \u0939\u0948\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0930\u093e\u0932\u094d\u092b \u0935\u093e\u0932\u094d\u0921\u094b \u0907\u092e\u0930\u094d\u0938\u0928<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 21 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u0915\u093f\u0938\u0940 \u092d\u0940 \u0926\u0947\u0936 \u0915\u0940 \u0930\u0940\u0922\u093c \u0939\u094b\u0924\u0940 \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0939\u0940\u0930\u094b\u092e\u0942 \u0928\u093f\u0928\u093e\u0915\u093e<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 22 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\"\u0915\u0943\u0937\u093f \u0939\u0940 \u0938\u092d\u094d\u092f\u0924\u093e \u0939\u0948\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0905\u091c\u094d\u091e\u093e\u0924<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 23 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\"\u0915\u0943\u0937\u093f \u0938\u092d\u0940 \u0935\u094d\u092f\u0935\u0938\u093e\u092f\u094b\u0902 \u092e\u0947\u0902 \u0938\u092c\u0938\u0947 \u092e\u093e\u0928\u0935\u0940\u092f \u0939\u0948\u0964\"<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0905\u091c\u094d\u091e\u093e\u0924<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 24 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u092a\u094c\u0927\u0947 \u0915\u094b \u092a\u094b\u0937\u0923 \u0926\u0947\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092e\u093f\u091f\u094d\u091f\u0940 \u0915\u094b \u092a\u094b\u0937\u0923 \u0926\u0947\u0902\u0964<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u091a\u0947\u0930\u093f\u0932 \u092e\u093e\u0932\u0941\u0928\u0947\u0938 \u0930\u093e\u092e\u093e<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 25 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0906\u092a \u0916\u093e\u0932\u0940 \u092a\u0947\u091f \u0914\u0930 \u092e\u093e\u0928\u0935\u0940\u092f \u0926\u0941\u0916\u094b\u0902 \u0915\u0947 \u092c\u093f\u0928\u093e \u090f\u0915 \u0936\u093e\u0902\u0924\u093f\u092a\u0942\u0930\u094d\u0923 \u0926\u0941\u0928\u093f\u092f\u093e \u0915\u093e \u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0921\u0948\u0928 \u092f\u0947\u0932\u093e<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 26 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0938\u092c\u0938\u0947 \u0905\u091a\u094d\u091b\u093e \u0909\u0930\u094d\u0935\u0930\u0915 \u0939\u092e\u0947\u0936\u093e \u0915\u093f\u0938\u093e\u0928 \u0915\u0947 \u092a\u0926\u091a\u093f\u0928\u094d\u0939 \u0939\u094b\u0924\u0947 \u0939\u0948\u0902\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0917\u094d\u0932\u0947\u0921\u093f\u0938 \u091f\u093e\u092c\u093e\u0902\u0921\u093e \u0917\u0947\u092a\u094b\u0938\u0928<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 27 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0915\u0943\u0937\u093f \u0906\u0924\u094d\u092e\u0928\u093f\u0930\u094d\u092d\u0930\u0924\u093e \u0915\u093e \u0917\u093e\u0930\u0902\u091f\u0940\u0936\u0941\u0926\u093e \u0938\u093e\u0927\u0928 \u0939\u0948\u0964\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u092e\u0941\u0939\u092e\u094d\u092e\u0926 \u0905\u092c\u0942 \u0905\u092e\u094d\u092e\u093e\u0930<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 28 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u0939\u092e \u0935\u0939 \u091c\u094d\u091e\u093e\u0928 \u0930\u0916\u0924\u0947 \u0939\u0948\u0902 \u091c\u094b \u0926\u0947\u0936 \u0915\u093e \u092a\u0947\u091f \u092d\u0930\u0924\u093e \u0939\u0948!\u201d<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0915\u0932\u093e \u090f\u0902\u0925\u094b\u0928\u0940 \u0932\u0941\u092e\u094b\u0917\u0921\u093e\u0902\u0917<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 29 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u092f\u0926\u093f \u0906\u092a \u0926\u093f\u0932, \u0926\u093f\u092e\u093e\u0917 \u0914\u0930 \u0906\u0924\u094d\u092e\u093e \u0938\u0947 \u0915\u0943\u0937\u0915 \u0939\u0948\u0902 \u0924\u094b \u0906\u092a \u0932\u093e\u0907\u0938\u0947\u0902\u0938 \u0915\u0947 \u0938\u093e\u0925 \u092f\u093e \u0909\u0938\u0915\u0947 \u092c\u093f\u0928\u093e \u092d\u0940 \u0938\u092b\u0932 \u0939\u094b\u0902\u0917\u0947\u0964''<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u091c\u0940 \u091c\u0947 \u0915\u094d\u0932\u0947\u0935\u0930\u094b<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n  <!-- Quote 30 -->\n  <div class=\"ag-quote-card\">\n    <p class=\"ag-quote-text\">\u092f\u0926\u093f \u0906\u092a \u0906\u091c \u0905\u0928\u093e\u091c \u0915\u093e \u090f\u0915 \u091f\u0941\u0915\u0921\u093c\u093e \u0916\u093e \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u0924\u094b \u0915\u093f\u0938\u093e\u0928\u094b\u0902 \u0915\u0940 \u092e\u0947\u0939\u0928\u0924 \u0915\u0947 \u0932\u093f\u090f \u0906\u092d\u093e\u0930\u0940 \u0930\u0939\u0947\u0902\u0964<\/p>\n    <div class=\"ag-quote-author\">\u2014 \u0905\u091c\u094d\u091e\u093e\u0924<\/div>\n    <div class=\"ag-quote-actions\">\n      <button class=\"ag-btn copy-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M16 1H4C2.9 1 2 1.9 2 3v14h2V3h12V1zm3 4H8C6.9 5 6 5.9 6 7v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z\"\/><\/svg> <span class=\"btn-text\">\u0915\u0949\u092a\u0940<\/span><\/button>\n      <button class=\"ag-btn share-btn\"><svg viewbox=\"0 0 24 24\"><path d=\"M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.16c-.05.21-.08.43-.08.65 0 1.61 1.31 2.92 2.92 2.92s2.92-1.31 2.92-2.92c0-1.61-1.31-2.92-2.92-2.92z\"\/><\/svg> \u0936\u0947\u092f\u0930<\/button>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    \/\/ Select all the quote cards we just created in HTML\n    const cards = document.querySelectorAll('.ag-quote-card');\n    \n    cards.forEach(card => {\n      const textElement = card.querySelector('.ag-quote-text');\n      const authorElement = card.querySelector('.ag-quote-author');\n      const copyBtn = card.querySelector('.copy-btn');\n      const shareBtn = card.querySelector('.share-btn');\n      \n      \/\/ This function reads the live text from the screen (including Hindi translations!)\n      function getTranslatedQuote() {\n        const text = textElement.innerText.trim();\n        const author = authorElement.innerText.replace('\u2014', '').trim();\n        return `\"${text}\" - ${author}`;\n      }\n\n      \/\/ Copy Functionality\n      copyBtn.addEventListener('click', () => {\n        const fullText = getTranslatedQuote();\n        \n        navigator.clipboard.writeText(fullText).then(() => {\n          const textSpan = copyBtn.querySelector('.btn-text');\n          const originalText = textSpan.innerText;\n          textSpan.innerText = 'Copied!';\n          copyBtn.style.color = '#4CAF50';\n          \n          setTimeout(() => {\n            textSpan.innerText = originalText;\n            copyBtn.style.color = '';\n          }, 2000);\n        }).catch(err => {\n          console.error('Failed to copy text: ', err);\n          alert(\"Failed to copy quote.\");\n        });\n      });\n\n      \/\/ Share Functionality \n      shareBtn.addEventListener('click', () => {\n        const fullText = getTranslatedQuote();\n        \n        if (navigator.share) {\n          navigator.share({\n            title: 'Agriculture Quote',\n            text: fullText,\n            url: window.location.href\n          }).catch((error) => console.log('Error sharing', error));\n        } else {\n          \/\/ Fallback for browsers that don't support Web Share API\n          navigator.clipboard.writeText(fullText + \" \" + window.location.href);\n          alert(\"Quote and link copied to clipboard to share!\");\n        }\n      });\n    });\n  });\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><br><\/p>\n\n\n\n<style>\r\n    \/* Main Card Container *\/\r\n    .ar-community-card {\r\n        background: #ffffff;\r\n        border: 1px solid #e2e8f0;\r\n        border-radius: 12px;\r\n        padding: 30px 20px;\r\n        \r\n        \/* CHANGES MADE HERE: Restricted width and centered for desktop *\/\r\n        max-width: 1100px; \r\n        margin: 35px auto; \r\n        width: 100%; \r\n        box-sizing: border-box;\r\n        \r\n        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);\r\n        text-align: center;\r\n        font-family: inherit;\r\n    }\r\n\r\n    \/* Call to Action Text *\/\r\n    .ar-community-title {\r\n        font-size: 1.4rem;\r\n        font-weight: 700;\r\n        color: #1e293b;\r\n        margin-bottom: 8px;\r\n        line-height: 1.3;\r\n    }\r\n    \r\n    .ar-community-subtitle {\r\n        font-size: 1rem;\r\n        color: #475569;\r\n        margin-bottom: 24px;\r\n    }\r\n\r\n    \/* Social Proof Metrics Badges *\/\r\n    .ar-stats-grid {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        justify-content: center;\r\n        gap: 10px;\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    .ar-stat-badge {\r\n        background: #f8fafc;\r\n        color: #334155;\r\n        padding: 8px 16px;\r\n        border-radius: 30px;\r\n        font-size: 0.85rem;\r\n        font-weight: 600;\r\n        border: 1px solid #cbd5e1;\r\n        box-shadow: 0 2px 4px rgba(0,0,0,0.02);\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 6px;\r\n    }\r\n\r\n    \/* Social Icons Flexbox *\/\r\n    .ar-social-connect {\r\n        display: flex;\r\n        flex-wrap: wrap;\r\n        justify-content: center;\r\n        align-items: center;\r\n        gap: 20px;\r\n    }\r\n    \r\n    .ar-social-icon {\r\n        display: inline-block;\r\n        text-decoration: none;\r\n    }\r\n    \r\n    \/* Image Styling with Drop Shadows *\/\r\n    .ar-social-icon img {\r\n        width: 52px; \r\n        height: 52px;\r\n        object-fit: contain;\r\n        \/* Using filter to apply shadow exactly to the shape of the webp logos *\/\r\n        filter: drop-shadow(0 4px 6px rgba(0,0,0,0.15)); \r\n        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.3s ease;\r\n    }\r\n    \r\n    \/* Enhanced Hover Effects *\/\r\n    .ar-social-icon:hover img {\r\n        transform: translateY(-6px) scale(1.1);\r\n        filter: drop-shadow(0 10px 15px rgba(0,0,0,0.25));\r\n    }\r\n\r\n    \/* Mobile Responsiveness *\/\r\n    @media (max-width: 600px) {\r\n        .ar-community-card {\r\n            padding: 24px 15px;\r\n            \/* CHANGES MADE HERE: Keeps it completely full width on mobile *\/\r\n            border-radius: 0;\r\n            border-left: none;\r\n            border-right: none;\r\n        }\r\n        .ar-community-title {\r\n            font-size: 1.25rem;\r\n        }\r\n        .ar-stats-grid {\r\n            gap: 8px;\r\n        }\r\n        .ar-stat-badge {\r\n            font-size: 0.8rem;\r\n            padding: 6px 12px;\r\n        }\r\n        .ar-social-icon img {\r\n            width: 44px;\r\n            height: 44px;\r\n        }\r\n        .ar-social-connect {\r\n            gap: 15px;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"ar-community-card\">\r\n    <div class=\"ar-community-title\">\u0939\u092e\u093e\u0930\u0947 \u0935\u093f\u0936\u093e\u0932 \u0915\u0943\u0937\u093f \u0938\u092e\u0941\u0926\u093e\u092f \u0938\u0947 \u091c\u0941\u0921\u093c\u0947\u0902!<\/div>\r\n    <div class=\"ar-community-subtitle\">\u0905\u092a\u0921\u0947\u091f, \u0938\u094d\u091f\u0921\u0940 \u0917\u093e\u0907\u0921 \u0914\u0930 \u0930\u094b\u091c\u093c\u093e\u0928\u093e \u0915\u0940 \u091a\u0930\u094d\u091a\u093e\u0913\u0902 \u0915\u0947 \u0932\u093f\u090f \u0939\u091c\u093c\u093e\u0930\u094b\u0902 \u0905\u0928\u094d\u092f \u0932\u094b\u0917\u094b\u0902 \u0938\u0947 \u091c\u0941\u0921\u093c\u0947\u0902\u0964<\/div>\r\n    \r\n    <!-- Social Proof Metrics -->\r\n    <div class=\"ar-stats-grid\">\r\n        <span class=\"ar-stat-badge\">\ud83d\udc65 271K+ \u0917\u094d\u0930\u0941\u092a \u0938\u0926\u0938\u094d\u092f<\/span>\r\n        <span class=\"ar-stat-badge\">\ud83d\udc4d 20K+ FB \u092b\u093c\u0949\u0932\u094b\u0905\u0930\u094d\u0938<\/span>\r\n        <span class=\"ar-stat-badge\">\ud83d\udcf8 2K+ IG \u092b\u093c\u0949\u0932\u094b\u0905\u0930\u094d\u0938<\/span>\r\n        <span class=\"ar-stat-badge\">\ud83d\udce2 1,600+ \u091a\u0948\u0928\u0932 \u0938\u0926\u0938\u094d\u092f<\/span>\r\n    <\/div>\r\n\r\n    <!-- Interactive Social Links -->\r\n    <div class=\"ar-social-connect\">\r\n        <a href=\"https:\/\/www.facebook.com\/reviewagriculture\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Follow on Facebook\">\r\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/facebook-logo.webp\" alt=\"Facebook\">\r\n        <\/a>\r\n        <a href=\"https:\/\/www.instagram.com\/agriculturereview\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Follow on Instagram\">\r\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/instagram-logo.webp\" alt=\"Instagram\">\r\n        <\/a>\r\n        <a href=\"https:\/\/wa.me\/919473109643\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Message on WhatsApp\">\r\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/whatsapp-logo.webp\" alt=\"WhatsApp\">\r\n        <\/a>\r\n        <a href=\"https:\/\/t.me\/agriculturereview\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Join Telegram Channel\">\r\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/telegram-logo.webp\" alt=\"Telegram\">\r\n        <\/a>\r\n        <a href=\"https:\/\/youtube.com\/@agriculturereview?si=rIJRDvgBcviuAOAm\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Subscribe on YouTube\">\r\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/youtube-logo.webp\" alt=\"YouTube\">\r\n        <\/a>\r\n        <a href=\"https:\/\/messenger.com\/channel\/reviewagriculture\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ar-social-icon\" title=\"Connect on Messenger\">\r\n            <img decoding=\"async\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2026\/07\/messenger-logo.webp\" alt=\"Messenger\">\r\n        <\/a>\r\n    <\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Agriculture is the primary activity of humans and has helped our civilization to grow and prosper. Hence to celebrate the importance of agriculture, these inspiring agriculture quotes will help you to get motivated and interested in the world of farming. Agriculture Quotes Swipe for more quotes \u2794 \u276e Download Quote Download Quote Download Quote Download &#8230; <a title=\"30 Agriculture Quotes That Inspire Farmers &#038; Agriculturists\" class=\"read-more\" href=\"https:\/\/agriculturereview.com\/hi\/agriculture-quotes-that-inspire\/\" aria-label=\"Read more about 30 Agriculture Quotes That Inspire Farmers &#038; Agriculturists\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":18578,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"footnotes":"","_members_access_role":[],"_members_access_error":""},"categories":[6],"tags":[3046],"class_list":["post-18573","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-agriculture","tag-agriculture-quotes"],"_links":{"self":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/18573","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/comments?post=18573"}],"version-history":[{"count":12,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/18573\/revisions"}],"predecessor-version":[{"id":22896,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/18573\/revisions\/22896"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/media\/18578"}],"wp:attachment":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/media?parent=18573"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/categories?post=18573"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/tags?post=18573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}