@charset "utf-8";
@media (min-width: 767px) {
    :where(#features, #watch_value) > .aem-Grid {
        width: 83%;
        margin: 0 auto;
    }
    #details > .aem-Grid {
        width: 67%;
        margin: 0 auto;
    }
    :where(#features, #watch_value, #details) > .aem-Grid > .container {
        width: 100%;
    }
    [id*="layout"][id*="row"]  > .aem-Grid {
        display: flex;
    }
    [id*="layout"][id*="row"][id*="reverse"] > .aem-Grid {
        flex-direction: row-reverse;
    }
    [id*="layout"][id*="row"][id*="center"] > .aem-Grid {
        align-items: center;
    }
    [id*="layout"][id*="row"][id*="bottom"] > .aem-Grid {
		align-items: flex-end;
    }
	[id*="layout"][id*="row"] > .aem-Grid > .container{
        width: 50%;
    }
}