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

/* INTRO CSS */

.veterinary-professionals-page .intro-container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 120px 0px 500px;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/veterinary-professionals/pro/VeterinaryProfessionals_Hero_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}

.veterinary-professionals-page .intro-overlayed-image {
  position: absolute;
  width: 100%;
  min-width: 1487px;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

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

.veterinary-professionals-page .intro-text {
  width: 100%;
  max-width: 600px;
}

.veterinary-professionals-page .intro-copy {
  width: 100%;
  max-width: 480px;
}

@media only screen and (max-width: 1200px) {
  .veterinary-professionals-page .intro-container {
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/veterinary-professionals/pro/VeterinaryProfessionals_Hero_Mobile.jpg);
    background-position: bottom;
    align-items: center;
    padding: 80px 0 90vw;
  }
  .veterinary-professionals-page .intro-text-wrapper {
    align-items: center;
    padding: 0;
  }
  .veterinary-professionals-page .intro-text {
    text-align: center;
  }
  .veterinary-professionals-page .intro-copy {
    text-align: center;
  }
  .veterinary-professionals-page .intro-overlayed-image {
    display: none;
  }
}

/* BLUE BOX CSS */

.veterinary-professionals-page .demo-blue-padding.desktop {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  max-width: 53%;
}

@media only screen and (max-width: 1200px) {
  .veterinary-professionals-page .demo-blue-padding.desktop {
    display: none;
  }
}

.veterinary-professionals-page .demo-blue-padding.mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .veterinary-professionals-page .demo-blue-padding.mobile {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-top: -100px;
    z-index: 1;
  }
}

.veterinary-professionals-page .demo-blue-container {
  width: 100%;
  padding: 80px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.veterinary-professionals-page .demo-blue-container-text {
  width: 100%;
  max-width: 550px;
}

/* DEMO SECTION CSS */

.veterinary-professionals-page .demo-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 220px 60px 0;
  margin-top: 50px;
  max-width: 1440px;
  height: 890px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/demo-block/v3/Demo_ComputerLeft_Desktop_v3.0.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 1279px) {
  .veterinary-professionals-page .demo-container {
    align-items: center;
    margin-top: 0px;
    height: 100%;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/demo-block/v3/Demo_ComputerCenter_Mobile_v3.0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
    padding: 80px 0px 77vw;
  }
}

@media only screen and (max-width: 760px) {
  .veterinary-professionals-page .demo-container {
    padding: 80px 0px 75vw;
  }
}

@media only screen and (max-width: 500px) {
  .veterinary-professionals-page .demo-container {
    padding: 80px 0px 90vw;
  }
}

@media only screen and (max-width: 400px) {
  .veterinary-professionals-page .demo-container {
    padding: 80px 0px 120vw;
  }
}

.veterinary-professionals-page .demo-text-wrapper {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 1300px) {
  .veterinary-professionals-page .demo-text-wrapper {
    align-items: center;
  }
}

@media only screen and (max-width: 760px) {
  .veterinary-professionals-page .demo-text-wrapper {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1300px) {
  .veterinary-professionals-page .demo-text {
    text-align: center;
  }
}

.veterinary-professionals-page .demo-copy {
  max-width: 400px;
}

/* CHOOSE PLAN CSS */

.veterinary-professionals-page .pro-team-container {
  width: 100%;
  max-width: 1440px;
  padding: 30px;
  margin: 0 0 -80px;
}

@media only screen and (max-width: 1000px) {
  .veterinary-professionals-page .pro-team-container {
    padding: 0;
    margin: 0;
  }
}

.veterinary-professionals-page .pro-team-background {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding: 200px 60px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/veterinary-professionals/pro/VeterinaryProfessionals_VeterinaryPractices_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

@media only screen and (max-width: 1000px) {
  .veterinary-professionals-page .pro-team-background {
    flex-direction: column;
    padding: 50px 0 65vw;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/veterinary-professionals/pro/VeterinaryProfessionals_VeterinaryPractices_Mobile.jpg);
    background-position: bottom;
  }
}

.veterinary-professionals-page .pro-team-text-wrapper {
  width: 100%;
  max-width: 450px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .veterinary-professionals-page .pro-team-text-wrapper {
    padding: 30px 0 0;
    align-items: center;
    order: 1;
  }
}

.veterinary-professionals-page .pro-team-tag {
  margin: 0 30px 30px;
}

.veterinary-professionals-page .pro-team-text {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .veterinary-professionals-page .pro-team-text {
    text-align: center;
  }
}

.veterinary-professionals-page .pro-team-small-icon {
  width: 31px;
  height: 29px;
  margin: 0 10px 0 0;
}

/* TESTIMONIALS CAROUSEL */

.veterinary-professionals-page .testimonials-carousel-container {
  width: 100%;
  max-width: 1440px;
}

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

.veterinary-professionals-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;
}

.veterinary-professionals-page .testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px;
}

.veterinary-professionals-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: 400;
  line-height: 1.6;
  font-size: 18px;
}

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

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

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

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

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

/* EVERYTHING NEEDED CSS */

.veterinary-professionals-page .everything-needed-container {
  width: 100%;
  max-width: 1560px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 0px 15px;
  margin: 0 0 -80px;
}

.veterinary-professionals-page .everything-needed-header {
  width: 100%;
  max-width: 700px;
}

.veterinary-professionals-page .everything-needed-copy {
  width: 100%;
  max-width: 600px;
  padding: 0 30px 60px;
}

.veterinary-professionals-page .fast-icon {
  width: 82px;
  height: 80px;
  margin: 0 0 30px 0;
}

.veterinary-professionals-page .reviewed-icon {
  width: 73px;
  height: 80px;
  margin: 0 0 30px 0;
}

.veterinary-professionals-page .relevant-icon {
  width: 68px;
  height: 80px;
  margin: 0 0 30px 0;
}
