.main-cover {
  position: relative;
  background-position: top;
  background-size: cover;
  margin-bottom: 5rem;
  padding-bottom: 0;
  overflow-x: hidden;
}
.main-cover > .container {
  padding-top: 3rem;
  padding-bottom: 9rem;
}
/* .main-cover h1 {
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
} */
.main-cover img.logo {
  position: absolute;
  max-width: 100%;
  max-height: 450px;
  bottom: -11.5rem;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-cover img.cover-buttom {
  width: 100%;
  max-height: 5rem;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  /*MD*/
  .main-cover img.logo {
    position: absolute;
    max-width: 50%;
    max-height: 150px;
    top: 0;
    left: unset;
    right: 3rem;
    margin: unset;
  }
}
@media (max-width: 767.98px) {
  /*SM*/
  .main-cover {
    padding-bottom: 20vh;
    margin-bottom: 10vh;
  }
  .main-cover > .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-cover img.logo {
    position: absolute;
    max-width: 80%;
    height: 50vh;
    top: unset;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8vh;
  }
}
@media (max-width: 575.98px) {
  /*XS*/
}
