.pt-70{
    padding-top: 70px!important;
}
.p_btn{
    padding: 4px 10px!important;
    color:#fff;
}
.p-2{
    padding: 2px;
}
.more__f_btn{
    padding: 0px 15px 0px 0px!important;
}

.pb-20{
    padding-bottom: 20px!important;
} 
.pt-60{
    padding-top: 60px!important;
}

.mb-10{
    margin-bottom: 10px;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items:center;
}
.justify-between{
    justify-content: space-between;
}
.float-right{
    float: right;
    margin-left: auto;
}
.w-full{
    width: 100%;
}
.mt-20{
    margin-top: 20px!important;
} 