.centerHead{
    position: relative;
    text-align: center;
    font-weight: 500 !important;
    font-family: var(--p-font);
    margin-bottom: 60px;
}
.centerHead::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 200px;
    background: #19e0fd;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.centerHeadWt{
    position: relative;
    text-align: center;
    font-weight: 500 !important;
    font-family: var(--p-font);
    color: white;
    margin-bottom: 60px;
}
.centerHeadWt::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 200px;
    background: #19e0fd;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

h5{
    font-weight: 500 !important;
    font-family: var(--p-font) !important;
}

.appsecurity li{
    margin-bottom: 35px;
}
.appsecurity li::after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
    right: 0;
    margin-bottom: -17px;
}
.appsecurity li:last-child{
    margin-bottom: 0;
}
.appsecurity li:last-child::after {
    display: none;
}
.appsecurity img{
    width: 30px;
    margin-right: 20px;
}


.features li{
    margin-bottom: 15px;
}
.features li:last-child{
    margin-bottom: 0;
}
.features img{
    width: 30px;
    margin-right: 20px;
}

.footer-list{
    list-style: none;
    padding-left: 0;
}

.social-centre{
    margin-right: auto;
    margin-left: auto;
}