.home-about {
  padding: 10px 30px !important;
}

.home-about h2 {
  font-size: 20px;
  font-weight: bold;
  color: #888;
}

.home-about h1 {
  font-weight: 700;
  margin-bottom: 25px;
}

.services-wrapper {
  padding: 50px 0px;
  background-color: #9a258f;
}

.our-services {
  padding: 10px 120px;
  color: #fff !important;
  background-image: url("../images/backgrounds/butterfly-path.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-services h1 {
  color: #fff;
  text-align: center;
}

.services {
  margin-bottom: 25px;
}

.services-icon img {
  object-fit: cover;
  border-radius: 50%;
  height: 180px;
  width: 180px;
  border: 6px solid #ffffff40;
  margin: 0 auto;
}
.services-icon img:hover {
  transition: all ease-in-out 0.4s;
  border: 6px solid #ffffff90;
  transform: scale(1.05);
}

.services-item {
  margin-top: 40px;
  text-align: center;
}

.services-item:hover {
  cursor: pointer;
}

.services-item:hover::before {
  animation: 1.5s 0.1s pulse infinite linear;
  animation-play-state: running;
}

.services-item:hover::after {
  animation: 1.5s pulse2 infinite linear;
  animation-play-state: running;
}

.services-item p {
  margin-top: 12px;
}

.see-all-services {
  margin: 0 auto;
  display: block;
}

.testimonials {
  padding: 55px 0;
  text-align: center;
  position: relative;
}

.testimonials::before {
  content: "";
  background-image: url("../images/backgrounds/testimonial_bg.jpg");
  background-position: left top;
  background-size: cover;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.testimonial-item {
  text-align: center;
  padding: 25px 200px;
}

.start-career{
  margin: 0 15px;
}

.start-career-info {
  background-color: #732b90;
  padding: 45px;
  background-image: url("../images/backgrounds/butterfly-bg-full.png");
  background-size: cover;
  text-align: right;
}

.start-career-info-inner {
  text-align: left;
  align-self: right;
  max-width: 500px;
  margin: 0 0 0 auto;
}

.start-career-info h3 {
  color: #fff;
  font-weight: 700;
}
.start-career-image {
  background-image: url("../images/backgrounds/start-career-image.jpg");
  background-size: cover;
  background-position: center;
  min-height: 300px;
  padding: 0 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-services {
    padding: 10px 80px;
  }
  .testimonials {
    padding: 45px 0;
  }
  .testimonial-item {
    padding: 25px 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-services {
    padding: 10px 50px;
  }
  .testimonials {
    padding: 40px 0;
  }
  .testimonial-item {
    padding: 25px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .our-services {
    padding: 10px 30px;
  }
  .testimonials {
    padding: 30px 0;
  }
  .testimonial-item {
    padding: 25px 30px;
  }
  .testimonials::before {
    background-position: -250px top;
  }
}
