
.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/services.png");
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 40vh;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  margin-top: 6%;
}

.hero-text hr {
    border: 5px solid rgba(255, 82, 82, 1);
}


.main-services h1 {
    font-size: 48px;
    text-align: center;

}

.main-services hr {
    border: 2px solid rgba(255, 82, 82, 1);
    width: 50vh;
    margin-bottom: 5vh;
}

/* .services-table {
    display: flex;
    justify-content: center;

} */

.services-image {
    text-align: center;
    margin-bottom: 5vh;
}

.services-image img {
    /* width: 100%; */
    
}


.contact-info {
    text-align: center;
    padding: 20px;
    background-color: rgba(186, 179, 179, 0.3);
}
