/* หัวข้อ "ทำไมต้องเลือก" และรายการติ๊กถูก
   ใช้ที่: หน้าแรก, เกี่ยวกับเรา */

/* "ทำไมต้องเลือก" block in the About section */
            .about-four__content .why-title {
                color: #17396c;
                font-family: 'promptsemibold';
                font-size: 24px;
                font-weight: 600;
                line-height: 1.35;
                margin: 8px 0 0;
            }

            .intro-list {
                display: flex;
                flex-direction: column;
                list-style: none;
                margin: 14px 0 24px;
                padding: 0;
            }

            .intro-list li {
                align-items: flex-start;
                color: var(--agriox-color-1, #797979);
                display: flex;
                font-family: 'promptregular';
                font-size: 17px;
                line-height: 1.6;
                margin-bottom: 10px;
            }

            /* rounded-square tick badge */
            .intro-list .ico {
                align-items: center;
                background: #0a4091;
                border-radius: 8px;
                display: flex;
                flex: none;
                height: 26px;
                justify-content: center;
                margin-right: 12px;
                margin-top: 2px;
                width: 26px;
            }

            .intro-list .ico svg {
                height: 15px;
                stroke: #ffffff;
                width: 15px;
            }

            @media (max-width: 767px) {
                .about-four__content .why-title {
                    font-size: 22px;
                }

                .intro-list li {
                    font-size: 16px;
                }
            }
