
/* Back to Top */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#back-to-top a {
  font-size: 5rem;
  color: #777;
  text-decoration: none;
}
.heading{
  border-bottom-width: 1.5px;
  padding-bottom: 5px;
}
.hero2{
  
  width:100%;
  height:200px;;
  padding: 0;
  display: grid;
  place-content: center;
  
}
.hero-content{
  width:fit-content;
  margin-left: 0;
  
}
.hero-content h1{
  width:fit-content;
  
}

#about-us {
  background: #f8f9fa;
  display: flex;
  padding: 40px 20px;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
}

#about-us .container {
  max-width: 700px;
  margin: 0 40px;
}
#worker-img{
  width:400px;
  object-fit: cover
}
#worker-img2{
  
  object-fit: contain;
  display: none;
}
.container img{
  width:100px;
  display: none;
}
#about-us h2 {
  font-size: 2em;
  color: #005a9c;
  /*border-bottom: 2px solid #005a9c;*/
  padding-bottom: 10px;
}

#about-us h3 {
margin-top: 25px;
  margin-bottom: 10px;
  color: #003366;
}
#about-us p{
  line-height: 2.5;
}

#about-us blockquote {
  font-style: italic;
  margin: 15px 0;
  color: #666;
  border-left: 4px solid #005a9c;
  padding-left: 15px;
}

#about-us ul {
  list-style: disc;
  margin-left: 20px;
}

#about-us ul li {
  margin-bottom: 10px;
}

@media(max-width:768px){
  header{
    height: auto;
  }
  #worker-img{
  display: none;
}
#worker-img2{
  display: block;
  margin:30px auto;
  width:100%
}
 #about-us .container{
    margin: auto;
   width:95%;
  }
}
  