.txt-ylw {
            color: #FFD900;
        }
        body .header .header__subtitle {
            font-family: "Roboto Mono", monospace;
            font-weight: 400;
            margin-bottom: .5em;
            font-size: 35px;
            width: 100%;
            max-width: 935px;
            padding-bottom: 21px;
            margin-bottom: 20px;
            border-bottom: 2px solid #fff;
        }
        .hr-line{
            
            border-bottom: 2px solid #fff;
            margin: 20px 0px;

        }

        @media(max-width: 1024px){
            body .header .header__subtitle {
                font-size: 28px;
            }
        }

        @media(max-width: 768px){
            body .header .header__subtitle {
                font-size: 22px;
            }
        }
        
        @media(max-width:500px){
            body .header .header__subtitle {
                font-size: 16px;
            }
            body .header {
                padding-top: 5%;
            }
            body .header .header__title {
                font-size: 22px;
                padding: 7px 15px;
                line-height: 2;
            }
            br{
                display: none;
            }
            .white-sec p:before {
                max-width: 52px;
            }
        }

        @media(max-width: 430px){
            body .header .header__title {
                font-size: 19px;
            }
            .white-sec p:before {
                top: 0px;
                left: -10px;
                max-width: 42px;
            }
        }
        
        @media(max-width:414px){
                body .header .header__title {
                padding: 7px 15px;
                line-height: 2.2;
            }
        }
        
        @media(max-width:390px){
            body .header .header__title {
                font-size: 17px;
                padding: 4px 15px;
                line-height: 2;
            }
        }

        @media(max-width: 375px){
            body .header .header__title {
                font-size: 16px;
            }
        }

        @media(max-width: 320px){
            body .header .header__title {
                font-size: 17px;
            }
            body .header .header__subtitle {
                font-size: 14px;
            }
        }

        @media(max-width: 280px){
            body .header .header__title {
                font-size: 15px;
                padding: 4px 6px;
                line-height: 2;
            }
        }


