#kind-list-menu-mobile {
  display: none;
}

#kind-view {
  padding-left: 107px;
  padding-right: 107px;
  background-color: #FED6BA;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 96px;
  padding-bottom: 96px;
}
#kind-view #left-kind-view {
  flex-basis: 65%;
}
#kind-view #left-kind-view h2 {
  font: 48px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#kind-view #left-kind-view .kind-view {
  transition: all 1s linear;
  opacity: 1;
  margin-top: 50px;
  font: 25px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#kind-view #left-kind-view .kind-view.selected:not(.firstselected) {
  animation: fadeIn 0.7s;
}
#kind-view #left-kind-view .kind-view:not(.selected) {
  display: none;
  opacity: 0;
}
#kind-view #left-kind-view .kind-view span {
  font: 25px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#kind-view #left-kind-view .kind-view-content {
  opacity: 1;
  transition: all 1s linear;
  padding-right: 85px;
  font: 20px "PPMori-Regular", Arial, Helvetica, sans-serif;
}
#kind-view #left-kind-view .kind-view-content.selected:not(.firstselected) {
  animation: fadeIn 0.7s;
}
#kind-view #left-kind-view .kind-view-content:not(.selected) {
  display: none;
  opacity: 0;
  transition: all 1s linear;
}
#kind-view #left-kind-view .kind-view-content p {
  padding-top: 30px;
  font: 20px "PPMori-Regular", Arial, Helvetica, sans-serif;
}
#kind-view #left-kind-view .kind-view-content ol {
  padding-left: 18px;
}
#kind-view #left-kind-view .kind-view-content ol li {
  font-style: inherit;
}
#kind-view #left-kind-view .kind-view-content ul li {
  font-style: inherit;
}
#kind-view #right-kind-view {
  flex-basis: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#kind-view #right-kind-view .right-kind-view-image {
  background-size: cover;
  border-radius: 50%;
  max-width: 460px;
  width: 23vw;
  max-height: 460px;
  height: 23vw;
  transition: all 1s linear;
  opacity: 1;
}
#kind-view #right-kind-view .right-kind-view-image.selected:not(.firstselected) {
  animation: fadeIn 0.7s;
}
#kind-view #right-kind-view .right-kind-view-image:not(.selected) {
  display: none;
  opacity: 0;
}
#kind-view #kind-list-menu {
  flex-basis: 100%;
  display: flex;
}
#kind-view #kind-list-menu .kind-list-menu-element {
  cursor: pointer;
  margin-top: 65px;
  flex-basis: 12.5%;
  opacity: 0.39;
}
#kind-view #kind-list-menu .kind-list-menu-element.selected {
  opacity: 1;
}
#kind-view #kind-list-menu .kind-list-menu-element.invisible {
  color: transparent;
}
#kind-view #kind-list-menu .kind-list-menu-element .kind-list-menu-element-index {
  font: 47px "PPMori-Bold", Arial, Helvetica, sans-serif;
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 12px;
}
#kind-view #kind-list-menu .kind-list-menu-element .kind-list-menu-element-text {
  padding-right: 41px;
  padding-top: 30px;
  font: 19px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}

