.s-6015 {
  padding-top: 40px;
  padding-bottom: 30px;
  /* background-color: #fbfbfb; */
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.s-6015 h2 {
  color: #292c32;
  font-size: 44px;
  font-weight: 900;
  word-break: break-word;
  text-align: center;
}

.s-6015 .wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #d33;
  margin-bottom: 20px;
  padding: 0 0 15px;
  position: relative;
}

.s-6015 .wrapper:after {
  background-color: #d33;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.s-6015 .wrapper:before {
  border-left: 0;
  border-right: 5px solid transparent;
  border-top-color: #d33;
  border-top: 5px solid #2c2f34;
  bottom: -5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.s-6015 .service-page-item {
  text-align: center;
  margin-bottom: 50px;
}

.s-6015 img {
  max-width: 420px;
  max-height: 420px;
}

.s-6015 img.shadow {
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #dfdfdf;
  padding: 8px;
  box-shadow: rgb(0 0 0 / 18%) 2px 5px 10px;
  position: relative !important;
  background: #f7f7f7;
  width: 100%;
}

.s-6015 h3 {
  color: #292c32;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.78rem;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.222;
  position: relative;
  transition: all 0.75s ease;
}

.s-6015 .service-page-item:hover > h3 {
  /* background-color: #c30606; */
  transition: all 0.75s ease;
}

.s-6015 .service-page-item:hover h3 {
  /* color: #fff; */
  transition: all 0.75s ease;
}

.s-6015 .service-page-item:hover a.link-blue {
  color: #00235a;
  transition: all 0.75s ease;
}

.s-6015 .bg-style {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-6015 .section-item {
  border-radius: 30px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}

.s-6015 .section-item a {
  color: #000;
  display: block;
  font-weight: 700;
  padding: 6px 12px;
}

.s-6015 .section-item.active a {
  color: #fff;
}

.s-6015 .section-item {
  /* background-color: #d33; */
  border-radius: 0.4em 0.4em;
  /* -webkit-box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
  box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3); */
  /* color: #fff; */
  display: block;
  font-weight: 700;
  margin: 0 10px;
  padding: 10px;
  cursor: pointer;
}

.s-6015 .section-item.active:hover {
  /* background-color: #0f2b46; */
}

.s-6015 .section-item.active {
  background-color: #0f2b46;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.s-6015 .section-item:hover {
  /* background-color: #0f2b46; */
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media (max-width: 768px) {
  .s-6015 {
    padding: 1.5rem 0.5rem 1rem;
  }

  .s-6015 .service-page-item {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 576px) {
  .s-6015 .wrapper {
    margin-top: 15px;
  }

  .s-6015 .section-item {
    padding: 10px 0;
  }

  .s-6015 img {
    max-width: 100%;
  }
}
