.kitchen_card_container{max-width:1360px;width:100%;margin:0 auto}
.design_calculator_card{margin-bottom:20px;position:relative;width:49.26%;overflow:hidden;border-radius:20px}
.design_calculator_card_img{position:relative;width:100%;height:auto;border-radius:20px;margin-bottom:unset;cursor:pointer;transition:all .3s ease-in-out}
.design_calculator_card_img img{width:100%;max-height:560px;height:100%}
.design_calculator_card_img picture{display:block;transition:transform .3s ease}
.design_calculator_card_img:hover picture{transform:scale(1.1)}
.kitchen_calculator_card_title{position:absolute;top:24px;padding:0 36px;width:100%;display:flex;align-items:center;gap:20px}
.kitchen_calculator_card_title h2{font-family:Archivo;font-weight:500;font-size:48px;line-height:101%;color:#232426;width:45%}
.kitchen_calculator_card_title p{font-family:Archivo;font-weight:400;font-size:20px;line-height:132%;color:#232426;width:45%}
.design_calculator_card_btn_wrapper{position:absolute;bottom:0;right:0;background:#fff;border-top-left-radius:40px;padding:24px 23px 13px 24px;display:flex}
.design_calculator_card_btn_wrapper a{padding:20px 31px 20px 27px;justify-content:center;background:linear-gradient(270deg,#712ccb 0,#a77fdc 100%);color:#fff;border:0;border-radius:60px;font-family:Creato Display;font-weight:500;font-size:16px;line-height:150%;position:relative}
.design_calculator_card_btn_wrapper::after{content:"";background:url(../../../../content/dam/asianpaintsbeautifulhomes/design-ideas-revamp/right-curv.png)no-repeat center;background-size:100% 100%;width:46px;height:33px;position:absolute;top:-33px;right:0}
.design_calculator_card_btn_wrapper::before{content:"";background:url(../../../../content/dam/asianpaintsbeautifulhomes/design-ideas-revamp/left-curv.png)no-repeat center;background-size:100% 100%;width:50px;height:36px;position:absolute;bottom:0;left:-50px}
@media screen and (max-width :768px){.design_calculator_card{width:100%}
.kitchen_calculator_card_title{top:30px;padding:0 16px;gap:18px}
.kitchen_calculator_card_title h2{font-size:30px}
.kitchen_calculator_card_title p{font-size:12px;line-height:130%}
.design_calculator_card_btn_wrapper{padding:15px 0 10px 17px}
.design_calculator_card_btn_wrapper a{border-top-left-radius:60px;padding:14px 32px 14px 27px;font-size:16px}
.design_calculator_card_img img{width:100%;max-height:480px;height:100%}
}