.home-hero {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 60px; }

.home-hero__container {
  max-width: 1410px;
  padding: 0 30px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; }
  @media (max-width: 767px) {
    .home-hero__container {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr; } }

.home-hero__image {
  left: 50%;
  margin-right: -50vw;
  max-width: 50vw;
  right: 50%;
  width: 100vw; }
  @media (max-width: 767px) {
    .home-hero__image {
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      max-width: 100vw;
      position: relative;
      right: 50%;
      width: 100vw;
      order: -1; } }

.home-hero__title {
  margin-bottom: 20px; }

.home-hero__button {
  padding: 12px 50px;
  font-weight: 500;
  font-size: 0.9rem;
  background: #1aabed;
  color: #fff;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .home-hero__button {
      padding: 12px 20px; } }
