.bannerImg {
  transform: scale(0.7);
  margin-left: 10%;
}

.head1 {
  font-size: 3.7rem;
  font-weight: bolder;
  line-height: 120%;
}
.bannerLett {
  width: 90%;
  margin: 20%;
}
.head3 {
  margin: 15px 3px;
}

.bg-orange {
  background-color: #e86121;
}
.quotes {
  background-image: url("../images/home/category/01.jpg");
  height: 200px;
  width: 70%;
  border-radius: 15px;
}
.htsh {
  font-size: 2.5rem;
  font-weight: bold;
}
.myHtshr img {
  transform: scale(0.6);
}

@media (max-width: 575px) {
  .myHtshr .icon {
    transform: rotate(90deg);
    margin-left: 40%;
  }
  .myHtshr .newmiclsy {
    margin-left: 17%;
  }
  .myHtshr .cont{
      padding: 15px;
      text-align: center;
  }
  .dfjcc{
    display: flex;
    justify-content: center;
  }
}
.myHtshr .cont{
    margin-bottom: 30px;
}
.mycd {
  border-radius: 15px;
}
.mycd .mr{
    margin-right: 30px;
}
.cont {
  padding: 20px 0px;
}

.sizing{
    display: grid;
}
.section3{
    margin-top: 100px;
}
.p4{
    padding: 50px;
}

@media (max-width: 575px) {
  .head1{
    font-size: 2rem;
  }
  .bannerLett {
    width: 75%;
    margin-top: 15%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 0%;
  }
  .head3{
    margin: 0px;
    font-size: medium;
  }
  .bg-orange{
    margin-top: 5%;
  }
  .textCenter{
    display: none;
    /* text-align: center; */
  }
  .bannerImg {
    /* transform: scale(0.5); */
    width: 400px;
    height: 550px;
    margin: 0%;
  }
  .micl{
    margin: 0%;
    padding: 0%;
  }
  .mycd .mr{
    margin-right: 0px;
}
.mtext{
  font-size: 1.5rem;
}
.quotes{
  width: 90%;
}
.myHtshr .sizing .miclsy{
  margin-right: 0px;
}
}