
.about-brighthire-block {
    padding-top: 44px;
    padding-bottom: 68px;
}
.about-brighthire-block .row{
    justify-content: center;
}
.about-brighthire-block .heading-wrapper{
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
}
.about-brighthire-block .heading-wrapper .h2{
    color: #282B60;
    text-align: center;
    font-family: Haffer;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.4px; 
    margin-bottom: 12px;
    letter-spacing: 0.42px;
}
.about-brighthire-block .description-text{
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
}
.about-brighthire-block .description-text p{
    color: #282B60;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px; 
    margin-bottom: 12px;
}
.about-brighthire-block .button-inner{
    text-align: center;
}
.about-brighthire-block .link-more-btn{
    background: linear-gradient(99.01deg, #0074DD -2.93%, #591EFF 58.85%, #9644FF 126.18%); 
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: underline;
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.about-brighthire-block .link-more-btn:after {
    position: absolute;
    bottom: 3px;
    height: 1px;
    width: 100%;
    background: linear-gradient(99.01deg, #0074DD -2.93%, #591EFF 58.85%, #9644FF 126.18%);
    content: "";
    left: 0;
}

.about-brighthire-block  .intel-card-row.row {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 36px;
}
.about-brighthire-block  .intel-card-row.row>* {
    padding-right: 5px;
    padding-left: 5px;
}
.about-brighthire-block  .intel-card-three-parent{
    border: 7px solid var(--Alpha-White-Alpha-500, rgba(255, 255, 255, 0.36));
    border-radius: 20px;
    height: 100%;
}

.about-brighthire-block .intel-card-three-coloumn {
    text-align: center;
    margin-left: auto;
    padding: 24px 20px 28px 20px;
    border-radius: 15px;
    background: #FFF;
    margin-right: auto;
    height: 100%;
    min-height: 290px;
}

.about-brighthire-block .intel-card-three-coloumn  .icon-box{
    background: #D8D9FD91;
    width:70px;
    height: 70px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.about-brighthire-block .intel-card-title h3 {
    margin-bottom: 4px;
    margin-top: 12px;
    color:  #282B60;
    text-align: center;
    font-family: Haffer;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.22px;
}
.about-brighthire-block .intel-card-content p{
    color: #282B60;
    opacity: 0.8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}



@media screen and (max-width: 767px) {
    .about-brighthire-block {
        padding-top: 44px;
        padding-bottom:52px;
    }
    .about-brighthire-block .heading-wrapper .h2{
        font-size: 28px;
        line-height: 130%; 
    }
    .about-brighthire-block .description-text p{
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
    }
    .about-brighthire-block .link-more-btn{
        font-size: 18px;
        line-height: 22px;
        white-space: normal;
        display: inline-block;  
    }
    .link-more-btn img {
        width: 11px;
        margin-left: 2px;
    }
    .about-brighthire-block .link-more-btn:after {
        bottom: 1px;
        gap: 2px;
        opacity: 0;
    }
    .about-brighthire-block  .intel-card-row.row {
        margin-top: 32px;
    }
    .about-brighthire-block  .intel-card-row.row>* {
     margin-bottom: 10px;
    }
    .about-brighthire-block  .intel-card-row.row> div:last-child{
        margin-bottom: 0px;
    }
    .about-brighthire-block .intel-card-content p {
        font-size: 18px;
    }
}

