.careers-list-wrapper {
    padding-bottom: 2rem;
}

.careers-list-header {
    justify-self: center;
}

.careers-list-detail-apply-button-sticky {
    position: fixed;
    top: 15%;
    right: 34.70%;
}

.careers-list-detail-apply-button-mobile-sticky {
    position: fixed;
    top: 10%;
    right: 11.70%;
}

.careers-list-detail-apply-button-mobile {
    display: none;
}

.btn-darkblue {
    color: white;
    background-color: #00003c;
    padding: 1rem !important;
    font-size: 18px !important;
    border-radius: 25px !important;
    text-transform: none !important;
}

.btn-darkblue:hover {
    background-color: #f38212;
}

.careers-list-body {
    justify-self: center;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
}

.careers-list-detail-wrapper {
    display: flex;
    padding-bottom: 2rem;
}

.careers-list-detail-left {
    border-right: 1px solid #00003c;
    width: 70%;
    padding-right: 2rem;
    padding-top: 5rem;
}

.careers-list-detail-right {
    width: 30%;
    padding-top: 5rem;
}

.careers-list-bottom-text {
    text-align: center !important;
}

@media only screen and (max-width: 767px) {
    .careers-list-detail-wrapper {
        flex-direction: column;
        font-size: small !important;
    }

    .careers-list-detail-wrapper h1 {
        font-size: 1.5rem !important;
    }

    .careers-list-detail-wrapper h2 {
        font-size: 1.5rem !important;
    }

    .careers-list-wrapper h2 {
        font-size: 1.5rem !important;
    }

    .careers-list-detail-wrapper h3 {
        font-size: 1.5rem !important;
    }

    .careers-list-detail-wrapper h4 {
        font-size: 1.5rem !important;
    }

    .careers-list-detail-left {
        border-bottom: 1px solid #00003c;
        border-right: none;
        padding-top: 0;
        width: 100%;
    }

    .careers-list-detail-short-desc {
        font-size: 1.5rem !important;
    }

    .careers-list-detail-apply-button {
        display: none;
    }

    .careers-list-detail-apply-button-mobile {
        display: initial;
    }

    .btn-darkblue {
        padding: 0.5rem !important;
        font-size: small !important;
    }

    .careers-list-detail-summary {
        font-size: small !important;
    }

    .careers-list-detail-right {
        border-bottom: 1px solid #00003c;
        padding-top: 2rem;
        width: 100%;
    }

    .careers-list-bottom-text {
        font-size: small;
        text-align: start !important;
    }
}