body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 16px;

    padding-bottom: 100px;
}


.logo
{
    padding-top: 25px;
    padding-right: 25px;
}

.logo img 
{
    height: 60px;
    width: auto;
}
.jobimg
{
    margin-top: 12px;
}

.sectionhead {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    text-transform: uppercase;
    color: #15155b;
    margin-top: 50px;
}

.listing {
    border-top: 1px dashed #15155b;
    padding-top: 20px;
    margin-top: 30px;
}

.headline {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    color: #15155b;
}
.description {
    
    max-height: 71px; /* Begrænser højden */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.read-more {
    display: block;
    margin-bottom: 25px;
}

.description.expanded {
    max-height: none;
}

.applybtn {
    display: inline-block;
    margin-top: 15px;
    background-color: #FD4A21;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
}

