.bd-services-2__item {
  margin-bottom: 30px;
  position: relative;
  padding: 40px;
  box-shadow: 0px 3px 36px 0px rgba(6, 6, 6, 0.08);
}

.bd-services-2__icon {
  width: 60px;
  height: 60px;
  background-color: #f5f8fb;
  font-size: 25px;
  color: #000;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 30px;
}

.bd-services-2__title {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 30px;
}

.bd-services-2__title a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

.link-btn-2 {
  position: relative;
  font-size: 14px;
  color: #37269a !important;
  font-weight: 500;
  padding-right: 21px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.service-banner {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.bd-price__box {
  padding-bottom: 40px;
  box-shadow: 0px 3px 18px 0px rgba(6, 6, 6, 0.08);
}

.bd-price__heading {
  color: #050531;
  padding-bottom: 37px;
  padding-top: 40px;
}

.bd-price__subtitle {
  font-weight: 500;
  text-transform: uppercase;
  color: #fcbf6e;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.text-yellow {
  color: #fcbf6e;
}

.postbox__comment-form {
  margin-bottom: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  background: var(#fff);
}

.bd-btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #37269a;
  text-align: center;
  padding: 12px 65px 12px 35px;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #37269a;
  z-index: 1;
  overflow: hidden;
}
