.market-section{padding:60px 0}.market-section .heading-txt{margin-bottom:50px}.market-section .heading-txt h2 span{color:var(--secondary_color)}.market-section .heading-txt p{margin:0 auto;max-width:920px}.market-section .single-card{background-color:var(--primary_color);border-radius:20px;flex-basis:48.5%;margin-bottom:30px;margin-right:3%;padding:28px}.market-section .single-card:nth-child(2n+2){margin-right:0}.market-section .single-card .phase{flex-basis:50%}.market-section .single-card .phase p{align-items:center;background-color:var(--secondary_color);border-radius:20px;display:flex;font-weight:700;height:40px;justify-content:center;margin-bottom:0;max-width:100px;text-align:center}.market-section .single-card .img{display:flex;flex-basis:50%;height:110px;justify-content:right;margin-bottom:-20px;opacity:1;transform:scale(1);transform-origin:right top;transition:transform .8s ease-in-out,opacity .8s ease-in-out}.market-section .single-card .img-block{max-width:180px}.market-section .single-card .img img{width:100%}.market-section .single-card .text-block>*{color:#c9c9c9}.market-section .single-card .text-block p{font-size:16px;margin-bottom:0}.market-section .single-card:hover .img{opacity:.2;transform:scale(2)}@media(max-width:1024px){.market-section .single-card .img{margin-bottom:-10px}}@media(max-width:767px){.market-section{padding:40px 0}.market-section .single-card{flex-basis:100%;margin-right:0}}@media(max-width:480px){.market-section .single-card{padding:20px}.market-section .single-card .img{margin-bottom:10px}}