.pink-bg {
  background: #f0ac03;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
}

.bring-home img {
  width: 100%;
}

.bring-home iframe {
  width: 100%;
}

.bringhome-content h2 {
  font-size: 2rem;
  font-family: 'Pedigree-UnleashedBlk';
  color: #000;
}

.bringhome-content p {
  max-width: 600px;
  color: #000;
  font-size: 1.2rem;
}

.foodplate img {
  width: 13.020833333333334vw;
  position: absolute;
  right: 7%;
  bottom: -13%;
  height: auto;
}

.mycurrenthome {
  height: 635px;
  /*background-size: cover;*/
  background-position: right;
  background-repeat: no-repeat;
  margin-right: 4rem;
}

.mycurrenthome p {
  max-width: 820px;
  font-size: 1.2rem;
  color: #1E1E1E;
  font-family: 'Pedigree-Light';
}

.white {
  background-color: rgb(228 15 36);
  font-family: 'Pedigree-Unleashed';
  width: auto;
  box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
  color: #fff;
  border-radius: 30px;
}
.white:focus {
  box-shadow: none;
}

.white:hover{
  color: #fff !important;
  box-shadow: none;
}

.mycurrenthome h2 {
  font-size: 2rem;
  color: #000;
  font-family: "Pedigree-UnleashedBlk";
}
.mycurrenthome .home-btns a{
  width: 45% !important;
}
.mycurrenthome .home-btns a:hover, .bringhome-content a:hover{
  background-color: rgb(228 15 36);
}
.featured-pets-heading, .more-pets-wrapper .more-pets {
  margin-top: 2rem;
}
.more-pets-wrapper .more-pets a:hover{
  background-color: rgb(228 15 36);
  outline: 1;
}

.featured-pets-heading h2 {
  font-size: 2rem;
  font-family: "Pedigree-UnleashedBlk";
  color: #000;
}
.featured-pet-title {
  max-width: 600px;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 1rem;
  font-family: 'Pedigree-Unleashed';
}
.featured-pet-title:hover {
  text-decoration: none;
}
.featured-pet-image img {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  border: 1px solid #000;
}
.block-views-blockfeatured-pet-block-1 >.container {
  background-image: url(../images/peach.png);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}
.path-frontpage .adoption-journey {
  margin-bottom: 25px;
  margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .featured-pet-title {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .block-views-blockfeatured-pet-block-1 >.container {
    padding-bottom: 30px;
  }
  .bring-home .col-sm-6 {
    margin-top: 1rem;
  }

  .pink-bg {
    height: auto !important;
  }

  .bringhome-content h2, .mycurrenthome h2, .featured-pets-heading h2, .adoption-journey h2 {
    font-size: 1.8rem;
  }

  .bringhome-content {
    margin-bottom: 25%;
  }
  .bringhome-content a {
    margin: 0;
  }

  .foodplate img {
    width: 70% !important;
    position: relative !important;
    right: 0 !important;
  }

  .foodplate {
    text-align: center;
  }

  .mycurrenthome {
    height: auto !important;
    /*padding: 20px;
    background-size: cover;*/
    margin-right: 0;
    margin-top: 2rem !important;
    background-image: none !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .white {
    width: 100%;
    font-size: 0.9rem;
    margin: 0;
  }
  .mycurrenthome .home-btns a.first-btn {
    margin-bottom: 1rem;
  }
  .mycurrenthome .home-btns a {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pink-bg {
    height: auto !important;
  }

  .bringhome-content h2, .mycurrenthome h2, .featured-pets-heading h2, .adoption-journey h2 {
    font-size: 1.8rem;
  }

  .foodplate img {
    width: 130px !important;
    right: 0%;
    bottom: -40px;
  }

  .mycurrenthome p {
    max-width: 820px;
    font-size: 1rem;
  }
  .bringhome-content p {
    font-size: 1rem;
  }
  .mycurrenthome a.white {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .mycurrenthome {
    margin-right: 2rem;
  }
  .mycurrenthome .home-btns a {
    width: 100% !important;
    height: auto !important;
  }
  .mycurrenthome {
    height: 735px;
  }
}

@media only screen and (device-width: 768px) {
  .bring-home {
    padding: 20px;
  }

  .bringhome-content h2 {
    font-size: 1.125rem;
  }

  .white {
    font-size: 0.9rem;
    height: 55px;
  }
}
