.our-company-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.our-company-page .our-company-intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 80px 0px 500px;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/pro/About_Hero_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.our-company-page .our-company-intro-text-wrapper {
  width: 100%;
  padding: 0 0 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.our-company-page .our-company-intro-text {
  width: 100%;
  max-width: 500px;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .our-company-intro {
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/pro/About_Hero_Mobile.jpg);
    align-items: center;
    padding: 80px 0 70vw;
  }
  .our-company-page .our-company-intro-text-wrapper {
    align-items: center;
    padding: 0;
  }
  .our-company-page .our-company-intro-text {
    text-align: center;
  }
  .our-company-page .our-company-intro-copy {
    text-align: center;
  }
}

@media only screen and (max-width: 650px) {
  .our-company-page .our-company-intro {
    padding: 80px 0 90vw;
  }
}

@media only screen and (max-width: 480px) {
  .our-company-page .our-company-intro {
    padding: 80px 0 150vw;
  }
}

/* WHITE BOXES ICONS */

.our-company-page .first-number-icon {
  width: 132px;
  height: 65px;
  margin: 0 0 30px;
}

.our-company-page .second-number-icon {
  width: 132px;
  height: 67px;
  margin: 0 0 30px;
}

.our-company-page .third-number-icon {
  width: 230px;
  height: 83px;
  margin: 0 0 14px;
}

/* TESTIMONIALS CAROUSEL */

.our-company-page .testimonials-carousel-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 0 30px;
}

.our-company-page .testimonials-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px 60px;
}

.our-company-page .testimonials-carousel {
  padding: 30px 0 0;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/testimonials/pro/Testimonials_QuoteMarks.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 132px;
}

.our-company-page .testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

.our-company-page .testimonial-copy {
  width: 100%;
  max-width: 600px;
  padding: 0 0 40px;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.6;
  font-size: 18px;
}

.our-company-page .testimonial-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.our-company-page .testimonial-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.our-company-page .testimonial-info {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
}

.our-company-page .testimonial-name {
  width: 100%;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
}

.our-company-page .testimonial-location {
  width: 100%;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.6;
  font-size: 16px;
  opacity: 0.6;
}

/* TEAM SECTION CSS */

.our-company-page .team-container {
  width: 100%;
  max-width: 1440px;
  margin-top: -60px;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .team-container {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }
}

.our-company-page .team-image {
  width: 55%;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/About_Developer_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .team-image {
    width: 100%;
    height: 600px;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/About_Developer_Mobile.jpg);
  }
}

@media only screen and (max-width: 700px) {
  .our-company-page .team-image {
    height: 300px;
  }
}

.our-company-page .team-text-wrapper {
  width: 50%;
  padding: 220px 60px 180px;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .team-text-wrapper {
    width: 100%;
    max-width: 700px;
    padding: 40px 0 0;
  }
}

/* DEMO SECTION CSS */

.our-company-page .demo-container {
  width: 100%;
  max-width: 1440px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .demo-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }
}

.our-company-page .demo-image {
  width: 55%;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/pro/About_BetaUsers_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  order: 1;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .demo-image {
    width: 100%;
    height: 600px;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/pro/About_BetaUsers_Desktop.jpg);
    order: 0;
  }
}

@media only screen and (max-width: 700px) {
  .our-company-page .demo-image {
    height: 300px;
  }
}

.our-company-page .demo-text-wrapper {
  width: 50%;
  padding: 180px 60px;
  order: 0;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .demo-text-wrapper {
    width: 100%;
    max-width: 700px;
    padding: 40px 0 0;
    order: 1;
  }
}

/* TEAM BLOCKS CSS */

.our-company-page .team-blocks-container-fallback {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: -60px 0 0;
  z-index: -1;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .team-blocks-container-fallback {
    margin: 60px 0 0;
  }
}

.our-company-page .team-blocks-container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 30px;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .team-blocks-container {
    padding: 0 0 60px;
  }
}

.our-company-page .team-blocks-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 150px 0px 45px;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .team-blocks-wrapper {
    padding: 80px 0px 15px;
  }
}

.our-company-page .team-blocks-header {
  width: 100%;
  max-width: 750px;
  padding: 0 30px 60px;
}

.our-company-page .team-blocks {
  width: calc(100% + 30px);
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .our-company-page .team-blocks {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
  }
}

.our-company-page .team-block-padding {
  width: 25%;
  padding: 15px;
}

@media only screen and (max-width: 1200px) {
  .our-company-page .team-block-padding {
    width: 33.33%;
  }
}

@media only screen and (max-width: 1000px) {
  .our-company-page .team-block-padding {
    width: 50%;
  }
}

@media only screen and (max-width: 700px) {
  .our-company-page .team-block-padding {
    width: 100%;
  }
}

.our-company-page .team-block {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: block;
  background-color: #FFFFFF;
  box-shadow: rgba(23, 40, 94, 0.08) 0px 4px 24px;
}

.our-company-page .team-block-smaller {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  box-shadow: rgba(23, 40, 94, 0.08) 0px 4px 24px;
}

.our-company-page .team-block-name {
  padding: 40px 40px 5px;
  font-size: 20px;
}

.our-company-page .team-block-name-smaller {
  padding: 40px 40px 5px;
  font-size: 16px;
  font-weight: 700;
}

.our-company-page .team-block-title {
  padding: 00px 40px 20px;
  font-weight: 700;
  line-height: 1.2;
}

.our-company-page .team-block-copy {
  padding: 0px 40px 20px;
}

/* TEAM SECTION CSS */

.our-company-page .whole-team-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .whole-team-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: -80px 0 0;
  }
}

.our-company-page .whole-team-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/pro/About_MeetTheWholeTeam_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .whole-team-image {
    width: 100%;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/about/pro/About_MeetTheWholeTeam_Mobile.jpg);
    background-position: top;
  }
}

.our-company-page .whole-team-text-wrapper {
  width: 50%;
  padding: 220px 60px 180px;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .whole-team-text-wrapper {
    display: none;
  }
}

.our-company-page .whole-team-text-wrapper-mobile {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .our-company-page .whole-team-text-wrapper-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding: 120px 0;
  }
}