#container-volunteer {
  background-color: #F5F5EF;
  background-repeat: repeat-y;
  background-position-x: calc(100vw - 296px);
  background-position-y: -140px;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 100vh;
}
#container-volunteer .testimonial-view {
  padding-top: 40px;
  position: relative;
  padding-left: 107px;
  padding-right: 107px;
  background-color: #ffd6ba;
}
#container-volunteer .testimonial-view .testimonial-view-divide {
  display: flex;
  gap: 40px;
  padding-bottom: 40px;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left {
  flex-basis: calc(80% - 20px);
  display: flex;
  flex-direction: column;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left h3 {
  font: 20px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  padding-bottom: 0px;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > span {
  width: 85%;
  margin-top: 20px;
  font: 40px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > p {
  margin-top: 20px;
  font: 20px "PPMori-Regular", Arial, Helvetica, sans-serif;
  line-height: 1.3;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right {
  display: flex;
  flex-direction: column;
  flex-basis: calc(20% - 20px);
  word-break: normal;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right img {
  border-radius: 30px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 500px;
  max-width: 500px;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right h5 {
  margin-top: 20px;
  font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right p {
  margin-top: 6px;
  font: 13px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer .testimonial-view:last-of-type .users-flex-container {
  padding-bottom: 120px;
}
#container-volunteer .testimonial-view.about {
  padding-top: 0;
  padding-bottom: 0;
}
#container-volunteer .testimonial-view h3:not(.testimonyTitle) {
  font: 35px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
  margin-top: 0 !important;
}
#container-volunteer .testimonial-view .users-flex-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 55px;
  gap: 50px;
  justify-content: flex-start;
}
#container-volunteer .testimonial-view .users-flex-container .user-container {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
  max-width: 460px;
}
#container-volunteer .testimonial-view .users-flex-container .user-container.hidden {
  display: none;
}
#container-volunteer .testimonial-view .users-flex-container .user-container .user-text-container {
  text-align: left;
}
#container-volunteer .testimonial-view .users-flex-container .user-container .cube-user {
  background-image: url("https://images.unsplash.com/photo-1481349518771-20055b2a7b24?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8cmFuZG9tfGVufDB8fDB8fA%3D%3D&w=1000&q=80");
  background-size: cover;
  min-height: 180px;
  min-width: 180px;
  border-radius: 30px;
}
#container-volunteer .testimonial-view .users-flex-container .user-container .user-name {
  font: 27px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer .testimonial-view .users-flex-container .user-container .user-title {
  font: 20px "PPMori-Regular", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer ul {
  margin-left: 0.75em;
}
#container-volunteer #volunteer ul li {
  text-decoration: dotted;
  list-style: disc;
}
#container-volunteer #volunteer ol {
  padding-left: 20px;
}
#container-volunteer #volunteer ol li {
  font-style: inherit;
}
#container-volunteer #volunteer h1 {
  padding-left: 107px;
  margin-top: 100px;
  font: 80px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer h3:not(.testimonyTitle) {
  margin-top: 85px;
  font: 35px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer #volunteer-header {
  margin-left: 107px;
  margin-right: 107px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 425px;
  width: calc(100% - 214px);
  border-radius: 0px 0px 30px 30px;
  position: relative;
}
#container-volunteer #volunteer #volunteer-header .inner-image-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33.66%;
  max-width: 76.66%;
  padding: 30px;
  padding-right: 40px;
  border-radius: 0px 30px 0px 30px;
  background-color: rgba(0, 0, 0, 0.32);
}
#container-volunteer #volunteer #volunteer-header .inner-image-description p {
  color: #fff;
  opacity: 0.8;
  font: 20px "PPMori-Regular", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer #volunteer-why {
  padding-left: 107px;
  padding-right: 107px;
}
#container-volunteer #volunteer #volunteer-why p {
  margin-bottom: 20px;
}
#container-volunteer #volunteer #volunteer-why h3 {
  padding-bottom: 30px;
}
#container-volunteer #volunteer #volunteer-why h4 {
  padding-bottom: 30px;
  font: 25px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer #volunteer-participate {
  padding-left: 107px;
  padding-right: 107px;
  padding-bottom: 110px;
}
#container-volunteer #volunteer #volunteer-participate h3 {
  padding-bottom: 50px;
  font: 35px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer #volunteer-participate h4 {
  padding-bottom: 30px;
  font: 25px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer #volunteer-participate .volunteer-flex-container {
  width: 100%;
  display: grid;
  margin-top: 72px;
  margin-bottom: 90px;
}
#container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container {
  width: 100%;
  height: 600px;
  display: flex;
  justify-self: flex-start;
  gap: 28px;
}
#container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content {
  margin: 0;
  padding: 0;
  position: relative;
  flex-basis: calc(33% - 14px);
  border-radius: 30px;
}
#container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container {
  padding-top: 60px;
  padding-left: 42px;
  padding-right: 42px;
}
#container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container .overTitle {
  font: 30px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container .text-row {
  padding-top: 30px;
  font: 18px "PPMori-Regular", Arial, Helvetica, sans-serif;
}
#container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .bottom-card {
  position: absolute;
  bottom: 0;
  height: 290px;
  width: 100%;
}

