* {
  margin: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
.body {
  font-family: 'URW Din Medium';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url("hero-image.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("hero-image.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  min-height: 100vh;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 10px solid #FF9900;
  background-color: #000;
}

.brand-logo {
  width: 100%;
  max-width: 370px;
}

.main-section {
  padding: 150px 20px 25px;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.main-body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 7.5rem;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  justify-content:space-between;
}

.left-content {
  color: #fff;
  width: 100%;
  max-width: 530px;
}

.heading-70 {
  color: #FF9900;
  font-size: 60px;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-family: 'URW Din Bold';
}

.t-35 {
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading-50 {
  color: #FF9900;
  font-size: 45px;
  line-height: 1.3em;
  font-weight: 700;
  margin-top: 50px;
  display: block;
  margin-bottom: 10px;
  font-family: 'URW Din Bold';
}
.right-side {
  width: 100%;
  max-width: 530px;
}
.heading-30 {
  margin-top: 0px;
  color: #FF9900;
  font-size: 24px;
  font-weight: 600;
}

.blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2.5px solid #FF9900;
  color: #fff;
}

.image {
  width: 100%;
  max-width: 25px;
  margin-right: 15px;
}

.t-25 {
  font-size: 20px;
  line-height: 1.3em;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .brand-logo {
    max-width: 300px;
  }

  .main-body {
    grid-column-gap: 30px;
  }

  .heading-70 {
    font-size: 50px;
  }

  .t-35 {
    font-size: 30px;
  }

  .heading-50 {
    font-size: 40px;
  }

  .heading-30 {
    font-size: 20px;
  }

  .t-25 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    border-bottom-width: 6px;
  }

  .brand-logo {
    max-width: 220px;
  }

  .main-section {
    padding-top: 60px;
  }

  .main-body {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-70 {
    font-size: 40px;
  }

  .t-35 {
    font-size: 25px;
  }

  .heading-50 {
    font-size: 30px;
  }

  .heading-30 {
    font-size: 18px;
  }

  .blocks {
    border-bottom-width: 2px;
  }

  .image {
    max-width: 20px;
  }

  .t-25 {
    font-size: 18px;
  }

  .footer-text {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-block-2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .brand-logo {
    max-width: 170px;
  }

  .heading-70 {
    font-size: 35px;
  }

  .t-35 {
    font-size: 20px;
  }

  .heading-50 {
    font-size: 25px;
  }

  .heading-30 {
    font-size: 16px;
  }

  .t-25 {
    font-size: 16px;
  }

  .text-block-2 {
    text-align: center;
  }
}
@font-face {
  font-family: 'URW Din Bold';
  src: url('URWDIN-Bold.woff')  format("woff");
}
@font-face {
  font-family: 'URW Din Medium';
  src: url('URWDIN-Medium.woff')  format("woff");
}