* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", 
  "Noto Sans", "Liberation Sans", Arial, sans-serif, 
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
.hero {
  background: url('../images/scan.jpg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  color: white;
  position: relative;
}
.consul-banner{
  display: grid;
  grid-template-columns: 60% 40%;
  margin-top: -120px;
  background-color:#C62828;
  color:white;
  height: auto;
  align-items: center;
  padding: 20px 30px;
  gap: 20px;
  padding-left: 70px;
}
.consul-banner h2{
  font-size: xx-large;
  text-align: center;
}
.consul-banner p{
  font-size: larger;
  text-align: left;
  line-height: 2.5rem;
  padding-left: 55px;
}
.consul-banner a{
  padding: 30px;
  border: 1px solid white;
  font-size: x-large;
  text-decoration: none;
  color: white;
  margin: 30px;
  font-weight: 600;
}
.consul-banner a:hover{
  background-color: #C62828;
  border: none;
}
.img-container{
  margin-top: -40px;
}
.step-title{
  font-size: large;
}
.who-we-serve {
  text-align: center;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

.who-we-serve h1 {
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 10px;
}

.who-we-serve h3 {
  font-size: 18px;
  margin: auto;
  font-weight: 500;
  padding: auto;
  margin-bottom: 50px;
  margin-top: 20px;
}

.service-dox-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  gap: 15px;
  padding: 30px;
  border: 1px solid #ccc;
  margin: 0 auto;
  max-width: 800px;
}

.service-dox {
  background-color: #C62828;
  color: white;
  padding: 15px 25px;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  cursor: default;
  max-width: 250px;
}
.scan-bim {
  background-color: #C62828;
  color: white;
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Arial, sans-serif;
}
.bim-banner{
  margin-top: -120px;
}
.bim-container {
  display: grid;
  grid-template-columns: auto auto;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}
 .consul-banner{
  background-color: #972020;

 }
 .consul-banner p{
  font-size: 17px;
 }
 .consul-banner a:hover{
     background-color: #a02020;
 }

.scan-bim h2 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.bim-text p {
  font-size: 17px;
  line-height: 1.6;
  padding-left: 40px;
  margin-top: 20px;
}

.bim-image {
  min-width: 250px;
}

.bim-image img {
  max-width: 83%;
  height: auto;
}
.consult{
  background-color: white;
  color: #C62828;
  align-items: center;
  text-align: center;
  padding: 28px;
  display: grid;
  max-width: 1390px;
  grid-template-columns: auto;
}
.work{
    font-size: 29px;
    font-weight: 600;
    align-items: center;
}
.consult .con-link{
 align-items: center;
 margin-top: 30px;
}
.con-link a{
  padding: 10px;
  border: 1px solid #C62828;
  color:#C62828;
  font-size: larger;
  font-weight: 500;
  align-items: center;
  text-decoration: none;
}
.con-link a:hover{
  background-color: rgb(253, 241, 226);
  color: #d66666;
}