#rentsyst-hero {
    position: relative;
    z-index: 1;
}

.rentsyst_p {
    max-width: 1040px;
    font-size:18px!important;
}

@media (min-width: 320px) and (max-width: 425px) {
    .rentsyst_logos {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
        max-width: 230px;
        width: 100%;
        max-height: 169px;
        margin: auto;
    }

    .rentsyst_h1 {
        max-width: 312px !important;
        width: 100%;
        color: rgba(25, 21, 22, 1);
        font-size: 40px !important;
        font-weight: 900 !important;
        letter-spacing: -0.13px;
        text-align: center;
        line-height: 48px;
    }

    #rentsyst-hero {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        opacity: 0.15;
        z-index: 0;
    }

    .rentsyst_logos,
    .rentsyst_h1 {
        position: relative;
        z-index: 2;
    }

    section[style*="background-color: #EDF9FF"] {
        position: relative;
        overflow: hidden;
    }

    .rentsyst_p {
        max-width: 280px;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.14px;
        text-align: center;
        line-height: 24px;
    }

    .rentsyst_star {
        max-width: 280px;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        line-height: 18px;
    }

    .rentsyst_h3 {
        max-width: 312px;
        font-size: 24px;
        font-weight: 900 !important;
        letter-spacing: -0.08px;
        text-align: left !important;
        vertical-align: middle;
    }

    .rentsyst_h3_2 {
        max-width: 312px !important;
        color: rgba(25, 21, 22, 1);
        font-size: 16px !important;
        font-weight: 400 !important;
        text-align: left !important;
        vertical-align: top;
    }

    #rentsyst-col{
        display: flex;
        flex-direction: column-reverse !important;
        margin-top: 0 !important;
    }

    .rentsyst-h3basic{
        width: 312px;
        height: 32px;
        color: rgba(25, 21, 22, 1);
        font-size: 24px;
        font-weight: 900;
        letter-spacing: -0.08px;
        text-align: left !important;
        vertical-align: middle;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .rentsyst_logos {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        margin: auto;
    }

    .rentsyst_h1 {
        /*max-width: 312px !important;*/
        width: 100%;
        color: rgba(25, 21, 22, 1);
        font-size: 40px !important;
        font-weight: 900 !important;
        letter-spacing: -0.13px;
        text-align: center;
        line-height: 48px;
    }

    #rentsyst-hero {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        opacity: 0.15;
        z-index: 0;
    }

    .rentsyst_logos,
    .rentsyst_h1 {
        position: relative;
        z-index: 2;
    }

    section[style*="background-color: #EDF9FF"] {
        position: relative;
        overflow: hidden;
    }

    .rentsyst_p {
        /*max-width: 280px;*/
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.14px;
        text-align: center !important;
        justify-content: center;
        line-height: 24px;
    }

    .rentsyst_star {
        /*max-width: 280px;*/
        font-size: 12px;
        font-weight: 400;
        text-align: center!important;
        justify-content: center;
        line-height: 18px;
    }

    .rentsyst_h3 {
        max-width: 312px;
        font-size: 24px;
        font-weight: 900 !important;
        letter-spacing: -0.08px;
        text-align: left !important;
        vertical-align: middle;
    }

    .rentsyst_h3_2 {
        max-width: 312px !important;
        color: rgba(25, 21, 22, 1);
        font-size: 16px !important;
        font-weight: 400 !important;
        text-align: left !important;
        vertical-align: top;
    }

    /*#rentsyst-col{*/
    /*    display: flex;*/
    /*    flex-direction: column-reverse !important;*/
    /*    margin-top: 0 !important;*/
    /*}*/

    .rentsyst-h3basic{
        width: 312px;
        height: 32px;
        color: rgba(25, 21, 22, 1);
        font-size: 24px;
        font-weight: 900;
        letter-spacing: -0.08px;
        text-align: left !important;
        vertical-align: middle;
    }
}