body {
  font-size: 16px;
  font-family: "catamaran", "sans-serif";
  font-weight: 400; /*also loaded 200,400,600,800, for bold*/
}

.volunteer-content {
  font-family: "catamaran", "sans-serif";
  font-weight: 400;
  font-size: 1rem;
  /* display: block; */
  /* width: 100%; */
}

.volgrid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
}

.volunteer-left {
  background-color: #e8b6ff;
}

.volunteer-left-title {
  background-color: #e8b6ff;
  font-size: 2.4em;
  font-weight: 600;
  text-align: left;
  padding: 4% 2% 4% 2%;
}

.volunteer-left-title1 {
  color: #00a8a9;
}

.volunteer-left-title2 {
  color: #421f5d;
}

.volunteer-section2 {
  margin-bottom: 4%;
}

.volunteer-section2 p {
  background-color: #e8b6ff;
  font-size: 1.2em;
  text-align: left;
  padding: 0 14% 2% 4%;
  margin-left: 2%;
  margin-right: 2%;
}

.volunteer-right {
  background-color: #fff;
  text-align: left;
  padding: 4%;
  overlap: hidden;
}

/* .volunteer-section3 {
  padding: 2% 8% 2% 4%;
} */

.volunteer-section3 h2 {
  font-size: 1.6em;
  color: #00a8a9;
  margin: 2% 4% 2% 3%;
}

.volunteer-section3 p {
  font-size: 1.2em;
  margin: 2% 6% 2% 8%;
  color: #421f5d;
}

.volunteer-section3 ul {
  list-style-type: disc;
  margin-left: 12%;
}

.volunteer-section3 h4 {
  font-size: 1.4em;
  color: #00a8a9;
  text-align: center;
  margin-top: 10px;
}

.volunteer-section3 h4 a {
  color: #421f5d;
  text-decoration: none;
}

.volunteer-section3 h4 a:hover,
.volunteer-section3 h4 a:focus {
  color: #00a8a9;
  text-decoration: underline;
}
