.body {
  background-color: #cbe91e;
}

.container {
  position: relative;
  top: 60px;
}

.div-block {
  position: static;
  left: 25%;
  top: auto;
  right: 25%;
  bottom: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  float: none;
  clear: none;
  -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;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-2 {
  width: 15vw;
  height: 0vh;
  min-height: 20vh;
  background-image: url('../images/nfmlogo.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.text-block-2 {
  display: block;
  width: 25vw;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.text-block-2.small {
  padding-top: 40px;
  font-size: 14px;
  line-height: 18px;
}

.heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    width: 80vw;
  }

  .text-block-2 {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    width: 80vw;
    min-height: 20vh;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 22px;
  }
}