.secheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}

.secwrapper {
  position: relative;
  border-radius: 20px;
}
.secwrapper-text {
  background: #FFCE27;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
}
.secwrapper-text p {
  color: #2B2B2D;
}
.secwrapper-text .secintro {
  letter-spacing: 2px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
}
.secwrapper-text .seclist {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  .secwrapper-text .seclist {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.secwrapper-text .seclist-item {
  display: block;
  margin-bottom: 2rem;
  max-width: 300px;
  margin: 0 auto;
}
.secwrapper-text .seclist-item a {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.75rem 3rem;
  letter-spacing: 2px;
  font-size: 1rem;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
.secwrapper-text .seclist-item a:hover {
  background: #fff;
  text-decoration: none;
  color: #021F3C;
}
.secwrapper img {
  object-fit: cover;
  height: 100vh;
}
@media (min-width: 1024px) {
  .secwrapper img {
    width: 100%;
  }
}
.secwrapper .secsmall {
  font-size: 16px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.secwrapper .secsmall a {
  text-decoration: underline;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
