.cardComponent{display:flex;justify-content:space-between;flex-direction:row;align-items:center}.cardComponent.reverse{flex-direction:row-reverse}.cardComponent .left{width:45%}.cardComponent .left .leftContent{display:flex;gap:20px}.cardComponent .left .leftContent hr{height:60px;width:20px;background-color:var(--primary-color)}.cardComponent .left .leftContent .data h1{font-size:3rem}.cardComponent .left .leftContent .data p{font-size:1rem;line-height:30px;color:var(--secondary-text-color);margin-top:20px}.cardComponent .right{width:45%;position:relative;min-height:400px;display:flex;justify-content:center}.cardComponent .right .imageRight{border-radius:20px;object-fit:cover}@media(max-width:992px){.cardComponent,.cardComponent.reverse{flex-direction:column-reverse}.cardComponent .left{width:100%;margin-top:40px}.cardComponent .left .leftContent .data h1{font-size:1.8rem;margin-bottom:12px}.cardComponent .right{width:100%;min-height:300px}}@media(max-width:768px){.cardComponent .left{width:100%}.cardComponent .left .leftContent .data h1{font-size:1.8rem;margin-bottom:12px}}@media(max-width:480px){.cardComponent .left{width:100%}.cardComponent .left .leftContent .data h1{font-size:1.5rem}}