*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins', sans-serif}body{width:100%;display:flex;justify-content:center;align-items:center;min-height:100vh}body .container{position:relative;display:flex;justify-content:center;align-items:center;max-width:1000px;flex-wrap:wrap}body .container .card{position:relative;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:100px 0}body .container .card:nth-child(odd){flex-direction:row}body .container .card:nth-child(even){flex-direction:row-reverse;text-align:right}body .container .card .imgBx{position:relative;left:25px;width:500px;height:400px;z-index:1}body .container .card .imgBx img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}body .container .card:nth-child(even) .imgBx{left:-25px}body .container .card:nth-child(even) .contentBx{left:25px;padding:20px 100px 20px 60px}body .container .card .contentBx{position:relative;right:25px;width:500px;height:400px;display:flex;justify-content:center;align-items:center;background:#0d1113;padding:20px 60px 20px 100px}body .container .card .contentBx:before{content:'';position:absolute;top:-50px;bottom:-50px;left:0;right:0;background:#0d1113;z-index:-1}body .container .card .contentBx .content h2{font-size:30px;color:white;margin-bottom:20px}body .container .card .contentBx .content p{color:white;margin-bottom:20px}body .container .card .contentBx .content a{color:white;text-decoration:none;font-weight:bold;border:1px solid;padding:8px 15px;margin-top:10px;display:inline-block;border-radius:5px}@media (max-width: 1000px){body .container{gap:20px}body .container .card{flex-direction:column;max-width:350px;margin:0}body .container .card .imgBx{width:100%;height:250px;left:0}body .container .card:nth-child(even) .imgBx{left:0}body .container .card .contentBx{width:100%;height:auto;right:0;padding:30px;text-align:center}body .container .card .contentBx:before{top:0;bottom:0}body .container .card .contentBx .content h2{font-size:1.5rem}body .container .card:nth-child(even) .contentBx{left:0;padding:30px}}
/*# sourceMappingURL=style.css.map */