.hiring-solution-block{
    background: linear-gradient(277.72deg, #6B46C1 2.67%, #4707D0 99.24%);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}


/*--our-solution-block--*/
.our-solution-block{
    padding-top: 48px;
    padding-bottom: 60px;
    text-align: center;
}
.our-solution-block .heading-wrapper{
    max-width: 892px;
    margin-left: auto;
    margin-right: auto;
}
.our-solution-block .sub-heading-wrapper .h4{
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color:#FFFFFF;
    opacity: 0.6;
}
.our-solution-block .heading-wrapper .h2{
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: 0.16px;
    margin-bottom: 24px;
}
.our-solution-block .our-solution-disc{
    max-width: 892px;
    margin-left: auto;
    margin-right: auto;
}
.our-solution-block .our-solution-disc p{
    color: #FFFFFFEB;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    margin-bottom: 16px; 
}
.our-solution-block .our-solution-disc p:last-child{
    margin-bottom: 0px;
}
.our-solution-block .our-solution-disc p:empty{ display: none !important; margin: 0 !important;}


@media screen and (max-width: 767px) {
    .hiring-solution-block{
        background: linear-gradient(277.72deg, #6B46C1 2.67%, #4707D0 99.24%) !important;
    }
    .our-solution-block{
        padding-top: 52px;
        padding-bottom: 60px;
    }
    .our-solution-block .heading-wrapper .h2{
        font-size: 36px;
        line-height: 115%;
    }

}









/*--hiring-intelligence-block--*/


.hiring-intelligence-block{
    padding-top: 48px;
    padding-bottom: 72px;
    background: rgba(135, 129, 255, 0.39);
}
.hiring-intelligence-block .container{
    max-width: 1220px;
}
.hiring-intelligence-block.heading-wrapper{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.hiring-intelligence-block .heading-wrapper .h2{
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%; 
    margin-bottom: 16px;
    letter-spacing: 0.16px;
}
.hiring-intelligence-block .heading-wrapper .h2 span {
    color: #00FFDE;
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hiring-intelligence-block .description-text{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.hiring-intelligence-block .description-text p{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 12px;
}
.hiring-intelligence-block .description-text:last-child{
    margin-bottom: 0;
}
.hiring-intelligence-block .intel-card-row.row {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 36px;
}
.hiring-intelligence-block .intel-card-row.row>* {
    padding-right: 10px;
    padding-left: 10px;
}
.hiring-intelligence-block .intel-card-three-parent{
    height: 100%;
    border-radius: 16px;
    background: #3E15B275;
    overflow: hidden;
}
.hiring-intelligence-block .intel-card-three-coloumn {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hiring-intelligence-block .intel-card-content{
    text-align: left;
    padding: 20px 24px 34px 24px;
    color:#ffffff;
}
.hiring-intelligence-block .intel-card-content h3 {
    margin-bottom: 8px;
    color:  #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
}
.hiring-intelligence-block .intel-card-content p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}
.hiring-intelligence-block .intel-card-content p:last-child{
    margin: 0;
}
.hiring-intelligence-block .intel-card-three-coloumn .icon-image {
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .hiring-intelligence-block{
        padding-top: 48px;
        padding-bottom: 52px;
    }
    .hiring-intelligence-block .intel-card-row.row {
        margin-top: 0px;
    }
    .hiring-intelligence-block .intel-card-three-parent{
        margin-top: 32px;
        height: auto;
    }
}

