p, label{
    position: relative;
}
.info-form {
    font-size: 12px;
    line-height: 16px;
    color: #707070;
}
.mb-50{
    margin-bottom: 50px;
}
.pb-80{
    padding-bottom: 80px;
}
.check-to-center {
    display: inline-block;
    margin-bottom: 0;
}
.check-to-center .form-check-input {
    position: absolute;
}
.check-to-center .form-check-label {
    padding-left: 28px;
    width: auto;
    position: relative;
}
.line-height-18{
    line-height: 18px;
}
/* .title {
    line-height: 48px;
} */

@media (min-width: 1200px){
    .pb-lg-120{
        padding-bottom: 120px;
    }
}

@media (min-width: 768px){
    .pb-md-120{
        padding-bottom: 120px;
    }
}