.candidate-detection-block{
    padding-top: 108px;
    padding-bottom:84px;
}
.candidate-detection-block .row{
    align-items: center;
}
.candidate-detection-block .heading-wrapper p:first-child{
    margin-bottom: 9px;
}
.candidate-detection-block .heading-wrapper span.h4 {
    font-family: Haffer;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 14%;
    text-align: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.candidate-detection-block .heading-wrapper .h2 {
    font-family: Haffer;
    font-weight: 500;
    font-size: 52px;
    line-height: 105%;
    letter-spacing: 2%;
    text-align: left;
    color: #FFFFFF;
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.candidate-detection-block .heading-wrapper .h2 span{
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.candidate-detection-block .content-text p{
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.candidate-detection-block .content_link a {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-style: normal;
    position: relative;
}
.candidate-detection-block .content_link a:after {
    content: url(/wp-content/themes/brighthire/assets/images/blue-gradient-arrow.svg);
    filter: brightness(0) saturate(100%) invert(75%) sepia(94%) saturate(2360%) hue-rotate(133deg) brightness(105%) contrast(101%);
    line-height: 21px;
    scale: 0.8;
    display: inline-block;
    margin-left: 2px;
    vertical-align: bottom;
}
.candidate-detection-block .content_link a::before {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    content: "";
    left: 0;
}

.candidate-detection-block .content_link a:hover::before {
    opacity: 0;
}
@media (max-width: 1024px) {
    .candidate-detection-block .heading-wrapper .h2 {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    .candidate-detection-block{
        padding-top: 48px;
        padding-bottom:48px;
    }
    .candidate-detection-block .heading-wrapper .h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 12px;
    }
    .candidate-detection-block .content-text p{
        font-size: 16px;
        line-height: 24px;
    }
    .candidate-detection-block .content_link a {
        text-decoration: underline;
    }
    .candidate-detection-block .content_link a::before {
        opacity: 0;
    }
}



/*----------- zoom-page--------*/

.zoom-page .candidate-detection-block .heading-wrapper .h2 {
    max-width: 868px;
}
.zoom-page .candidate-detection-block {
    background-position: center;
}



/*----------- home-page--------*/
.home-page .candidate-detection-block {
    padding-top: 48px;
    padding-bottom: 52px;
}
.home-page .candidate-detection-block .content-text p {
    max-width: 870px;
}
.home-page .candidate-detection-block .content_link a{
    font-size: 18px;
    margin-top: 23px;
    display: inline-flex;
    align-items: center;
}
.home-page .candidate-detection-block .content_link a::before{
    opacity: 0;
}
.home-page .candidate-detection-block .content_link a:hover::before{
    opacity: 1;
}
.home-page .candidate-detection-block .content_link a:after{
    content: url(/wp-content/themes/brighthire/assets/images/chevron-right-green.svg);
    margin-left: 8px;
    scale: 1;
    line-height: 1;
}