#experiences {
  background: #BEB7B5;
  padding: 6rem 20px;
}

.experiences_title {
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.experiences_title h2 {
  text-align: center;
  max-width: 35rem;
  margin: 0 auto;
}

.experiences_title p {
  text-align: center;
  font-size: 2.3rem;
  width: 85rem;
}

.single_experience {
  width: 38rem;
  max-width: 95vw;
  height: 51rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3rem;
  color: #fff;
}

.single_experience::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  min-height: inherit;
  background: white;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.89958)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.89958) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#fff",GradientType=1);
}

.single_experience h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: auto;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.single_experience p {
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
  max-width: 25rem;
}
/*# sourceMappingURL=experiences.css.map */