.breadcrum_single_stalent_style {
    display: flex;
    flex-direction: column;
    gap: 1.67rem;
}
.breadcrum_single_stalent_style h2.title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3.13rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFE790;
}
.breadcrum_single_stalent_style span {
    font-family: K2D, sans-serif;
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: .56rem;
}
.breadcrum_single_stalent_style span a {
    color: #FFE790;
}
.breadcrum_single_stalent_style span svg {
    margin: 0 .31rem;
}
@media only screen and (max-width: 767.9px) {
    .breadcrum_single_stalent_style h2.title {
        font-size: 10.18rem;
        line-height: 100%;
    }
    .breadcrum_single_stalent_style {
        gap: 6.27rem;
        padding: 5.25rem 0 0;
    }
    .breadcrum_single_stalent_style span {
        font-size: 4.23rem;
        gap: 2.2rem;
    }
    .breadcrum_single_stalent_style span svg {
        margin: 0 1.31rem;
    }
}