

.inner-career-info {
    height: 100%;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 9.5px 0.5px rgba(0, 0, 0, 0.15);
}

.inner-career-info:hover {
    box-shadow: 0px 0px 12.5px 3.5px rgba(0, 0, 0, 0.15);
    transition: box-shadow .5s ease-in-out !important;
    -webkit-transition: box-shadow .5s ease-in-out !important;
    -o-transition: box-shadow .5s ease-in-out !important;
    -moz-transition: box-shadow .5s ease-in-out !important;
}

.inner-career-logo img {
    margin: auto;
    object-fit: cover;
    border-radius: 50%;
}

.inner-career-jobs-info h4 a {
    text-decoration: none;
    font-size: 28px;
    color: #575454;
    font-family: "Barlow-Bold";
    transition: .2s color ease-in-out;
}

.inner-career-jobs-info h4 a:hover {
    color: #e23344;
}

.inner-career-jobs-info div {
    margin-top: 20px;
}

.inner-career-jobs-info p {
    font-size: 16px;
    color: #666;
}

.inner-career-job-type {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.4;
    color: #e23344;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Barlow-Bold";
}

.inner-career-job-type i {
    display: block;
    font-size: 12px;
    margin-right: 5px;
}

.inner-career-job-date i {
    font-size: 12px;
    margin-right: 5px;
}

.inner-career-types {
    border-left: 1px solid rgb(156, 154, 154);
    margin: 35px 0;
}

.inner-career-text {
    height: 190px;
    margin-top: 20px;
    border-top: 1px solid rgb(156, 154, 154);
    border-bottom: 1px solid rgb(156, 154, 154);
}

.inner-career-name h1 {
    margin: 20px 0;
}

.active-search {
    opacity: 1;
    z-index: 10;
}

.input-button-linear-active {
    width: 100%;
    height: 2px;
}