.job-flipbox {
    width: auto;
    height: 400px;
    padding: 40px;
}

.job-flipbox .card-front {
    background-color: var(--primary);
}

.job-flipbox .card-front h2 {
    color: #fff;
}

.job-flipbox .card-back .action-content {
    margin: 15px 0 !important;
    font-size: 16px !important;
}

.awards-logo-wrap {
    list-style-type: none !important;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    justify-items: center;
}

.awards-logo-wrap img {
    width: auto;
    height: auto;
    max-height: 120px;
}

@media (max-width: 989px) {
    .awards-logo-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

.beadob-text {
    width: 600px;
    margin: 0 auto;
    max-width: 100%;
}

.job-flipbox .action-title:after {
    content: '\e875';
    font-family: entypo-fontello;
    font-size: 16px;
    color: #fff;
    display: block;
    border: 2px solid #ffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 15px auto 0;
}

.job-flipbox .flip-icon {
    margin-bottom: 30px;
}

.job-flipbox .flip-icon svg path {
    fill: #fff;
}

.job-flipbox .flip-icon svg {
    height: 100px
}