/* { PREVIEW */
.page-preview {
  background-image: url("../../assets/images/lady-doctor.jpg");
  height: 40vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-arrow {
  width: 1.5rem;
  position: relative;
  top: 0.8rem;
}
.homepage {
  color: rgb(0, 6, 61);
  font-weight: 500;
}

.current-page {
  color: rgb(1, 150, 155);
  font-weight: 500;
}

.homepage:hover,
.current-page:hover {
  color: rgb(1, 150, 155);
  transition: all 150ms ease-in-out;
}

.title {
  color: rgb(0, 6, 61);
  font-size: 2.5rem;
  padding: 1em 0;
}
/* PREVIEW } */
/* { DEPARTMENT GRID */
.department-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.7em;
  position: relative;
  top: 3.5rem;
  text-align: center;
}
/* DEPARTMENT GRID } */

/* { STUDY-DETAILS */
.study-details {
  background-image: url("../../assets/images/background-penuts.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 4em 0 0 0;
}

.study-title {
  color: rgb(0, 6, 61);
  display: flex;
  justify-content: center;
  font-size: xx-large;
}

.topic-container {
  margin: 2em 0 0 0;
  padding: 4em 0;
}
.topic-title {
  display: flex;
  justify-content: center;
  color: rgb(0, 6, 61);
  font-size: xx-large;
  padding: 0 0 2em 0;
}

.study-description {
  line-height: 1.7;
  padding: 2em 0;
  color: rgb(0, 6, 61);
}

.topic-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: center;
  justify-items: left;
  left: 5%;
  position: relative;
  bottom: 1.8em;
}

.topic {
  display: flex;
  justify-content: left;
  align-content: center;
  padding: 0.3em 0;
}

.topic-checkmark {
  width: 20px;
  margin: 0 10px;
}

.topic-description {
  color: rgb(0, 6, 61);
  font-weight: 500;
}
/* STUDY-DETAILS } */
/* { VOLUNTEER */
.volunteer-container {
  margin: 2em 0 0 0;
  padding: 4em 0;
  text-align: center;
}

.volunteer-title {
  color: rgb(0, 6, 61);
  font-size: 2.3rem;
  padding: 0 0 2em 0;
}

.volunteer-coa {
  background-color: rgb(0, 207, 214) !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 25px;
  font-weight: 400 !important;
  transition: all 150ms ease-in-out;
}
/* VOLUNTEER } */
