/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */



.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-width: 100%!important;
   max-width: 100%!important;
}

.center-element {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.right-element {
  margin-left: auto;
}



