﻿.hero_section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 250px;
    padding: 30px;
    background-image: url("../assets/images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    font-size: 3.5em;
}

.hero_section img {
    width: 30%;
}

.contractor_container {
    width: 60%;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
}

.contractor_container_p_text{
    font-size: 1.2em;
    margin-bottom: 1.5em;
}

.footer_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #333;
    height: 250px;
    color: white;
    font-size: 1.2em
}

.footer_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_text_div {
    margin-bottom: 1em;
}


