﻿#solution-page img:not(.header-image) {
    max-width: 603px;
    max-height: 342px;
    width: 100%;
}

#solution-page img.header-image {
    height: 508px;
    width: 100%;
    object-fit: cover;
}

#solutions-grid img.header-image {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

#solutions-grid .solution-summary-box {
    height: 400px;
    border-radius: 10px;
    transition: .5s;
    width: 23%;
}

    #solutions-grid .solution-summary-box:hover {
        transform: scale(1.05);
    }

    #solutions-grid .solution-summary-box a {
        bottom: 0;
        left: 0;
        right: 0;
        width: 60%;
    }

    #solutions-grid .solution-summary-box .material-symbols-outlined {
        font-size: 20px;
    }

    #solutions-grid .solution-summary-box:not(:last-child) {
        margin-right: 20px;
    }
