:root {
    --primary-color: rgba( 0, 0, 0 ,0.7);
    --white-color: #fff;
    --secondary-color: #ee1a24;
    --button-color: #003615;
  }

  .hero-area .section-content .text-wrapper {
    margin-inline-start: 0px;
    margin-top: 14px;
}

.hero-area .section-content .text{
  text-indent: 0;
  max-width: 100%;
}

@media(max-width:480px){
    .hero-area .section-content .text{
  margin-bottom:10px;
}
}

.service-area .service-item .text{
  text-align: left;
}

.service-area .service-item {
  padding: 20px !important;
  align-items: initial;
}

.hero-area .section-title-wrapper  .heading-medium-skill{
  font-size: 60px !important;
}

@media(max-width:480px){
  .hero-area .section-title-wrapper  .heading-medium-skill{
    font-size: 36px !important;
  }
}

.service-skill .services-grid .skill-title{
  margin-top: 20px;
  color: var(--white-color) !important;
  font-size: 20px;
  margin-bottom: 20px;
}

.service-skill .service-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: center; */
}