.enterprise-security-block {
    padding-top: 48px;
    padding-bottom: 52px;
    text-align: center;
}
.enterprise-security-block .row{
    justify-content: center;
}
.enterprise-security-block .heading-wrapper{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.enterprise-security-block .sub-heading-wrapper .h4{
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 2.24px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color:#ffffff;
    opacity: 0.6;
}
.enterprise-security-block .heading-wrapper .h2{
    color:#ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height:120%;
    letter-spacing: 0.40px;
    margin-bottom: 16px;
}
.enterprise-security-block .description-text{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color:#ffffff;
}
.enterprise-security-block .description-text p{
    color:#ffffff;
    text-align: center;
    font-size: 20px;
    line-height:140%;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0px;
}
.enterprise-security-block  .intel-card-row.row {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 32px;
}
.enterprise-security-block  .intel-card-row.row>* {
    padding-right: 10px;
    padding-left: 10px;
}
.enterprise-security-block  .intel-card-three-parent{
    height: 100%;
}
.enterprise-security-block .intel-card-three-coloumn {
    text-align: center;
    margin-left: auto;
    padding: 28px 32px 40px 32px;
    border-radius: 16px;
    background: rgba(52, 18, 151, 0.46);
    margin-right: auto;
    height: 100%;
    /* border: 7px solid #FFFFFF5C; */
}
.enterprise-security-block .intel-card-three-coloumn  .icon-box{
    background: transparent;
    width:44px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.enterprise-security-block .intel-card-title h3 {
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 20px;
}
.enterprise-security-block .intel-card-content p{
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 0;
}
.enterprise-security-block .intel-card-content ul{
    text-align: left;
    padding-left: 30px;
}
.enterprise-security-block .intel-card-content ul li{
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}
.enterprise-security-block .intel-card-content ul li:last-child{
    margin-bottom: 0px;
}
.enterprise-security-block .intel-card-content ul li img{
    vertical-align: middle;
    margin-left: 10px;
}
.enterprise-security-block .description-text-link{
    text-align: center;
    margin-top: 32px;
}
.enterprise-security-block .description-text-link p{
    margin: 0;
}
.enterprise-security-block .description-text-link a {
    background: linear-gradient(94.63deg, #00FFDE -11.43%, #00F0FF 98.96%);
    -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: 32px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.enterprise-security-block .description-text-link a:after {
    content: url(/wp-content/themes/brighthire/assets/images/right-arrow-grad.svg);
    filter: brightness(0) saturate(100%) invert(83%) sepia(32%) saturate(5611%) hue-rotate(136deg) brightness(102%) contrast(108%);
    height: 20px;
    line-height: 30px;
    display: inline-block !important;
}
@media screen and (max-width: 767px) {
    .enterprise-security-block .sub-heading-wrapper .h4{
        margin-bottom: 12px;
    }
    .enterprise-security-block  .intel-card-row.row {
        margin-top: 28px;
    }
    .enterprise-security-block  .intel-card-row.row>* {
     margin-bottom: 12px;
    }
    .enterprise-security-block  .intel-card-row.row> div:last-child{
        margin-bottom: 0px;
    }
    .enterprise-security-block .description-text-link{
        margin-top: 28px;
    }
    .enterprise-security-block .description-text-link a:after {
        display: none !important;
    }
}
