.header-section {
  margin-top: 50px;
}
.header-section .heading-text-box {
  text-align: center;
}
.header-section .heading-text-box .linear {
  background: linear-gradient(to right, var(--three) 0%, var(--two) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.header-section .service-box {
  background-color: #f5f5f5;
  padding: 30px 30px;
  text-align: left;
  border-radius: 20px;
}
.header-section .box-1 {
  background-color: var(--two);
}
.header-section .box-1 .heading,
.header-section .box-1 .text {
  color: white;
}
.header-section .box-2 {
  background-color: var(--three);
}
.header-section .box-2 .heading,
.header-section .box-2 .text {
  color: var(--one);
}

.services-section {
  margin-top: 50px;
}
.services-section .small-text {
  font-size: 18px;
  color: var(--one);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.services-section .heading-text-box {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.services-section .heading-text-box .linear {
  background: linear-gradient(to right, var(--three) 0%, var(--two) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.services-section .big-box {
  background-color: #e4ecff;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  padding: 100px 0;
}
.services-section .big-box .services {
  max-width: 1200px;
  margin: 0 auto;
}
.services-section .big-box .pre-service-box {
  margin-top: 20px;
  background: linear-gradient(to bottom, #fdfdfd 0%, #5d84ed 100%);
  border-radius: 28px;
  padding: 2px;
  max-width: 350px;
  min-height: 400px;
}
.services-section .big-box .service-box {
  background-color: white;
  min-height: 400px;
  padding: 15px;
  text-align: center;
  border-radius: 28px;
}
.services-section .big-box .service-box .heading {
  margin-top: 40px;
  font-size: 28px;
}
.services-section .big-box .service-box .text {
  color: #9f9f9f;
}
.services-section .big-box .service-box .btn-link {
  color: var(--one);
  font-size: 20px;
}
.services-section .big-box .service-box .btn-link:hover {
  opacity: 0.8;
}
.services-section .big-box .service-box .img-box {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}
.services-section .big-box .service-box .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-section .big-box .service-box .img-box .change-color {
  fill: #5d84ed;
}
.services-section .big-box .service-box:hover .change-color {
  fill: #ceed5d;
}

@media (max-width: 767px) {
  .header-section .service-box {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .services-section .big-box {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .services-section .pre-service-box {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=marketing.css.map */