body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rockwell, sans-serif;
  font-size: 60px;
  line-height: 63px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cerebrisans, sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

.body {
  font-family: 'Cerebrisans book', sans-serif;
}

.small-h2 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}

.small-h2.red-text {
  color: #ea3237;
}

.small-h2.thick {
  font-weight: 500;
}

.small-h3 {
  font-size: 23px;
  line-height: 27px;
}

.big-h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vw;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-image-edited.jpg'), url('../images/Asset-14.png');
  background-position: 50% 100%, 50% 0%;
  background-size: contain, auto 5vw;
  background-repeat: no-repeat, repeat;
}

.nav-bar {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  width: 20vw;
  height: 5vw;
  background-image: url('../images/hogl-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-text-layers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #1b1464;
}

.very-big-text {
  font-family: Zillaslab, sans-serif;
  color: #3d4091;
  font-size: 15vw;
  line-height: 11vw;
  font-weight: 300;
}

.header-smaller-text {
  font-family: Rockwell, sans-serif;
  font-size: 3.7vw;
  line-height: 4.5vw;
  font-weight: 700;
  letter-spacing: 2px;
}

.header-bigger-text {
  font-family: Rockwell, sans-serif;
  font-size: 7vw;
  line-height: 6vw;
  font-weight: 700;
  letter-spacing: 4px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.small-header-text {
  width: 407px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.overlapping-content-block {
  position: relative;
  top: -17.1vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 400px;
  min-width: 860px;
  margin-top: 0vw;
  margin-right: 12vw;
  margin-left: 12vw;
  padding-top: 5vw;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px 80px 0px 0px;
  background-color: #fff;
}

.second-section-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.number-div {
  width: 20vw;
  height: 14vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 2px;
  background-image: url('../images/hogl-25-text-01.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.second-section-big-text {
  width: 33%;
  font-family: Cerebrisans, sans-serif;
  color: #3f4092;
  font-size: 77px;
  line-height: 80px;
  font-weight: 700;
}

.track-div {
  max-width: 215px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
}

.sub-section-2-text-block {
  width: 71%;
  max-width: 501.875px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: center;
}

.honeywell-yellow {
  color: #c3996d;
}

.third-section {
  position: relative;
  display: block;
  -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;
  background-image: url('../images/hogl-plain-text-back-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.icon-section {
  padding: 7vw 15vw;
}

.icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon {
  width: 5vw;
  height: 6vw;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.keg {
  background-image: url('../images/hogl-first-icon.svg');
}

.icon.can {
  background-image: url('../images/hogl-second-icon.svg');
}

.icon.filling-station {
  background-image: url('../images/hogl-third-icon.svg');
}

.icon.star {
  background-image: url('../images/hogl-fourth-icon.svg');
}

.circles-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -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;
}

.circle {
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-style: solid;
  border-width: 1.2px;
  border-color: #00b1f0;
  border-radius: 50%;
}

.grid-section {
  padding-right: 7.5vw;
  padding-bottom: 10vw;
  padding-left: 7.5vw;
}

.first-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.facilities {
  width: 45%;
  padding: 6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1b1464;
  color: #fff;
}

.second-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.second-flex-child.picture-1 {
  background-image: url('../images/hogl-facilities-first-image.jpg');
}

.facilities-content-block {
  margin-top: 2vw;
}

.grid-block-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2vw;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea3237), to(#ea3237));
  background-image: linear-gradient(180deg, #ea3237, #ea3237);
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.grid-block-content-block.picture-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 64, 146, 0.7)), to(rgba(63, 64, 146, 0.7)));
  background-image: linear-gradient(180deg, rgba(63, 64, 146, 0.7), rgba(63, 64, 146, 0.7));
}

.grid-block-content-block.third-picture {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 50, 55, 0.7)), to(rgba(234, 50, 55, 0.7)));
  background-image: linear-gradient(180deg, rgba(234, 50, 55, 0.7), rgba(234, 50, 55, 0.7));
}

.grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-logo-div {
  width: 80px;
  height: 90px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-logo-div.oil-drop {
  background-image: url('../images/hogl-facilities-drop-icon-white.svg');
  background-size: 50%;
}

.grid-logo-div.oil-can {
  background-image: url('../images/hogl-facilities-lubricant-icon-white.svg');
}

.grid-number {
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 4px;
}

.location-block {
  position: absolute;
  left: 2vw;
  top: auto;
  right: auto;
  bottom: 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
}

.location-logo {
  width: 25px;
  height: 30px;
  margin-right: 13px;
  background-image: url('../images/hogl-location-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.second-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.first-flex-child {
  width: 40%;
  height: 30vw;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-flex-child.picture-2 {
  background-image: url('../images/hogl-facilities-second-image.png');
}

.large-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.large-flex-child.picture-3 {
  background-image: url('../images/hogl-facilities-third-image.png');
}

.contact-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.hogl-big-logo {
  width: 25vw;
  height: 15vw;
  background-image: url('../images/hogl-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-block {
  position: relative;
  z-index: 1;
  margin-right: 4vw;
  color: #3f4092;
  text-align: center;
}

.email-link {
  width: 90%;
  border-bottom: 1px solid #00b1f0;
  color: #3f4092;
}

.email-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vw;
  margin-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.email-arrow {
  width: 50px;
  height: 50px;
  background-image: url('../images/hogl-link-arrow-blue.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.address-block {
  margin-top: 1.5vw;
  margin-bottom: 5vw;
}

.blue-text {
  color: #3f4092;
}

.hgl-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #000;
}

.hgl-logo {
  width: 140px;
  height: 90px;
  margin-left: 5px;
  background-image: url('../images/honeywell-group-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blue-relative-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 70vw;
  height: 36vw;
  background-color: rgba(0, 177, 240, 0.05);
}

.orange-absolute-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 35vw;
  height: 20vw;
  background-color: rgba(234, 50, 55, 0.05);
}

.contact-us-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 45px;
  padding: 0px 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 8px 8px 20px -16px rgba(0, 0, 0, 0.51);
  color: #3f4092;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.overlapping-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20.5vw;
  min-height: auto;
  margin-top: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.heading {
  font-weight: 400;
}

.red-text {
  color: #ea3237;
}

.red-text.thick-text {
  font-weight: 400;
}

.third-section-text-block {
  max-width: 664.03125px;
}

.third-section-text-div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 12vw 19vw;
  -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;
  background-color: rgba(63, 64, 146, 0.94);
}

.blue-absolute-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 26vw;
  height: 21vw;
  background-color: rgba(27, 20, 100, 0.7);
}

.blue-absolute-block.bottom-left {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 36%;
  height: 40%;
  background-color: #ea3237;
}

.light-blue-background-bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 70vw;
  height: 65%;
  background-color: rgba(0, 172, 236, 0.7);
}

.mobile-icons-container {
  display: none;
}

@media (max-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 58px;
  }
  .small-h2 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
  }
  .small-h2.thick {
    font-weight: 500;
  }
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vw;
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-text-box {
    margin-top: 17vw;
  }
  .header-smaller-text {
    line-height: 4vw;
  }
  .small-header-text {
    width: auto;
    max-width: 380px;
    margin-top: 10px;
  }
  .overlapping-content-block {
    position: relative;
    top: -129px;
    width: 85vw;
    min-width: auto;
    margin-right: 0vw;
    margin-left: 0vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .number-div {
    width: 22vw;
    height: 20vw;
    background-position: 50% 50%;
    background-size: contain;
  }
  .second-section-big-text {
    font-size: 69px;
    line-height: 72px;
  }
  .track-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 214px;
  }
  .sub-section-2-text-block {
    width: 72%;
    max-width: none;
    min-width: 499px;
  }
  .icon-section {
    padding-right: 10vw;
    padding-left: 10vw;
  }
  .icon {
    width: 5vw;
    height: 6vw;
    min-height: 60px;
    min-width: 50px;
  }
  .icon.keg {
    background-position: 0% 50%;
    background-size: auto;
  }
  .grid-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .grid-block-content-block {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .first-flex-child {
    height: auto;
  }
  .overlapping-section {
    height: 35vw;
    margin-top: 0vw;
    padding-bottom: 0vw;
  }
  .third-section-text-block {
    width: 665px;
    max-width: none;
  }
  .third-section-text-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5vw;
    padding-left: 5vw;
    -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;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 21px;
    line-height: 22px;
  }
  .small-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 26px;
  }
  .small-h2.thick {
    font-weight: 500;
  }
  .header {
    height: 500px;
    min-height: 77vw;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/hero-image-edited.jpg'), url('../images/Asset-14.png');
    background-position: 50% 100%, 50% 0%;
    background-size: 100%, auto 5vw;
  }
  .logo {
    width: 150px;
    height: 50px;
  }
  .hero-text-box {
    margin-top: -27vw;
    margin-right: 10vw;
    margin-left: 10vw;
  }
  .very-big-text {
    margin-bottom: 6px;
    font-size: 16vw;
    line-height: 15vw;
    font-weight: 300;
  }
  .header-smaller-text {
    font-size: 5vw;
    line-height: 6vw;
    font-weight: 700;
  }
  .header-bigger-text {
    font-size: 9vw;
    line-height: 9vw;
  }
  .text-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-header-text {
    width: auto;
    margin-top: 0px;
  }
  .overlapping-content-block {
    top: -79px;
    width: 95vw;
    height: auto;
    padding: 35px 35px 0px;
  }
  .number-div {
    width: 110px;
    height: 100px;
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 0% 50%;
  }
  .second-section-big-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 50px;
    line-height: 60px;
  }
  .track-div {
    width: 160px;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sub-section-2-text-block {
    width: auto;
    max-width: 465.796875px;
    min-width: auto;
    margin-top: 16px;
  }
  .icon-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .icon {
    width: 50px;
    height: 40px;
    min-height: auto;
    min-width: auto;
    margin-right: 7px;
  }
  .icon.keg {
    background-position: 50% 50%;
    background-size: contain;
  }
  .circles-block {
    width: 100px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .circle {
    width: 5px;
    height: 5px;
  }
  .first-layer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .facilities {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: none;
    min-width: 300px;
    padding: 0px 0px 52px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .second-flex-child {
    width: 50%;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .facilities-content-block {
    margin-top: 44px;
    margin-right: 40px;
    margin-left: 40px;
  }
  .grid-block-content-block {
    padding-bottom: 17vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 64, 146, 0.7)), to(rgba(63, 64, 146, 0.7)));
    background-image: linear-gradient(180deg, rgba(63, 64, 146, 0.7), rgba(63, 64, 146, 0.7));
  }
  .second-layer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first-flex-child {
    width: 50%;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .large-flex-child.picture-3 {
    width: 50%;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hogl-big-logo {
    min-height: 116px;
    min-width: 192px;
    margin-bottom: 33px;
  }
  .email-flex {
    margin-bottom: 35px;
  }
  .overlapping-section {
    height: auto;
  }
  .third-section-text-block {
    width: auto;
    max-width: 384px;
    min-width: 79%;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 21px;
    line-height: 24px;
  }
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
  h5 {
    font-size: 13px;
  }
  .small-h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .header {
    height: 600px;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/hero-image-edited.jpg'), url('../images/Asset-14.png');
    background-position: 50% 100%, 50% 0%;
    background-size: 100%, auto 5vw;
    background-repeat: no-repeat, repeat;
  }
  .nav-bar {
    top: 0%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .logo {
    width: 110px;
    height: 50px;
  }
  .hero-text-box {
    display: block;
    margin-top: -75px;
    text-align: center;
  }
  .very-big-text {
    font-size: 90px;
    line-height: 90px;
  }
  .header-smaller-text {
    font-size: 30px;
    line-height: 33px;
  }
  .header-bigger-text {
    font-size: 52px;
    line-height: 50px;
    font-weight: 700;
  }
  .text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .small-header-text {
    width: 256px;
    max-width: none;
  }
  .overlapping-content-block {
    position: relative;
    top: 0px;
    width: 85%;
    height: auto;
    min-width: auto;
    margin-top: -65px;
    padding: 65px 0vw;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .second-section-content-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .number-div {
    width: 140px;
    height: 110px;
  }
  .second-section-big-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 50px;
  }
  .track-div {
    width: 227px;
    text-align: center;
  }
  .sub-section-2-text-block {
    width: auto;
    max-width: 342px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .icon-section {
    padding: 75px 10vw;
  }
  .icons-container {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .circles-block {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .circle {
    width: 4px;
    height: 4px;
    margin-right: 2px;
  }
  .circle.hide {
    display: none;
  }
  .grid-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .first-layer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .facilities {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-bottom: 5vw;
    padding: 10vw 9vw;
  }
  .second-flex-child {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-bottom: 5vw;
  }
  .facilities-content-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .grid-block-content-block {
    padding-top: 15vw;
    padding-bottom: 25vw;
  }
  .location-block {
    margin-bottom: 11px;
  }
  .location-logo {
    width: 20px;
    height: 20px;
  }
  .second-layer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .first-flex-child {
    width: auto;
    min-width: auto;
    margin-bottom: 5vw;
  }
  .large-flex-child.picture-3 {
    width: auto;
    min-width: auto;
  }
  .contact-section {
    padding-top: 20px;
  }
  .hogl-big-logo {
    width: 150px;
    height: 60px;
    margin-bottom: 30px;
  }
  .contact-block {
    margin-right: 0vw;
  }
  .email-flex {
    margin-bottom: 30px;
    margin-left: 26px;
  }
  .email-arrow {
    width: 30px;
    height: 37px;
  }
  .blue-relative-block {
    height: 340px;
  }
  .orange-absolute-block {
    height: 270px;
  }
  .contact-us-button {
    padding: 13px 25px;
    background-color: #3f4092;
    color: #fff;
  }
  .overlapping-section {
    height: auto;
    margin-top: 0vw;
  }
  .third-section-text-block {
    width: 342px;
    max-width: 342px;
    min-width: auto;
  }
  .third-section-text-div-block {
    padding: 20vw 10vw;
    background-color: rgba(63, 64, 146, 0.74);
  }
  .blue-absolute-block {
    width: 50%;
    height: 43%;
  }
  .icon-flex-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 14%;
    padding-left: 14%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .icon-flex-grid.border-bottom {
    border-bottom: 1px solid #3f4092;
  }
  .icon-holder {
    width: 70px;
    height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url('../images/example-bg.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icon-holder.keg {
    background-image: url('../images/hogl-first-icon.svg');
  }
  .icon-holder.can {
    background-image: url('../images/hogl-second-icon.svg');
  }
  .icon-holder.pump {
    background-image: url('../images/hogl-third-icon.svg');
  }
  .icon-holder.spark {
    background-image: url('../images/hogl-fourth-icon.svg');
  }
  .border-left {
    width: 1px;
    background-color: #3f4092;
  }
  .mobile-icons-container {
    display: block;
  }
}

@font-face {
  font-family: 'Rock';
  src: url('../fonts/ROCK.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebrisans book';
  src: url('../fonts/CerebriSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rockwell';
  src: url('../fonts/Rockwell---Bold.ttf') format('truetype'), url('../fonts/Rockwell---ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rockwell';
  src: url('../fonts/Rockwell---ExtraBold.ttf') format('truetype'), url('../fonts/Rockwell---Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebrisans book';
  src: url('../fonts/CerebriSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Cerebrisans';
  src: url('../fonts/CerebriSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Rockb';
  src: url('../fonts/rockb.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Rockb';
  src: url('../fonts/rockb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rockwell';
  src: url('../fonts/Rockwell-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Zillaslab';
  src: url('../fonts/ZillaSlab-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}