.main-header__logo h1 {
  font-size: 28px;
  font-weight: 800;
  color: var(--automart-black);
}
.main-header__logo h1 span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--automart-base);
}
.about-two__right .section-title__title span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--automart-base);
  line-height: normal;
  letter-spacing: 1px;
}
.main-slider__content-info {
  width: 50%;
}
/* .main-slider__img-one {
  max-width: 40%;
} */
.main-slider__img-box {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}
.testimonial-page .testimonial-two__single-inner {
  background: var(--automart-black);
}
.testimonial-page .testimonial-two__single-img:before {
  border: 2px solid rgba(var(--automart-black-rgb), 0.5);
}
.testimonial-page .testimonial-two__single {
  margin-bottom: 30px;
}
.service-details__left h4 {
  margin-bottom: 10px;
}
.service-details__left ul li {
  position: relative;
  padding-left: 20px;
}

.service-details__left ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f101";
  color: var(--automart-black);
}
@media (max-width: 767px) {
  .main-header__logo {
    padding-right: 40px;
  }
  .main-header__logo h1 {
    font-size: 26px;
  }
  .main-header__logo h1 span {
    font-size: 13px;
  }
  .main-header__logo::before {
    border-top: 74px solid #f1ecf3;
    top: -4px;
  }
  .main-slider__content-info {
    width: 100%;
  }
  .main-slider__text {
    font-size: 19px;
    line-height: 27px;
  }
  .about-two__right .section-title__title span {
    font-size: 14px;
  }
  .services-two__single-content-inner h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .services-two__single-content-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .services-two__single-content-inner {
    padding: 15px 25px 15px;
  }
  .services-two__nav {
    margin-top: 0;
  }
  .why-choose-one__points {
    flex: content;
  }
  .blog-one__title {
    font-size: 20px;
    line-height: 24px;
  }
  .footer-widget__links-list {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 10px;
  }
  .site-footer__bottom-inner {
    padding: 10px 0;
  }
  .logo-box h1 {
    font-size: 24px;
    font-weight: 800;
    color: var(--automart-white);
  }
  .logo-box h1 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--automart-base);
  }
  .operate-one__tab-box .tab-buttons .tab-btn {
    padding: 7px 10px;
  }
  .operate-one__tab-box .tab-buttons {
    gap: 7px;
  }
  .operate-one__tab-box .tab-buttons .tab-btn p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
  }
  .service-details__title-1 {
    font-size: 32px;
    line-height: 40px;
  }
  .service-details__sidebar-contact-img .inner img {
    width: 87%;
  }
  .google-map__one {
    height: 300px;
  }
  .contact-page__input-box {
    margin-bottom: 15px;
  }
  .services-two__single-content-inner .btn-box a {
    font-size: 16px;
    line-height: 26px;
  }
  .services-two__single-content-inner .btn-box a span::before {
    font-size: 16px;
    line-height: 20px;
  }
  .thm-btn span {
    font-size: 16px;
    line-height: 16px;
  }
}
