@media only screen and (max-width: 750px) {
  .nav-links {
    display: none;
  }

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .hero {
    text-align: center;
    padding: 30px 0;
    background-color: #f5f5f5;
  }

  .brand-logo .fix,
  .brand-logo .any {
    color: #222;
    font-size: 40px;
  }

  .brand-logo .wrench-icon {
    font-size: 41px;
  }

  .brand-logo .car {
    font-size: 40px;
  }

  .tagline {
    font-size: 25px;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 900;
  }

  .section-title .highlight {
    font-weight: 900;
    font-size: 30px;
    color: #BD2026;
  }

  .containerbeforefooter {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }


  .step-number {
    margin-bottom: 250px;
  }


  .step-line {
    position: absolute;
    top: 36px;
    bottom: 270px;
    width: 10px;
    background-color: #262424;
    z-index: 1;
  }

  .parking-sign img {
    display: none;
  }

  .about {
    padding: 20px 0;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #e0e0e0;
  }

  .showinonlysmallss img {
    margin-bottom: -10px;
    width: 100%;
            margin-top: -170px;
  }

  .sectionmiainfordeco {
    background: #f5f5f5;
    padding: 20px 0;
  }

  .year {
    text-align: center;
  }

  .filter-select {
    text-align: center;
  }


  .search-btn {
    background-color: #BD2026;
    color: #ffff;
    border: none;
    padding: 20px 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .mechanic-search-container {
    flex-direction: column;
  }

  .mechanic-info {
    display: flex;
    gap: 40px;
    flex-grow: 1;
    flex-direction: column;
  }

  .mechanic-image {
    width: 100%;
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
  }

  .mechanic-card {
    flex-direction: column;
  }

  .mechanic-actions {
    width: 100%;
  }

  .call-btn {
    margin-bottom: 15px;
  }

  .mechanic-sidebar {
    width: 100%;
    flex-shrink: 0;
  }

  .results-header {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
  }

  .contentinmachecins {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .contentinmachecinsfilter {
    justify-content: center;
    width: 100%;

  }

  .car-image {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
    display: none;
  }

  /* .showinonlysmallss {
    display: none;
  } */
}


@media only screen and (min-width: 750px) {
 .showinonlysmallss{
  display: none;
 }
}