/* @media screen and (max-width: 1000px) {
  .hero {
    width: 100%;
   
  }
 
} */

@media screen and (min-width: 500px) {
  .border-c {
    border-right: solid 20px #eb5e06;

    border-radius: 50%;
    border-bottom-right-radius: 600px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media screen and (max-width: 1350px) {
  .hero-content {
    scale: 0.8;
    transform: translateX(-10%);
  }
}

@media screen and (max-width: 1070px) {
  .hero-content {
    scale: 0.7;
    transform: translateX(-20%);
  }
}

@media screen and (max-width: 768px) {
  .hero-content {
    scale: 0.6;
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 500px) {
  .hero-content {
    scale: 0.4;
    transform: translateX(-60%);
  }
  .specility {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .hero-content h2 {
    font-size: 27px;
  }
  .hero-content h3 {
    font-size: 27px;
  }
}
@media screen and (max-width: 376px) {
  .bottom-img {
    display: none;
  }
  .hero-content h2 {
    font-size: 25px;
  }
  .hero-content h3 {
    font-size: 25px;
  }
}
