.headlineContainer{
    width: 100%;
}
.headline{
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid black;
    width: max-content;
}
.textContainer{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.image{
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.miniHeadline{
    font-size: 17px;
    border-bottom: 1px solid black;
}
a{
    color: #F20519;
}
a:hover{
    color: #F20519;
    text-decoration: underline;
}
.jobDescription{
    font-style: italic;
    color: grey;
}
#companyContent{
    width: 25%;
}
.companyInformation{
    min-width: 300px;
    width: max-content;
    text-align: start;
}
@media (max-width: 767.98px) {
    #companyContent{
        width: 75%;
    }
    .companyInformation{
        width: 75%;
    }
}