@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,300&display=swap");
p, a {
  font-size: 16px !important;
}

.hero2 .container .first .paragraph h1 {
  color: black;
}

.service {
  padding-top: -50px;
}
.service .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service .container h1 {
  font-size: 50px;
}
.service .container .underline {
  height: 3px;
  width: 100px;
  background-color: #FFBE3F;
}
.service .container p {
  max-width: 700px;
}
.service .container .row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service .container .row .col {
  display: flex;
  justify-content: space-between;
  gap: 2px;
}
.service .container .row .col .row-1 {
  display: flex;
}
.service .container .row .col .row-1 .col-1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: rgb(247, 247, 247);
}
.service .container .row .col .row-1 .col-1 h1 {
  font-size: 20px;
}
.service .container .row .col .row-1 .col-1 p {
  font-size: 16px;
}
.service .container .row .col .row-1 .col-img {
  width: 290px;
}
.service .container .row .col .row-1 .col-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.service .container .row .col .row-1 .col-2 {
  padding: 10px 0px 10px 5px;
}
.service .container .first-block {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.service .container .first-block .img-container {
  width: 50%;
}
.service .container .first-block .img-container img {
  width: 100%;
}
.service .container .first-block .availability {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service .container .first-block .availability .emergency {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background-color: #161F41;
  color: #ffffff;
  width: 300px;
}
.service .container .second {
  background-color: #161F41;
  padding: 76px 70px 75px 70px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  align-items: center;
  color: #ffffff;
}
.service .container .second h1 {
  font-size: 32px;
  max-width: 700px;
}
.service .container .second p {
  font-size: 18px;
  max-width: 650px;
}
.service .container .second a {
  text-decoration: none;
  padding: 15px 35px;
  color: #161F41;
  background-color: #FFBE3F;
}

.our-team {
  padding-top: 50px;
  padding-bottom: 75px;
}
.our-team .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.our-team .container hr {
  width: 200px;
  color: #FFBE3F;
  outline: none;
  margin-top: 24px;
}
.our-team .container .col-left {
  height: -moz-fit-content;
  height: fit-content;
  width: 40%;
}
.our-team .container .col-left img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .container .team-member-row {
  display: flex;
}
.our-team .container .team-member-row .bio {
  width: 60%;
  padding: 40px;
  box-shadow: 10px 10px 5px #888888;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.our-team .container .team-member-row .bio p {
  line-height: 1.5;
}
.our-team .container .blue {
  background-color: #161F41;
  color: white;
}
.our-team .container .reversed {
  flex-direction: row-reverse;
}

.highlighted-services {
  padding: 0;
}
.highlighted-services .first {
  width: 100%;
  min-height: 400px;
  background: linear-gradient(0deg, rgba(22, 31, 65, 0.68) 0%, rgba(22, 31, 65, 0.68) 100%), url("/static/img/pages/pawhuska-clinic/img/pawhuska-family-medical-clinic-opens.46573dc212b7.jpeg"), lightgray 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  z-index: -2;
  position: relative;
}
.highlighted-services .first h3 {
  font-size: 48px;
  color: #FFBE3F;
  max-width: 730px;
}
.highlighted-services .first p {
  color: #ffffff;
  max-width: 730px;
  font-size: 18px;
  text-align: center;
}
.highlighted-services .cards-overlay {
  margin-inline: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  text-align: center;
  position: relative;
  top: -160px;
}
.highlighted-services .cards-overlay .card {
  width: 350px;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background-color: #ffffff;
  position: relative;
  align-items: center;
}
.highlighted-services .cards-overlay .card img {
  height: 65px;
  width: 65px;
}
.highlighted-services .cards-overlay .card::before {
  content: "";
  width: 50%;
  height: 150px;
  background-color: #FFBE3F;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}
.highlighted-services .cards-overlay .card::after {
  content: "";
  width: 50%;
  height: 150px;
  background-color: #161F41;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: -1;
}

.contact-info {
  min-height: 660px;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.contact-info::before {
  content: "";
  display: block;
  height: 100%;
  width: 400px;
  background-color: #161F41;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info .main-contact {
  z-index: 2;
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
}
.contact-info .main-contact .first {
  background-color: #ffffff;
  padding: 65px 35px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-info .main-contact .first h1 {
  color: #161F41;
  font-size: 32px;
}
.contact-info .main-contact .first h1 span {
  color: #FFBE3F;
}
.contact-info .main-contact .first .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-info .main-contact .first .fax {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-info .main-contact .map {
  width: 70%;
  height: 486px;
}
.contact-info .main-contact .map iframe {
  width: 100%;
  height: 100%;
}

.logo-provider {
  padding-top: 50px;
}
.logo-provider .container {
  text-align: center;
  max-width: 300px;
}
.logo-provider .container img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .team .container .col-left {
    width: 50%;
    height: 750px;
  }
  .team .container .col-left img {
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
  }
  .team .container .team-member-row {
    padding: 24px;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
  }
  .team .container .team-member-row .bio {
    width: 50%;
    height: 100%;
    background-color: whitesmoke;
  }
  .team .container .blue {
    background-color: transparent;
  }
  .team .container .blue .bio {
    background-color: #161F41;
  }
  .team .container .reversed {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1080px) {
  .title {
    font-size: 50px;
  }
  .history .history-text {
    -moz-columns: 2;
         columns: 2;
    vertical-align: top;
  }
  .team .container {
    gap: 60px;
  }
  .team .container .team-member-row {
    display: flex;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0;
  }
  .team .container .team-member-row .col-left {
    height: -moz-fit-content;
    height: fit-content;
  }
  .team .container .team-member-row .col-left img {
    width: 100%;
  }
  .team .container .team-member-row .bio {
    width: 60%;
    height: 569px;
  }
  .team .container .team-member-row .position-right p {
    line-height: 1.5;
  }
  .team .container .team-member-row .position-left p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1309px) {
  .service .container .row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .service .container .row .col {
    max-width: 48%;
  }
  .service .container .row .col .row-1 {
    display: flex;
  }
  .service .container .row .col .row-1 .col-1 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: rgb(247, 247, 247);
  }
  .service .container .row .col .row-1 .col-1 h1 {
    font-size: 20px;
  }
  .service .container .row .col .row-1 .col-1 p {
    font-size: 16px;
  }
  .service .container .row .col .row-1 .col-2 {
    padding-inline: 20px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .container {
    padding: 0;
  }
}
@media screen and (max-width: 1250px) {
  .highlighted-services .cards-overlay {
    justify-content: center;
  }
}
@media screen and (max-width: 1050px) {
  .hero2 .container .first .paragraph h1 {
    color: #ffffff;
  }
}
@media screen and (max-width: 950px) {
  .service .container .row {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .service .container .row .col {
    max-width: 100%;
  }
  .service .container .row .col .row-1 {
    display: flex;
  }
  .service .container .row .col .row-1 .col-1 {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: rgb(247, 247, 247);
  }
  .service .container .row .col .row-1 .col-1 h1 {
    font-size: 20px;
  }
  .service .container .row .col .row-1 .col-1 p {
    font-size: 16px;
  }
  .service .container .row .col .row-1 .col-2 {
    padding-inline: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 850px) {
  .service .container .first-block {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .service .container .first-block .img-container {
    width: 100%;
  }
  .service .container .first-block .availability {
    width: 100%;
  }
  .service .container .first-block .availability .emergency {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
    background-color: #161F41;
    color: #ffffff;
    width: 300px;
  }
  .our-team .container .team-member-row {
    flex-direction: column;
  }
  .our-team .container .team-member-row .bio {
    width: 100%;
  }
  .our-team .container .col-left {
    width: 100%;
  }
  .contact-info::before {
    content: "";
    display: block;
    height: 600px;
    width: 300px;
    background-color: #161F41;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-info .main-contact {
    padding-top: 100px;
    flex-direction: column;
    width: 100%;
    margin-inline: 0;
    gap: 250px;
  }
  .contact-info .main-contact .first {
    background-color: #ffffff;
    padding: 65px 35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: center;
    box-shadow: 5.80329px 5.63065px 27.15728px 0px rgba(22, 31, 65, 0.27);
  }
  .contact-info .main-contact .first h1 {
    color: #161F41;
    font-size: 32px;
  }
  .contact-info .main-contact .first h1 span {
    color: #FFBE3F;
  }
  .contact-info .main-contact .first p {
    font-size: 14px;
  }
  .contact-info .main-contact .map {
    height: 486px;
    width: 100%;
    margin: 0;
  }
  .contact-info .main-contact .map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 810px) {
  section {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 740px) {
  .service .container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  section {
    padding-inline: 25px;
  }
  .service .container .row .col .row-1 {
    flex-direction: column;
  }
  .service .container .row .col .row-1 .col-img {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .service .container .row .col .row-1 .col-img img {
    width: 100%;
  }
  .service .container .first-block .img-container {
    max-width: 400px;
    min-width: 300px;
    height: 360px;
    width: 70%;
  }
  .service .container .first-block .img-container::before {
    content: "";
    width: 70%;
    height: 200px;
    top: -10px;
    right: -10px;
  }
  .service .container .first-block .img-container img {
    width: 100%;
  }
  .service .container .first-block .span::after {
    left: -10px;
    bottom: -10px;
    height: 200px;
  }
  .highlighted-services .first h3 {
    font-size: 40px;
  }
  .highlighted-services .cards-overlay {
    margin-inline: 30px;
  }
}/*# sourceMappingURL=pawhuska-clinic.css.map */