*,
::before,
::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}

#fination {
  font-family: 'Open Sans', sans-serif;
  height: 100px;
}
.top {
  height: 40vh;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.logo {
  display: flex;
}
.logo-img {
  height: 5em;
}

.logo-txt-cont {
  padding-top: 1em;
  padding-left: 1.8em;
}
.logo-txt {
  height: 3em;
}
.logo-txt-ix {
  font-family: Open Sans;

  font-style: italic;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
}

.bottom {
  background: #03c687;
  height: 60vh;
  display: flex;
  align-items: center;
  position: relative;
}
.bottom-seper {
  /* display: none; */
  position: absolute;
  top: 0;
  width: 100%;
  background: #0ec587;
}
.bottom-seper img {
  width: 100%;
}
.extra-label {
  position: absolute;
  height: 50px;
  background: yellow;
  width: 100%;
  top: 0;
}
.botom-internal {
  width: 80%;
  margin: 0 auto;
  padding-left: 6.6em;
  padding-bottom: 3em;
}

.botom-internal-launching {
  color: #fff;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 300;
}

.botom-internal-enquire {
  font-weight: 300;
  font-size: 1.1em;
  margin-top: 0.2em;
}

@media only screen and (max-width: 600px) {
  .logo-img {
    height: 4em;
  }
  .logo-txt {
    height: 2em;
  }
  .logo-txt-cont {
    padding-left: 1.1em;
  }
  .logo-txt-ix {
    font-size: 1.2em;
  }
  .seper {
    display: none;
  }
  .botom-internal {
    padding-left: 0;
  }
  .botom-internal-enquire {
    font-size: 0.9em;
  }
}
