@media only screen and (max-width:767px){
  .hero-section {
    padding: 90px 0px 30px 0px;
}
.hero-text {
    margin-top: 0px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

h1.hero-title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: -20px;
}
.list-section {
    padding: 20px 13px;
    padding-bottom: 70px;
}

.list-section .col-6 {
    margin: 0px;
    padding: 5px;
    text-align: center;
}
p.hero-sub {
    font-size: 14px;
}
p.ft1 {
    text-align: center;
}

p.ft1 {
    padding-bottom: 30px;
    border-bottom: 2px solid #3b3b3b;
    padding-top: 30px;
    border-top: 2px solid #3b3b3b;
}
.footer .container  {
    border-top: 0px solid #3b3b3b;

}
img.hero-img {
    width: 66%;
    padding-top: 24px;
}
a.btn.hero-btn {
    margin-top: 16px;
    margin-bottom: 0px;
    padding: 10px 75px;
}

h2.new-section-title {
    font-size: 19px;
    line-height: 27px;
}

p.new-sub-text {
    font-size: 13px;
    width: 100%;
    margin-bottom: 27px;
}

.new-box {
    margin-bottom: 20px;
}
}
