.s_oc_nodes_find {
    min-height: 124vh !important;
    width: 100% !important;
    padding: 0 !important;
    background-image: url('/oc-snippets/static/src/img/nodes/nodes_block_11.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: #F1EFEF !important;
}

.s_oc_nodes_find__container {
    max-width: 900px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.s_oc_nodes_find__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 68px !important;
    line-height: 1 !important;
    color: #fff !important;
    margin-bottom: 22px !important;
}

.s_oc_nodes_find__subtitle {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    color: #e8e8e8 !important;
    margin-bottom: 14px !important;
}

.s_oc_nodes_find__body {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 26px !important;
    color: #e8e8e8 !important;
    margin-bottom: 26px !important;
}

.s_oc_nodes_find__btn{
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    color: #131927 !important;
    background-image: url('/oc-snippets/static/src/img/nodes/white_button.png') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    width: 207px;
    min-width: 164px !important;
    padding: 14px 34px !important;
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0 auto !important;
}

.s_oc_nodes_find__btn:hover{
    transform: translateY(-1px) !important;
    text-decoration: none !important;
    color: #131927 !important;
}

.s_oc_nodes_find__btn:focus,
.s_oc_nodes_find__btn:focus-visible{
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px){
    .s_oc_nodes_find__title{
        font-size: 52px !important;
    }
    .s_oc_nodes_find__btn{
        min-width: 240px !important;
        padding: 13px 30px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 575.98px){
    .s_oc_nodes_find{
        min-height: 100vh !important;
    }
    .s_oc_nodes_find__title{
        font-size: 40px !important;
    }
    .s_oc_nodes_find__btn{
        min-width: 220px !important;
        padding: 12px 26px !important;
        font-size: 14px !important;
    }
}
