.predfooter h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: var(--predf-h1);
    line-height: 71px;
    color: #000000;
    margin-bottom: 50px;


}

.predfooter h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: var(--predf-h2);
    line-height: 71px;



    color: #767676;
}
.sec img{
    width: 50px;
}

@media (max-width: 970px) {
    .predfooter h1{
        
        line-height: 50px;
    }
    .sec img{
        width: 30px;
    }

    .predfooter h2{
        padding: 10px;
        margin-bottom: 50px;
    }


}
