.choosing-area{padding:100px 0;background:#ffffff;font-family:"Poppins",sans-serif}.choosing-area .container{max-width:1140px;margin:auto}.sec-title{text-align:center;margin-bottom:60px}.sec-title h1{font-size:40px;font-weight:600;color:#222}.sec-title .border{width:70px;height:3px;background:#d6a86c;margin:15px auto 0}.choosing-wrapper{display:flex;gap:40px}.choosing-list{flex:1;list-style:none;padding:0;margin:0}.single-item{display:flex;align-items:center;padding:30px 0}.single-item.bdr-btm{border-bottom:1px solid #eaeaea}.icon-holder{margin-right:20px}.inner-border{width:70px;height:70px;border:2px solid #d6a86c;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon{font-size:30px;color:#d6a86c}.text-holder h3{font-size:20px;margin-bottom:8px;font-weight:500;color:#222}.text-holder p{font-size:14px;line-height:1.8;color:#777}@media (max-width:991px){.choosing-wrapper{flex-direction:column}}.single-item,.inner-border,.icon,.text-holder h3,.text-holder p{transition:all 0.35s ease}.single-item:hover .inner-border{transform:scale(1.1) rotate(8deg);background-color:#d6a86c}.single-item:hover .icon{color:#ffffff;transform:scale(1.1)}.single-item:hover .text-holder h3{color:#d6a86c;transform:translateX(5px)}.single-item:hover .text-holder p{transform:translateX(5px)}.single-item:hover{transform:translateY(-4px)}