
/*
Theme Name: Neeta Rajdev's Theme by Design Of Time
Theme URI: https://neetarajdev.in
Author: Design Of Time
Author URI: https://designoftime.co.in/
Description: Designed and Developed by Design Of Time Co.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neetarajdev
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
    margin: 0;
}

.container-horizontal .panel.intro-section-video .text-wrapper {
    /* width: 6rem; */
    margin-right: 2rem;
}

.container-horizontal .panel.intro-section-video .text-wrapper .p-big {
    max-width: 4rem;
}

.dropdown-menu .wrapper .top-level .side-menu{
    width: 4rem;
}

@media screen and (max-width: 768px) {
    .container-horizontal .panel.intro-section-video .text-wrapper {
        margin-right: 0 !important;
        padding-right: 10px !important;
        margin-bottom: 20px;
    }
}