* {
  display: border-box;
}
.main {
  padding-top: 200px;
}
section#title {
  padding-top: 5px;
}
h1.meet {
  margin-top: 150px;
}
.gradient-background {
  background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}
h2 > img.rounded-circle {
  height: 100px;
}

div.container > p:nth-of-type(2) {
  text-align: center;
}
.center {
  text-align: center;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section#features {
  padding-left: 30px;
}
div.card-body {
  text-align: center;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section#pricing {
  display: flex;
  padding-left: 5%;
  width: 100%;
  flex-direction: row;
  gap: 10px;
  justify-content: space-around;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

img.sponsor {
  height: 30px;
}
.sponsor-grp {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.dog-price {
  margin-left: 30%;
  margin-bottom: 20px;
}

h3.lead {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 30px;
}
h4 {text-align: center;}
.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
}

p.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.profile-img {
  height: 100px;
  border-radius: 50%;
}
