.auth span:first-child {
            padding-right: 15px;
            margin-right: 15px;
            position: relative;
        }

        .auth span:first-child:after {
            content: "";
            clear: both;
            display: block;
            position: absolute;
            width: 1px;
            height: 13px;
            background: #424b5c;
            opacity: .15;
            bottom: 1px;
            right: 0px;
        }

        .auth span a {
            color: #424b5c;
        }

        .blogs h3 {
            color: #222222;
            font-weight: 600;
            padding-top: 20px;
            padding-bottom: 5px;
            transition: 0.4s all;
        }

        .blogs h3:hover {
            color: #f89f3c;
        }

        .text {
            font-size: 16px;
            color: #424b5c;
            font-family: 'DM Sans', sans-serif;
            font-weight: 400;
            font-style: normal;
            margin-bottom: 10px;
        }

        .read-more {
            height: 44px;
            display: inline-flex;
            align-items: center;
            background: #fff;
            justify-content: center;
            border-radius: 40px;
            position: relative;
            padding-left: 20px;
            font-weight: 500;
            font-size: 13px;
            line-height: 24px;
            text-transform: uppercase;
            color: #222222;
            z-index: 1;
            padding-right: 2px;
            -webkit-transition: all .3sease;
            transition: all .3sease;
            overflow: hidden;
            border: 1px solid rgba(34, 34, 34, 0.1);
            margin: 20px 0px;
        }

        .read-more i {
            margin-left: 14px;
            width: 35px;
            height: 35px;
            background: #222222;
            display: flex;
            align-items: center;
            justify-content: center;
            /* background: var(--primary-color); */
            border-radius: 50%;
            color: #fff;
            font-size: 13px;
            -webkit-transition: all .3sease;
            transition: all .3sease;
        }

        .read-more:hover {
            background-color: #f89f3c !important;
            color: #fff;
        }

        .read-more:hover i {
            background-color: #fff;
            color: #f89f3c !important;
        }

        .col-lg-10 {
            padding: 30px 30px;
            margin: 30px 0;
            background: #FFFFFF;
            box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
            border-radius: 10px;
            overflow: hidden;
        }