﻿.buttons-wrapper .info-button {
    width: 100%;
    height: 120px;
    font-family: Roboto;
    display: grid;
    grid-template-columns: 75px 1fr;
    column-gap: 32px;
    grid-template-rows: 1fr;
    align-items: center;
    color: #242424;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .buttons-wrapper .info-button:last-of-type {
        margin-bottom: 0;
    }


    .buttons-wrapper .info-button object {
        max-width: 70px;
        height: auto;
        justify-self: center;
    }

    .buttons-wrapper .info-button h3 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #242424;
        text-transform: none;
    }

    .buttons-wrapper .info-button p {
        margin: 0;
        font-size: 18px;
        line-height: 28px;
        color: #242424;
    }

.services-banner .service:hover h3 {
    color: #c30000;
}

.buttons-wrapper .info-button p.link {
    margin-top: 8px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #242424;
    text-decoration: none;
}

.buttons-banner .info-button:hover p.link {
    color: #242424;
    text-decoration: none;
}

.buttons-wrapper .info-button p.link svg {
    stroke: #242424;
}

@media screen and (min-width: 992px) {
    .buttons-wrapper {
        display: flex;
        width: 100%;
    }

        .buttons-wrapper .info-button {
            margin: 0;
        }
}
