.detail-title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #333333;
}

.detali-button-apply {
    box-sizing: border-box;
    width: 138px;
    height: 48px;
    background: #de2739;
    border: 1px solid #dddddd;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.detali-button-apply:hover {
    background: #ffffff;
    border: 1px solid #de2739;
    color: #de2739;
}

.detali-button-share {
    box-sizing: border-box;
    width: 138px;
    height: 48px;
    left: 1148px;
    top: 133px;

    background: #ffffff;
    border: 1px solid #de2739;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #de2739;
}
.detali-button-share:hover {
    background: #de2739;
    border: 1px solid #dddddd;
    color: #ffffff;
}

.icon-share-nodes {
    color: #de2739;
    font-size: 16px;
    text-transform: capitalize;
}

.icon-share {
    width: 40px !important;;
    height: 40px !important;;
}

.icon-share:hover {
    background: #fabcc3;
    opacity: 1;
    width: 40px;
    height: 40px;
    padding: 1px;
    /* border: 1px solid #bc0028; */
    border-radius: 10px;
}

.detail-breadcrumb {
    background: #f4f4f4;
    padding: 2em;
    margin-top: 2em;
}

.detail-meta {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    text-decoration: none;
    text-transform: capitalize;
}

.detail-description {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    color: #555555;
    text-align: justify;
}

.detail-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: #333333;
}

.detail-list {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 38px;
    color: #555555;
    text-align: justify;
}

.detail-related-job {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #888888;
}
.detail-buton-load {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #bc0028;
    background: #ffffff;
    border: 1px solid #de2739;
    border-radius: 16px;
    text-transform: capitalize;
    text-align: center;
}
.detail-buton-load:hover {
    background: #de2739;
    border: 1px solid #dddddd;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .detali-button-apply {
        margin-bottom: 1em;
    }
}
