.banner {
  padding: 30px 0;
  background-color: #222;
}
.banner-head h1 {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 40px;
}
.in-text {
  text-align: justify;
  color: #d1d1d1;
  font-size: 17px;
  line-height: 1.4;
}

#header {
  position: static;
  background-color: #222;
}

.main-section {
  padding: 40px 0;
}
.main-section h2 {
  font-size: 28px;
}

.main-section ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.main-section ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  content: "\00BB";
}
.main-section ul {
  padding-left: 0;
}


@media screen and (max-width:1199px) {
    .banner-head h1 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: normal;
}
.in-text {
    font-size: 16px;
}

}
@media screen and (max-width:991px) {
    .banner-head {
    margin-top: 20px;
}
}

@media screen and (max-width:768px) {
    .main-section {
    padding: 20px 0;
}
}
@media screen and (max-width:576px) {
    .banner-head h1 {
    font-size: 23px;

}
.main-section{
    padding: 15px;
}
.main-section h2 {
    font-size: 22px;
}
}