   .rts-whychoose__image {
       background: transparent;
       border-radius: 20px;
       min-height: 500px;
       max-height: 500px;
       padding: 50px 60px;
       display: flex;
       justify-content: center;
       align-items: center;
       position: relative;
       z-index: 1;
   }

   .rts-whychoose__image img {
       width: 100%;
       /* ให้ภาพเต็มขนาดของ container */
       height: 500px;
       /* กำหนดความสูงให้คงที่ */
       object-fit: contain;
       /* ทำให้ภาพอยู่ในกรอบโดยไม่ถูกตัด */

   }