@import url("https://fonts.googleapis.com/css2?family=Mukta&display=swap");

.intro-container {
  width: 99vw;
  height: 1240px;
  margin-top: 82px;
}
.container {
  width: 99vw;
  height: 400px;
  background-position-y: -138px;
  background-image: url("home_top2.png");
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: "Roboto Slab", sans-serif;
  color: #f1f1f1;
  box-sizing: border-box;
}
.container h2 {
  margin: 1rem 0 0;
  font-size: 2.5rem;
}
.container p {
  width: 40rem;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.6;
  font-size: 18px;
}
.intro-pet-care {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-pet-care > p {
  text-align: center;
  max-width: 600px;
  padding: 40px 40px 0 40px;
  transform: translateY(30px);
}
.intro-pet-care > h1 {
  position: relative;
}
.intro-pet-care > h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("http://pets.axiomthemes.com/wp-content/themes/pets/skins/general/images/title_underline.png");
  background-repeat: no-repeat;
  width: 50px;
  height: 10px;
}
.cnt-intr {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px;
  transform: translateY(40px);
}
.cnt-intr h3 {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px;
  position: relative;
}

.cnt-intr p {
  width: auto;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  color: rgb(108, 100, 101);
  font-family: "Mukta", sans-serif;
  font-size: 17px;
}
.end-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 410px;
  background-color: rgb(155, 186, 29);
}
.end-container .end-lefy {
  text-align: center;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.end-container .end-lefy p:first-child {
  font-size: 17px;
  font-weight: 600;
}
.end-container .end-lefy a {
  width: 9rem;
  height: 2.5rem;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.25s linear, color 0.25s linear;
}
.end-container .end-lefy a:hover {
  background-color: #fff;
  color: rgb(155, 186, 29);
}
