* {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-weight: 400;
  font-size: 35px;
  margin: 0;
  padding: 0;
}

h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding: 15px 0;
}

h2 a {
  font-size: 20px !important;
  margin: 0;
  padding: 15px 0;
}

p {
  font-size: 16px;
}

hr {
  height: 1px;
  background-color: #121212;
  border: none;
  width: 250px;
  margin: 35px 0;
}

a:link, a:visited {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #888;
}

html,
body {
  padding: 0;
  margin: 0;
}

html,
body,
.grid-container {
  height: 100% !important;
}

.grid-child-1 img {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .grid-child-1 {
    padding: 10% 0 10% 0;
  }

  .grid-child-2 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }

  .grid-child-1 {
    padding: calc(10% + 250px) 0 0 28%;
  }

  .grid-child-2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: url("/wp-content/uploads/sr-fx/background.webp");
    background-image: image-set(url("/wp-content/uploads/sr-fx/background.webp") 1x,
                                url("/wp-content/uploads/sr-fx/background@2x.webp") 2x
                               );
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: cover;
  }
}