.profile_hero {
  height: 800px;
  box-sizing: border-box;
}
.profile_hero .profile_hero_inner {
  padding: 100px 0 80px;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.profile_hero .profile_hero_inner .profile_hero_image {
  height: 100%;
  width: auto;
}
.profile_hero .profile_hero_inner svg {
  position: absolute;
  bottom: -25%;
  right: -5%;
  height: 900px;
  z-index: -1;
}
.profile_hero#deli {
  background-color: #43556f;
}
.profile_hero#deli .profile_hero_inner svg path {
  fill: #ffcc8c;
}
.profile_hero#next_day_paint {
  background-color: #29282f;
}
.profile_hero#next_day_paint .profile_hero_inner svg path {
  fill: #36363a;
}
.profile_hero#kiki {
  background-color: #220946;
}
.profile_hero#kiki .profile_hero_inner svg path {
  fill: #34195c;
}
.profile_hero#prolink {
  background-color: #003460;
}
.profile_hero#prolink .profile_hero_inner svg path {
  fill: #02bc6f;
}
.profile_hero#rarewaves {
  background-color: #9f0a05;
}
.profile_hero#rarewaves .profile_hero_inner svg path {
  fill: #f7b223;
}
.profile_hero#kc {
  background-color: #6ea29a;
}
.profile_hero#kc .profile_hero_inner svg path {
  fill: #ffeac8;
}

#profile_content .profile_benefit_img_container {
  position: relative;
}
#profile_content .profile_benefit_img_container .portfolio_view_more {
  margin-top: 0 !important;
  background-color: white;
  padding: 8px 15px 15px 15px;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

#profile_benefits .services_grid {
  margin-top: 0;
}
#profile_benefits .services_grid .service h4 {
  height: unset;
}

@media screen and (max-width: 850px) {
  .benefits .benefit {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .profile_hero {
    height: unset;
  }
  .profile_hero .profile_hero_inner {
    padding: 60px 0;
  }
  .profile_hero .profile_hero_inner .profile_hero_image {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .profile_hero .profile_hero_inner svg {
    right: -50%;
  }
}
@media screen and (max-width: 600px) {
  .profile_hero .profile_hero_inner svg {
    height: 650px;
  }
  #profile_content {
    padding-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .profile_hero .profile_hero_inner .profile_hero_image {
    padding: 0 10px;
  }
}
@media screen and (max-width: 450px) {
  .profile_hero .profile_hero_inner svg {
    height: 450px;
  }
}

/*# sourceMappingURL=profile.css.map */
