.content-container {
    width: 1150px;
    margin-bottom: 2rem;
}

.header-pretitle {
    font-weight: 350;
}

.header-title {
    font-weight: 400;
}

.img-container {
    background-image: url('/files/excavator-truck.jpg');
    background-position: center;
}

.text-container h2 {
    font-weight: 400;
}

.text-container h5 {
    font-weight: bolder;
}

.text-container p {
    font-size: 17px;
}

@media (max-width: 1150px) {
    .content-container{
        width: auto !important;
    }
}

@media (max-width: 992px) {

    .content-container {
        flex-direction: column;
    }

    .img-container {
        min-height: 25vh;
    }

    .content-container h5 {
        font-size: 3rem;
    }

    .content-container h1 {
        font-size: 5rem;
    }

    .content-container h2 {
        font-size: 4rem;
    }

    .content-container p {
        font-size: 2.5rem;
    }

}