
#provision-studio-root {
    padding-bottom:50px
}
#provision-studio-root * {
 line-height: 1.5 !important;
 font-size: 18px !important;
font-weight:500 !important;
font-family: var(--font-intertight) !important;
-webkit-font-smoothing: auto;
    width: auto;
}
#provision-studio-root .flex-col div {
    margin: unset;
}
#provision-studio-root h1, #provision-studio-root h2,#provision-studio-root h3,#provision-studio-root h4,#provision-studio-root h5,#provision-studio-root h6 {
    margin-bottom: unset;
}

#provision-studio-root  input, #provision-studio-root textarea {
    border: unset !important;
    padding:0px !important;
    box-shadow: unset !important;
        margin: unset !important;
}
#provision-studio-root button {
    border: none !important;
    border-radius: unset !important;
}
#provision-studio-root button:hover, #provision-studio-root a:hover {
    background: #fff !important;
}

.section-provision .section_wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
