.tf-career,
.tf-career .header-price,
.tf-career .price,
.tf-career .title,
.tf-career .number-order,
.tf-career .icon,
.tf-career .wrap-icon svg,
.tf-career .wrap-icon i,
.tf-career .text,
.tf-career .time {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tf-career {
    position: relative;
}
.tf-career .avatar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
}
.tf-career .avatar img {
    object-fit: cover;
}
.tf-career .header-price {
    position: relative;
    overflow: hidden;
}
.tf-career .suffix {
    align-self: flex-start;
}
.tf-career .number-order {
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(255,255,255,0.24);
    white-space: nowrap;
    position: absolute;
    right: 26px;
    top: 55%;
    transform: translateY(-50%);
}
.tf-career .price {
    margin-right: 8px;
}
.tf-career .wrap-button a {
    display: inline-block;
}
.tf-career .content-list .item .wrap-icon {
    width: 20px;
    display: inline-block;
}
.tf-career .content-list .item:last-child {
    border-bottom: unset !important;
}
/* Style 2 */
.tf-career .header-price {
    overflow: visible;
}
.tf-career .header-price {
    text-align: center;
}
.tf-career .icon {
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 105px;
    margin-top: 29px;
    border-radius: 50%;
}
.tf-career .content-price {
    padding-left: 15px;
    padding-right: 15px;
    
}
.tf-career .price {
    margin: 0;
}
.tf-career .wrap-button a {
    display: inline-flex;
    align-items: center;
}
.tf-career .wrap-button a i {
    margin-left: 10px;
}
.tf-career .wrap-button a:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}