.inside-banner-sec8 p,
.inside-banner-sec9 p,
.inside-banner-sec7 p,
.inside-banner-sec6 p,
.inside-banner-sec5 p,
.inside-banner-sec4 p,
.inside-banner-sec3 p,
.inside-banner-sec2 p,
.inside-banner-sec p {
  color: #e3e3e3 !important;
}

.card-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 25px;
}
.card-row .card-box {
  width: calc(33% - 15px);
  background-color: #000;
  padding: 25px;
  border: 1px solid rgba(253, 253, 253, 0.2);
  border-radius: 10px;
}
.card-row .card-box ul {
  padding: 0;
  margin: 0;
}
.card-row a.card-box {
  border: 1px solid rgba(158, 217, 41, 0.6470588235) !important;
}
.card-row a.card-box:hover h4 {
  color: rgba(158, 217, 41, 0.6470588235);
}
.card-row a.card-box:hover p {
  color: rgba(253, 253, 253, 0.5450980392) !important;
}

.testimonial-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2%;
}
.testimonial-row .testimonial-card {
  width: 33%;
  background-color: #000;
  padding: 25px;
  border: 1px solid rgba(253, 253, 253, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.text-center {
  text-align: center !important;
}

.special-banner {
  background: url(../assests/images/special-banner.webp) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  text-align: center;
}
.special-banner h2 {
  font-size: 30px !important;
}
.special-banner p {
  color: #fff;
  line-height: 36px !important;
}

@media screen and (max-width: 480px) {
  .special-banner {
    padding: 0;
  }
  .special-banner h2 {
    font-size: 26px !important;
  }
  .card-row {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 25px;
  }
  .card-row .card-box {
    width: 100%;
  }
  .testimonial-row {
    flex-wrap: wrap;
    gap: 10%;
  }
  .testimonial-row .testimonial-card {
    width: 100%;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=styles.css.map */