/* Banner section */
.banner-section {
  background: url(../assets/banner-service.jpg) no-repeat center/cover;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-section .title1 {
  font-weight: 600;
  color: #000000;
  /* margin-left: 100px; */
}
/* service section */
.service-section {
  padding: 50px 0;
  background-color: beige;
  position: relative;
}
.service-section .title2 {
  font-size: 32px;
}
.service-section .title2 span {
  color: #3ab052;
  font-family: "rubik", sans-serif;
}
.service-section .para {
  max-width: 750px;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 15px;
  color: #646363;
}
.service-icon {
  height: 120px;
  width: 120px;
  position: absolute;
  top: 30px;
  right: 10%;
}
.service-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.service-bottom {
  padding: 15px;
  background-color: white;
  border-left: 10px solid #3ab052;
  box-shadow: 0 2px 5px gray;
  margin-top: 25px;
}

.service1 {
  margin-bottom: 20px;
}
.service1 .title4 {
  font-size: 18px;
  font-family: "rubik", sans-serif;
  color: #3ab052;
}
.service1 .sub-head {
  font-size: 15px;
}
@media screen and (max-width:992px) {
  .service-icon{
    display: none;
  }
  
}
@media screen and (max-width:992px) {
.banner-section{
  height: 150px;
}
.service-section{
  padding: 20px 0;
}

}