/*!
Theme Name: UnityCentreWp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unitycentrewp
*/

@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700&family=Poppins:wght@400;500;600&display=swap");


html, body{
  margin: 0;
  padding: 0;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
*, *::before, *::after {
    box-sizing: border-box;
}
main {
    display: block;
}
body {
    background-color: #fff;
    color: #111c28;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    overflow-x: hidden;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
img{
      max-width: 100%;
    height: auto;
    transition: all 150ms linear;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111c28;
    font-weight: 600;
    margin: 0px;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 2.5rem;
}

/*  */
.stories-single {
    margin: 75px 0 0 0;
}
.global__padd {
    padding: 0 8.33%;
}
.stories-single h1 {
    margin: 20px 0;
}
.stories-single p:not(:last-child) {
  margin: 0 0 15px 0;
}