.line-jb {
    background: linear-gradient(to bottom,#f4a597,#f9dcb7);
}
.line-jb-tranparent {
    background: linear-gradient(to bottom,#f4a597,transparent);
}
.line-jb-tranparent-2 {
    background: linear-gradient(to bottom,#f4a597,#f9dcb7,transparent);
}
.line-jb-2 {
    background: linear-gradient(to bottom,#f9dcb7,transparent);
}
.line-jb-3 {
    background: linear-gradient(to right,#e60012,#efa12c);
}
.line-jb-4 {
    background: linear-gradient(to right,#efa12c,#e60012);
}
.line-jb-5 {
    background: linear-gradient(to right,#feead4,#fedcdc);
}
.btn-default {
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right,#e60012,#efa12c) !important;
    color: #ffffff!important;
    font-size: 15px!important;
    width: 100px;
}
.btn-default-gradient {
    border: none;
    border-radius: 5px;
    background: linear-gradient(to right,#e60012,#efa12c) !important;
    color: #ffffff!important;
}

.text-line-jb {
    background: linear-gradient(to right,#e60012,#efa12c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.font-size-72 {
    font-size: 72px;
}
