#services-banner {
    display: flex;
    background-image: url(logo/service-1.jpg);
    background-size: cover;
    height: 36vh;
    align-items: flex-start;
    justify-content: center;
    width: 100vw;
}
#services-banner .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#services-banner h3{
    padding-top: 60px;
    color: white;
    font-size: 40px;
}
#services-banner span a{
    padding-top: 20px;
    color: white;
}

.services{
    display: flex;
    flex-direction: row;
    padding: 50px 80px;
}
.fire{
    width: 81vw;
}
.fire .fire-head{
    font-size: 35px;
    margin: 0 30px 0 30px;
    position: relative;
}


.fire .fire-head::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 25px;
    background-color: rgb(179, 3, 26);
    top: 12px;
    left: -12px;
}
.fire .head-image {
    width: 30vw;
    margin: 30px 61px;
    border-radius: 10px;
}

.fire-service{
    display: flex;
    flex-wrap: wrap;
}

.icon{
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    width: 12vw;
    align-items: center;
}

.icon span{
    margin-top: 15px;
}

.plumbing .plumbing-head{
    font-size: 35px;
    margin: 0 30px 0 30px;
    position: relative;
}


.plumbing .plumbing-head::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 25px;
    background-color: rgb(179, 3, 26);
    top: 12px;
    left: -12px;
}

.plumbing .head-image {
    width: 30vw;
    margin: 30px 124px;
    border-radius: 10px;
}

.plumbing .plumbing-include{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.plumbing .icon{
    margin: 20px 0;
    width: 15vw;
}