.solar-results-container{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:20px}.solar-results-inner-container{background-color:#0f112f;border:2px solid #ccc;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;margin:20px;max-width:500px;min-height:350px;overflow:hidden;text-align:center;width:45%}.solar-results-image img{border-radius:10px 10px 0 0;height:auto;object-fit:cover;width:100%}.solar-results-title{color:#f7c502;font-size:30px;font-style:italic;font-weight:600;margin-bottom:5px;padding:10px 20px}.solar-results-text{color:#fff;flex-grow:1;font-size:1rem;line-height:1.5;margin-top:-50px;padding:50px}@media (max-width:750px){.solar-results-inner-container{max-width:500px;width:90%}}