.hero-hr-performance {
    width: 140px;
    height: 4px;
    background-color: #173f38;
    border: none;
    display: block;
    opacity: 1;
    margin: 0.5rem 0 1rem 0;
}

.custom-bullet {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.custom-bullet .bullet-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f4c542;
    border-radius: 50%;
}

.cooperation-bg {
    width: 100%;
    max-width: 500px;
    height: 180px;
    background-image: url('../img/8.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    padding-top: 30px;

}

.required::after {
    content: "*";
    color: #fff;
    margin-left: 2px;
    vertical-align: top;
}

.bg-2 {
    background: #598074;
}