.career-box {
    box-shadow: 0 0 20px #00000029;
}

.details {
    padding: 1rem;
}

.details :where(.institute-name, .institute, .posit-status, .designation) {
    text-align: center;
    font-size: 1.2rem;
    font-family: 'Mulish', sans-serif;

    @media (min-width:991px) {
        font-size: 1.3rem;
    }
}

.institute-name {
    margin-bottom: 1rem;
    font-weight: 600;
    min-height: 45px;
    font-size: 18px;
}

.institute {
    font-size: 2.3rem;
    padding: 1rem 0;
    border-top: 1px solid #00000029;
    border-bottom: 1px solid #00000029;
    font-weight: 700;

    @media (min-width:991px) {
        font-size: 2.4rem;
    }
}

.posit-status {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: 600;

    @media (min-width:991px) {
        font-size: 1rem;
    }
}

.designation {
    font-size: 1.1rem;
    color: #A7413D;
    font-weight: 700;

    @media (min-width:767px) { 
       min-height:45px;
    }
}

.check-details {
    background: #A7413D;
}

.check-details img {
    width:24px
}

.check-details a {
    font-size: 1.25rem;
    color: #ffffff;
    width: 100%;
    padding: 1rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;

    @media (min-width:991px) {
        font-size: 1.1rem;
    }
}

.career-box::before {
    content: "";
    display: block;
    width: 75%;
    height: 7px;
    background: #A7413D;
    margin: auto;
    transform: translateY(-7px);
}


.go-back a img {
    transform: rotateY(180deg);
    width: 25px;
    height: 25px;
    margin-bottom: 1rem;
}

.accordrion-container .box-container {
    box-shadow: 0 0 20px #00000033;
    padding: 0 1rem 1.75rem;
}

.accordrion-container .box-container::before {
    content: "";
    display: block;
    width: 75%;
    height: 7px;
    background: #A7413D;
    margin: auto;
    transform: translateY(-7px);
}

.accordion-item {
    margin-bottom: 1.5rem;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 1px solid #a7415b;
    border-radius: 0 !important;
}

.accordion-button {
    border: 1px solid #a7415b;
    border-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    box-shadow: 0 0 20px #00000033;
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    overflow: hidden;

    @media (min-width:991px) {
        font-size: 1.3rem;
    }
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../images/plus.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-color: #A7413C;
    background-position: center;
    padding: 1.75rem;
    transition: transform .2s ease-in-out;

    @media (min-width:991px) {
        padding: 1.5rem;
    }
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.svg");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-weight: 300;
    font-size: 1.1rem;
    overflow: hidden;

    @media (min-width:991px) {
        font-size: 1.25rem;
    }
}

@media (min-width:991px) {
    .accordrion-container :where(.details, .accordion) {
        width: 85%;
        margin: auto;
    }
}

table.table {
    border-collapse: separate;
}

.table th {
    color: #ffffff;
    background-color: #A7413C;
}

.table th:nth-child(2),
.table th:nth-child(3) {
    width: 35%;
}

th,
tr,
td {
    border: 1px solid #A7413C;
	padding:5px 10px;
	text-align:left!important
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #A7413C;
}

.table td a {
    color: blue;
    text-decoration: underline;
}