* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  overflow-y: auto;
  background: white;
  background-color: white;
  overflow-x: hidden;
}

section#hero {
  min-height: 70vh;
  color: white;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: linear-gradient(rgba(0, 0, 0, 0.397), rgba(0, 0, 0, 0.384)),
    url("../images/officers/24-25officers4.JPG") no-repeat center center / cover;
  padding: 4rem 2rem;
  margin: 0;
}

@media (max-width: 768px) {
  section#hero {
    padding: 3rem 1.5rem;
    background-attachment: scroll;
  }
}

@media (max-width: 480px) {
  section#hero {
    padding: 2rem 1rem;
  }
}

.h1-text {
  font-size: 3rem;
  font-family: Poppins;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
}

.short-desc {
  max-width: 40rem;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
}

.col {
  width: 280px;
  display: flex;
  justify-content: center;
}

.pics {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.card-body {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-text {
  font-size: 0.8rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  flex-grow: 1;
  margin-bottom: 1rem;
}

.card h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.card h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #333;
}

.btn-group {
  margin-top: auto;
}

@media (max-width: 700px) {
  .h1-text,
  .short-desc {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding-top: 0;
    width: 100%;
  }

  .h1-text {
    font-size: 3rem;
  }

  .short-desc {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  .h1-text {
    font-size: 2rem;
  }

  .short-desc {
    font-size: 1rem;
  }
}

/* SCROLLBAR CSS */
/* SCROLLBAR CSS */
