                        .subBrief {
                        font-size: 0.85em;
                        overflow: hidden;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }
                    
                    .logo_wrap a img {
                        width: auto;
                    }
                    
                    .logo_wrap a h5 {
                        margin-top: 25px;
                        color: #E57717;
                    }
                    
                    body select {
                        font-size: 125%;
                    }
                    
                    .alt-div {
                        display: none;
                    }
                    
                    .inputs_des textarea,
                    .inputs_des input {
                        float: left;
                        width: 100%;
                        border: 10px solid #1d1d1d;
                        padding: 3px 10px 5px 38px;
                        line-height: 34px;
                    }
                    
                    .wiget-instagram ul h2 {
                        color: white;
                        padding: 6px 5px 6px 5px;
                    }
                    
                    .wiget-instagram li h2 {
                        background-color: #777777;
                    }
                    
                    .wiget-instagram li h2:hover {
                        background-color: #2d2d2d;
                    }
                    
                    .wiget-instagram li h2:active {
                        background-color: #E57717;
                    }
                    
                    @media screen and (min-width: 1000px) {
                        .logo_wrap a img {
                            height: 95px;
                            object-fit: fill !important;
                        }
                        .logo_wrap a h5 {
                            margin-left: 150px;
                        }
                    }
                    
                    @media screen and (min-width:540px) and (max-width: 980px) {
                        .logo_wrap a img {
                            height: 120px;
                        }
                    }
                    
                    @media screen and (max-width: 500px) {
                        .logo_wrap a img {
                            height: 100px;
                        }
                    }
                    
                    .profile-box {
                        align-items: center;
                        height: 32px;
                        border-radius: 10px;
                        display: flex;
                        flex-wrap: nowrap;
                        flex-direction: row;
                        align-items: center;
                    }
                    
                    .profile-box img {
                        height: 32px;
                        border-radius: 16px;
                    }
                    
                    .profile-container {
                        position: absolute;
                        right: 2vw;
                        top: 1vw;
                        height: 40px;
                        display: flex;
                        align-items: center;
                    }
                    
                    .profile-box i,
                    .profile-box img,
                    .profile-box p {
                        margin-right: 0;
                        padding-left: 5px;
                        padding-right: 5px;
                    }
                    
                    .profile-box p {
                        height: 5px;
                    }
                    
                    @media screen and (max-width: 700px) {
                        .profile-box img {
                            height: 16px;
                            border-radius: 8px;
                        }
                        .profile-box h6 {
                            font-size: 12px;
                        }