    .category {
        color: #ffffff;
        font-size: 14px;
        border: 2px solid #ffffff;
        display: table;
        padding: 5px 15px;
        min-width: 132px;
        text-align: center;
        border-radius: 40px;
    }
    .first-sec{
        margin-top: 10rem;
    }
    .testimonial {
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding: 40px 20px;
    }
    .testimonial .quote{
        right: 50px;
        top: -25px;
    }
    .testi-content p{
        color: #B1B5C3;
        line-height: 150%;
    }
    @media all and (min-width: 767px){
        .desctop-r-border{
            border-left: 1px solid #ffffff;
            padding-left: 6%;
        }
    }
    .glass-width{
        max-width: 246px;
        margin: auto;
    }
    h2{
        color: #B1B5C3;
        font-size: 32px;
    }
    h4{
        color: #B1B5C3;
    }
    ul li p{
        font-size: 14px;
    }
    .character{
        max-width: 290px;
    }
    .glass p {
        color: #ffffff;
    }
    .first-sec h2:nth-child(2){
        color: #ffffff;
        font-size: 40px;
    }