@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&family=Open+Sans:wght@300&display=swap');

/*  ------------------------------------  */
/*  Core Styles
/*  ------------------------------------  */

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  background: #ffffff;
  width: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.container {
  display: block;
  width: 94%;
  height: auto;
  border-radius: 4px;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 15px auto 10px;
  border: 1px solid #b9babb;
}
.jmw-left {
  display: block;
  width: 100%;
  max-height: 50%;
  padding: 9px 0 0 0;
  margin: 0 auto;
  border-right: 1px solid #b9babb;
}
.jmw-left img {
  display: block;
  width: 45%;
  margin: 0 auto;
}
.jmw-right {
  display: block;
  color: #222222;
  clear: both;
  width: 100%;
  height: auto;
  padding: 0 0 10px 0 !important;
  margin: 0 auto !important;
  background: #ffffff;
}
h1 {
  display: block;
  font-size: 2.1em !important;
  line-height: auto;
  width: 80% !important;
  color: #696868;
  text-align: center !important;
  padding: 0;
  margin: 10px auto 0 !important;
}
h2 {
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 1.5em !important;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #b9babb;
  text-align: center;
  padding: 0;
  margin: 0;
}
h3 {
  display: block;
  font-size: 1em;
  line-height: 1em;
  text-decoration: underline;
  color: #727070;
  text-align: center;
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
}
p {
  display: block;
  text-align: center;
  color: #727070;
  font-size: 1em;
  line-height: 0.6em;
  padding: 5px 0 2px;
  margin: 5px 0 2px;
}
a {
  display: block;
  font-size: 1.3em;
  line-height: 1.7em !important;
  color: #727070;
  text-decoration: none;
  text-align: center;
  padding: 0;
  margin: 0 !important;
}
a:hover {
  color: #38a1f7;
}
/* --------------------------------------------
Default Styles - Take effect for all devices, from mobile up
----------------------------------------------*/

/* --------------------------------------------
Mobile Devices (Wider/Landscape) - Take effect from 480px
----------------------------------------------*/
@media only screen and (min-width: 480px) {
  /* styles */
}

/* --------------------------------------------
Tablet Devices - Take effect from 600px
----------------------------------------------*/
@media only screen and (min-width: 600px) {
  .container {
    display: table;
    margin: 10% auto 0 !important;
    padding: 0 !important;
    height: auto;
  }
  h1 {
    font-size: 1.8em !important;
    width: 90% !important;
    padding: 0;
    margin: 7% auto 0 !important;
  }
  .container-row {
    display: table-row;
  }
  .jmw-left {
    display: table-cell;
    width: 30%;
    padding: 10px;
    max-height: 100% !important;
    max-width: 260px !important;
  }
  .jmw-left img {
    width: 100%;
    height: auto;
    min-height: 282px !important;
    min-width: 232px !important;
  }
  .jmw-right {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    padding: 0 !important;
  }

  /* styles */
}

/* --------------------------------------------
Desktop Devices - Take effect from 960px
----------------------------------------------*/
@media only screen and (min-width: 960px) {
  .container {
    margin: 4% auto 0 !important;
    max-width: 1400px;
  }
  h1 {
    margin: 12% auto 0 !important;
    font-size: 2.6em !important;
  }

  /* styles */
}

/* --------------------------------------------
Big Screen Devices - Take effect from 1200px
----------------------------------------------*/
@media only screen and (min-width: 1200px) {
  /* styles */
  h1 {
    font-size: 3.3em !important;
  }
  h2 {
    font-size: 2.7em !important;
  }
}
