.cu_email a {
                display: block;
            }

            .cu_email {
                color: red;
                font-size: 1rem;
            }

            .cu_info {
                color: white;
                margin: 1rem auto;
            }

            .cu_info div {
                font-size: 0.875rem;
                color: #999;
                line-height: 1.2;
                margin-top: 0.5rem;
            }

            .cu_item img {
                width: 5rem;
                margin: 0 auto;
            }

            .cu_item {
                width: 32%;
                background: #161719;
                border-radius: 1rem;
                text-align: center;
                padding: 1.5rem 0.5rem;
                font-size: 1.5rem;
                margin-bottom: 1.5rem;
                cursor: pointer;
            }

            .cu_items {
                width: 62.5%;
                margin: 3rem auto 5rem;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .cu_title {
                width: 100%;
                text-align: center;
                color: white;
                font-size: 2.5rem;
                line-height: 1;
            }

            .contactUs {
                background: black;
                padding: 10rem 0;
                font-family: 'H-Medium';
            }


            @media (max-width: 750px) {


                .cu_item {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-radius: 0.5rem;
                    text-align: left;
                    padding: 0.5rem;
                    font-size: 1rem;
                    margin-bottom: 1rem;
                }

                .cu_item img {
                    width: 3rem;
                }

                .cu_info {
                    margin: 0.5rem auto;
                }

                .cu_right {
                    width: 75%;
                }

                .cu_info div {
                    font-size: 0.75rem;
                }

                .cu_items {
                    margin: 3rem 0 0;
                    width: auto;
                }

                .contactUs {
                    padding: 4rem 5%;
                }
            }
