@media screen and (max-width: 1280px) {
  .roadside-con {
    /* background-image: none; */
    width: 100%;
  }

  .inner-box {
    width: 100%;
  }
  .inner-box h5 {
    font-size: 16px;
    line-height: 19px;
  }

  .r-box {
    height: 244px;
  }
}

@media screen and (max-width: 1024px) {
  .a-con p {
    font-size: 14px;
    line-height: 22px;
  }

  .inner-box svg {
    font-size: 20px;
  }

  .r-box h5 {
    font-size: 20px;
  }

  .r-box p {
    font-size: 14px;
    line-height: 20px;
  }

  .list li p {
    font-size: 14px;
  }
}

@media screen and (max-width: 912px) {
  .a-con h4 {
    font-size: 18px;
  }

  .a-con h5 {
    font-size: 14px;
  }

  .a-img {
    width: 35%;
  }

  .service-parent {
    flex-wrap: wrap;
  }

  .service-box {
    width: 47%;
    margin-bottom: 25px;
  }

  .service-parent .service-box:last-child {
    display: none;
  }

  .r-box {
    width: 82%;
    margin: 0 auto 25px auto;
    height: auto;
  }

  .roadside-con {
    height: auto;
    background-image: none;
    background-color: #424242;
  }
  .list-2 {
    margin-left: 0% !important;
  }

  .list li:last-child {
    display: none !important;
  }

  .line-2 {
    display: none;
  }
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 786px) {
}

@media screen and (max-width: 712px) {
  .inner-box h5 {
    font-size: 15px;
  }
  .r-box h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 540px) {
  .a-img {
    width: 70%;
  }
}

@media screen and (max-width: 430px) {
  .list li svg {
    font-size: 20px;
  }

  .service-box {
    width: 62%;
  }

  .service-parent {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 412px) {
}

@media screen and (max-width: 393px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 360px) {
}
