.contacts-production .card {
        border-radius: 15px;
    }

    .contacts-production .icon-box {
        width: 40px;
        text-align: center;
    }

    .contacts-production .map-wrapper {
        border: 1px solid #eee;
        height: 450px;
    }

    @media (min-width: 1292px) {
        .contacts-production .map-wrapper {
            height: 100%;
        }
        .contacts-production .row {
            display: flex;
            align-items: stretch;
        }
    }

    .text-nowrap {
        white-space: nowrap;
    }