@media (max-width: 1790px) {
  #kind-view {
    padding-left: 70px;
    padding-right: 70px;
  }
  #container-volunteer #volunteer .testimonial-view {
    padding-top: 100px;
    padding-left: 70px;
    padding-right: 70px;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left h3 {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > span {
    width: 85%;
    font: 40px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > p {
    font: 18px "PPMori-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right h5 {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right p {
    font: 13px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer h1 {
    padding-left: 70px;
  }
  #container-volunteer #volunteer #volunteer-header {
    width: calc(100vw - 260px);
    margin-left: 70px;
    margin-right: 70px;
  }
  #container-volunteer #volunteer #volunteer-why {
    padding-left: 70px;
    padding-right: 70px;
  }
  #container-volunteer #volunteer #volunteer-participate {
    padding-left: 70px;
    padding-right: 70px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container .overTitle {
    font: 25px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 1630px) {
  #kind-view {
    padding-left: 50px;
    padding-right: 50px;
  }
  #container-volunteer #volunteer .testimonial-view {
    padding-left: 50px;
    padding-right: 50px;
  }
  #container-volunteer #volunteer h1 {
    font: 60px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
    padding-left: 50px;
  }
  #container-volunteer #volunteer #volunteer-header {
    width: calc(100vw - 210px);
    margin-left: 50px;
    margin-right: 50px;
  }
  #container-volunteer #volunteer #volunteer-header .inner-image-description {
    width: 45%;
    font: 16px "PPMori-Regular", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer #volunteer-why {
    padding-left: 50px;
    padding-right: 50px;
  }
  #container-volunteer #volunteer #volunteer-participate {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1480px) {
  #kind-view #right-kind-view .right-kind-view-image {
    width: 26vw;
    height: 26vw;
  }
  #container-volunteer #volunteer .testimonial-view {
    padding-top: 100px;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left h3 {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > span {
    width: 85%;
    font: 40px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > p {
    font: 18px "PPMori-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right h5 {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right p {
    font: 13px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer #volunteer-participate {
    padding-left: 70px;
    padding-right: 70px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container {
    height: 470px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .bottom-card {
    height: 230px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container {
    padding-top: 30px;
    padding-left: 21px;
    padding-right: 21px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container .overTitle {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container .text-row {
    padding-top: 20px;
    font: 14px "PPMori-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.4;
  }
}
@media (max-width: 1380px) {
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left h3 {
    font: 16px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > span {
    width: 85%;
    font: 30px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > p {
    font: 16px "PPMori-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.2;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right h5 {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right p {
    font: 13px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 1250px) {
  #kind-view #right-kind-view .right-kind-view-image {
    width: 24vw;
    height: 24vw;
  }
}
@media (max-width: 1170px) {
  #kind-view #kind-list-menu .kind-list-menu-element {
    margin-top: 40px;
  }
  #kind-view #kind-list-menu .kind-list-menu-element .kind-list-menu-element-index {
    font: 30px "PPMori-Bold", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
  }
  #kind-view #kind-list-menu .kind-list-menu-element .kind-list-menu-element-text {
    padding-right: 30px;
    padding-top: 20px;
    font: 14px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container {
    height: 375px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .bottom-card {
    height: 200px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container {
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container .overTitle {
    font: 14px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .title-container .text-row {
    padding-top: 10px;
    font: 11px "PPMori-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  #container-volunteer {
    margin-left: 0;
  }
  #container-volunteer #volunteer .testimonial-view {
    margin-top: 95px;
  }
  #container-volunteer #volunteer h1 {
    padding-left: 36px;
    display: block;
    max-width: calc(100% - 72px);
    font: 40px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer h3:not(.testimonyTitle) {
    margin-top: 40px;
  }
  #container-volunteer #volunteer #volunteer-header {
    margin-left: 36px;
    width: calc(100vw - 72px);
    overflow: hidden;
  }
  #container-volunteer #volunteer #volunteer-header .inner-image-description {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
  }
  #container-volunteer #volunteer #volunteer-header .inner-image-description p {
    font: 14px/16px "PPMori-Regular", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer #volunteer-why, #container-volunteer #volunteer #volunteer-participate {
    padding-left: 36px;
    padding-right: 36px;
  }
  #container-volunteer #volunteer #volunteer-participate {
    padding-bottom: 70px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content {
    flex-basis: calc(50% - 14px);
  }
  #kind-view {
    flex-wrap: nowrap;
    flex-direction: column;
    padding-bottom: 36px;
    padding-left: 36px !important;
  }
  #kind-view #right-kind-view {
    display: none;
  }
  #kind-view #left-kind-view {
    flex-basis: auto;
  }
  #kind-view #left-kind-view .kind-view-content {
    padding-right: 0;
  }
  #kind-view #left-kind-view .kind-view-content p {
    padding: 0;
    font: 20px "PPMori-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.3;
  }
  #kind-view #left-kind-view h3.kind-view {
    margin-top: 20px;
    font: 20px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #kind-view #left-kind-view h2 {
    font: 35px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #kind-view #kind-list-menu-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-page-container {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-page-container .out-of {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-page-container .index {
    font: 18px "PPMori-Regular", Arial, Helvetica, sans-serif;
  }
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-page-container .index.selected:not(.firstselected) {
    animation: fadeIn 0.7s;
  }
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-page-container .index:not(.selected) {
    display: none;
  }
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-button-container {
    display: flex;
    margin-top: 30px;
  }
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-button-container button {
    display: block;
    cursor: pointer;
    margin-right: 5px !important;
    border: none !important;
    border-radius: 50% !important;
    background-color: #000 !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    line-height: normal;
  }
}
@media (max-width: 1024px) and (hover: hover) {
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-button-container button:hover {
    filter: invert(1);
  }
}
@media (max-width: 1024px) {
  #kind-view #kind-list-menu-mobile .kind-list-menu-mobile-button-container button img {
    margin-top: 0px;
    width: 20px;
  }
}
@media (max-width: 1024px) {
  #kind-view #kind-list-menu {
    display: none;
    max-width: 75px;
    margin-right: 20px;
    flex-direction: column;
  }
  #kind-view #kind-list-menu .kind-list-menu-element {
    flex-basis: auto;
    display: flex;
    align-items: flex-start;
  }
  #kind-view #kind-list-menu .kind-list-menu-element:first-of-type {
    margin-top: 0;
  }
  #kind-view #kind-list-menu .kind-list-menu-element:not(:first-of-type) {
    margin-top: 10px;
  }
  #kind-view #kind-list-menu .kind-list-menu-element .kind-list-menu-element-index {
    flex-basis: 20px;
    border-bottom: none;
    padding-bottom: 0;
    font: 20px "PPMori-Bold", Arial, Helvetica, sans-serif;
  }
  #kind-view #kind-list-menu .kind-list-menu-element .kind-list-menu-element-text {
    padding: 0;
    font: 10px "PPMori-Regular", Arial, Helvetica, sans-serif;
  }
  #kind-view #kind-list-menu .invisible {
    display: none;
  }
}
@media (max-width: 650px) {
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide {
    flex-direction: column;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left h3 {
    font: 19px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > span {
    width: 100%;
    font: 25px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
    line-height: 1.2;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-left > p {
    font: 17px "PPMori-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.3;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right h5 {
    font: 18px "PPMori-SemiBold", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer .testimonial-view .testimonial-view-divide .testimonial-view-right > p {
    font: 17px "PPMori-Regular", Arial, Helvetica, sans-serif;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container {
    flex-direction: column;
    height: auto;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content {
    min-height: 240px;
    height: auto;
    flex-basis: unset;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .header-row .title-container .text-row {
    padding-top: 8px;
  }
  #container-volunteer #volunteer #volunteer-participate .volunteer-flex-container .volunteer-card-container article.card-content .bottom-card {
    height: 100px;
  }
}

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