

   .header_contact{
        display: flex;
        justify-content: center; 
        gap: 20px;
        margin: 20px 0 40px;
    }

    .estimate_blue{
        position: relative;
        font-size: 2em;
        padding:0.5em 1em;
        text-decoration: none!important;
        background: #00a0e9;
        color: #FFF!important;
        border-bottom: solid 4px #a4d7ff;
        border-radius: 50px;
        flex: 1;
        max-width: 100%;
        align-content: center
    }

    .estimate_blue::before, 
    .tel_green::before,
    .contact_pink::before{
        content: "";
        position: absolute;
        left: 220px;
        top: 55%;
        width: 45px;
        border-top: 3px solid #fff;
        transform: translateY(-50%) rotate(-56deg);
    }

    .estimate_blue::after, 
    .tel_green::after,
    .contact_pink::after {
        content: "";
        position: absolute;
        left: 15px;
        top: 55%;
        width: 45px;
        border-top: 3px solid #fff;
        transform: translateY(-50%) rotate(56deg);
    }

    .tel_green{
        position: relative;
        font-size: 2em;
        padding: 0.5em 1em;
        text-decoration: none !important;
        background: #00a73c;
        color: #FFF !important;
        border-bottom: solid 4px #b3edc8;
        border-radius: 50px;
        flex: 1;
        max-width: 100%;
        align-content: center;
        line-height: 0.8em;
    }

    .tel_green span{
        font-size: 0.8em;
    }

    .estimate_blue:active,.contact_pink:active,.tel_green:active {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        border-bottom: none;
    }

    .contact_pink{
        position: relative;
        font-size: 2em;
        padding: 0.5em 1em;
        text-decoration: none!important;
        background: #de4e96;
        color: #FFF!important;
        border-bottom: solid 4px #ffbedf;
        border-radius: 50px;
        flex: 1;
        max-width: 100%;
        align-content: center
    }


    .oem_bg {
        background-color: #fff6e5;
        padding-bottom: 20px;
    }

    .mb40 { width: fit-content; margin: 0 auto; }

    .oem_bg p{
        font-size: 2em;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
        padding: 20px;
        background-color: #f7b038;
    }

    .oem_top_banner_07 ul li img {
        border: solid 3px #ffffff;
        border-radius: 50px;
    }

    .oem_top_banner_07 ul li img:hover {
        border: solid 3px #ffffff;
        opacity: 0.6;
        transition: none;
    }

    em span{
        display: none;
    }

    @media screen and (max-width: 768px) {

        .oem_bg p{
            font-size: 1.2em;
        }

        .estimate_blue::before, 
        .tel_green::before,
        .contact_pink::before{
            display: none;
        }

        .estimate_blue::after, 
        .tel_green::after,
        .contact_pink::after {
            display: none;
        }


        .tel_green{
            font-size: 1em;
            padding: 0.5em 0.5em;
            border-radius: 10px;
            font-weight: 800;
        }

        .contact_pink{
            font-size: 1em;
            padding: 0.5em 0.5em;
            border-radius: 10px;
            font-weight: 800;
        }

        .estimate_blue{
            font-size: 1em;
            padding: 0.5em 0.5em;
            border-radius: 10px;
            font-weight: 800;
        }

        .header_contact {
            gap: 5px;
            margin: 10px 0 40px;
        }

    }