        .row {
            display: flex;
            gap: 20px;
            align-items: center;
        }

        .col-md-6 {
            width: 50%;
        }

        .footer {
            background-color: #ef7f1a;
            padding: 60px 20px;
            color: white;
            position: relative;
        }

        .footer-icon-bg {
            /* background: url(../wp-content/wp-content/uploads/footer-icon-bg.png) top left no-repeat; */
            /* height: 50px; */
            background-color: #221e1e;
            border-radius: 50px;
            padding: 8px 18px;
            position: absolute;
            /* width: 10%; */
            margin-left: 25px;
            margin-top: -40px;
            border: 1px solid white;
            z-index: 111;
            font-size: 2rem;
        }

        .footer-text-bg {
            background-color: #221e1e;
            text-align: center;
            padding: 1px 15px;
            margin-top: -10px;
            margin-bottom: 50px;
            padding-bottom: 25px;
            border-radius: 10px;
        }

        .footer-links {
            font-size: 15px;
            text-align: center;
        }

        .footer-links ul li {
            display: inline;
            border-right: 1px solid #fff;
            padding: 0 15px;
            margin-bottom: 10px;
            color: white;
        }

        .footer-links li.lastchild {
            border-right: none;
        }

        .footer h4 {
            color: white;
            font-size: larger;
        }

        .footer p {
            margin-bottom: auto;
        }

        .footer a {
            text-decoration: none;
            color: white;
        }

        footer a:hover {
            color: white;
        }

        .footer-btm {
            text-align: center;
            margin-top: 10px;
        }

        .footer-btm p {
            font-size: 15px;
        }

        @media only screen and (max-width: 600px) {
            .row {
                display: flex;
                gap: 20px;
                flex-direction: column;
                align-items: center;
            }

            .col-md-6 {
                width: 100%;
            }

            .p-info {
                width: 120px;
            }

            .x-topbar .p-info {
                float: none;
                margin: 0;
                margin-top: 5px;
                border: 0px;
                padding: 0.8em 1em 1em;
            }

            .x-topbar {
                text-align: left;
            }
        }