.custom-card{border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;height:520px;margin:60px 0;overflow:hidden}.custom-card-content{background-color:#fff;display:flex;flex:1 1 33.33%;flex-direction:column;justify-content:center;min-width:480px;padding-left:20px;padding-right:20px}.custom-card-content h2{color:#333;font-size:28px;font-weight:900;margin-bottom:10px}.custom-card-content p{color:#666;font-size:20px;line-height:1.5}.custom-card-image{align-items:center;display:flex;flex:1 1 66.67%;justify-content:center}.custom-card-image img{border:none;display:block;height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:768px){.custom-card{flex-direction:column;height:unset;margin:2em 0;min-height:100%}.custom-card-content{flex:1 1 auto;min-width:auto;padding-top:20px}.custom-card-content p{font-size:16px}.custom-card-image{flex:1 1 auto}.custom-card-image img{height:100%;min-height:320px}}