.about-container {
  max-width: 850px;
  margin: 0 auto;
  padding: 50px;
}

.about-statement {
  text-align: center;
  font-size: 25px;
  margin: 0 auto;
  max-width: 500px;
  padding: 35px 0px 15px 0px;
  line-height: 34px;
}

.about-section-title {
  text-align: center;
  font-size: 42px;
}

.current-projects {
  margin-top: 85px;
  margin-bottom: 150px;

  background-color: #fdfdfd;
  padding: 0px 50px;
  border-radius: 2px;
  padding-top: 50px;
  padding-bottom: 15px;
}

.slider img,
.slider2 img {
  border-radius: 2px;
}

.project {
  margin-bottom: 100px;
  margin-top: 30px;
}

.project-title {
  font-size: 28px;
}

.project-images {
  margin: 25px 0px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 2px;
}

.project-description {
  padding: 5px 2px;
}

.project-description p {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 23px;
}

.people {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.person {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 50px auto;
  width: 100%;
}

.person-image-container {
  width: 50%;
  text-align: center;
}

.person-image {
  max-width: 300px;
  border-radius: 2px;
  border: 1px solid #bbb;
}

.squad {
  margin-top: 125px;
  margin-bottom: 100px;
}

.squad-description {
  margin-top: 30px;
}

.squad-description p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 23px;
}

.dogs {
  display: flex;
  margin-top: 40px;
}

.dog-name {
  width: 100%;
  padding: 10px;
  font-size: 20px;
}

.dog-image-container {
    width: 50%;
    text-align: center;
  }

.dog-image {
  max-width: 245px;
  border-radius: 2px;
  border: 1px solid #bbb;
}

.person-details {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.person-name {
  /* text-align: center; */
  width: 100%;
  padding: 15px 8px;
  font-size: 30px;
}

.person-description {
  padding: 8px;
}

.person-description p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 23px;
}

* {
  box-sizing: border-box;
}
.mySlides1,
.slider {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 18px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
  background-color: #ececec;
  color: black;
}

@media screen and (max-width: 750px) {
  .about-container {
    max-width: 100vw;
    padding: 25px;
  }

  .about-statement {
    font-size: 20px;
    line-height: 34px;
  }

  .current-projects {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 100px;
  }

  .project {
    margin-top: 45px;
    margin-bottom: 75px;
  }

  .person {
      flex-direction: column-reverse;
  }

  .person-details {
      width: 100%;
  }

  .person-image-container {
      width: 100%;
  }

  .dogs {
      flex-direction: column;
  }

  .dog-image {
      max-width: 100%;
  }

  .dog-image-container {
      margin-bottom: 45px;
      width: 100%;
  }
}
