
        .why-choose-three__single {
            display: flex;
            align-items: flex-start;
            gap: 20px;
        }

        .why-choose-three__icon {
            margin-top: 0 !important;
            /* remove -110px */
            flex-shrink: 0;
        }

        .why-choose-three__content-title {
            margin-top: 0;
            /* ensures same top start */
        }

        @media (min-width: 766px) and (max-width: 1319px) {
            .why-choose-three__icon {
                margin-top: 5px !important;
            }
        }

        .main-menu-two__call-icon:hover {
            background-color: #d1b027 !important;
            transform: scale(1.1);
        }

        .cta-three__user-name {
            font-size: 14px;
            font-weight: bold;
        }

        .cta-three__user-sub-title {
            font-size: 12px;
        }
  