@media only screen and (max-width: 800px){
    .builder-datacollect-elem{
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .data-collect-elem{
        margin-left: var(--borderMargin);
        margin-right: var(--borderMargin);
    }
    .builder-ref-elem{
        border-radius: 0 !important;
    }
}
@media only screen and (max-width: 550px){

    .aus-acc-svg{
        width: 15% !important;
        transform: translateY(-1rem) !important;
    }
    .rule-result > div{
        /* width: 2rem !important; */
    }
    .rules-items-wrapper{
        /* grid-template-rows: 1fr 1fr 1fr; */
        grid-template-columns: 100% !important;
        gap: 0 !important;
    }

    .rules-items-wrapper div{
        padding: 0;
    }
    .acc-img-wrapper{
        display: none !important;
    }

    .cost-effective-elem h1{
        text-align: center;
    }
    .cost-effective-content img{
        display: block !important;
        height: 15rem;
        object-fit: cover;
        margin-top: 2rem;
        margin-bottom: 2rem;
        width: 100%;
    }
}

@media only screen and (max-width: 700px){
    .rules-items-wrapper{
        /* grid-template-rows: 1fr 1fr 1fr; */
        grid-template-columns: 100% !important;
        gap: 0 !important;
    }

    .rules-items-wrapper div{
        padding: 0;
    }

    .rule-result{
        width: auto !important;
        /* margin: 1rem 2rem; */
    }
}


.ivms-hero-element{
    margin-bottom: 4rem;
    display: flex;
}
.ivms-hero-element h1{
    font-size: 5.5rem;
    margin: auto;
    width: fit-content;
}
/* .ivms-hero-content{
    display: flex;
    column-gap: 5rem;
    justify-content: space-evenly;
    margin-top: 1rem;
} */
.ivms-hero-content > div{
    margin-top: auto;
    margin-bottom: auto;
}
.ivms-hero-content img{
    height: 18rem;
}
.ivms-hero-content p{
    width: 35rem;
    margin: auto 0 auto 0;
    /* padding-left: 2rem; */
}
.ivms-hero-content button{
    margin-top: 1rem;
}

.builder-datacollect-elem{
    display: flex;
    column-gap: 4rem;
}

.builder-ref-elem{
    /* width: 50vw; */
    background-color: white;
    /* padding: 2rem 2rem 2rem var(--borderMargin) ; */
    padding: 2rem;
    border-radius: 2rem;
    text-align: center;
    height: fit-content;
}
.builder-ref-elem img{

    max-width: 80% !important;
    width: 15rem;
    height: auto;
    margin: auto;
    display: block;
}
.builder-ref-elem button{
    margin-top: 1rem;
}

.data-collect-elem{
    padding-top: 2rem;
    /* margin-right: var(--borderMargin); */
}
.aus-acc-svg{
    position: absolute;
    right: 0rem;
    margin-top: 5rem;
    /* transform: translateY(-3rem); */
    /* transform: scaleX(-1); */
    z-index: 1;
    max-width: 17.5rem;
    width: 18%;
}
.zone-monitor-elem{
    text-align: center;
    margin-top: 4rem;
    z-index: 10;
    position: relative;
}
.zone-monitor-elem > p{
    width: 65%;
    margin: auto;
}

.rule-result-wrapper{
    padding-top: 4rem;
}
.rule-result-wrapper h1{
    margin-bottom: 1rem;
}
.rule-result{
    background-color: white;
    display: flex;
    width: 50%;
    max-width: 45rem;
    margin: auto;
    margin-top: 2rem;
    padding:  1rem 2rem;
    box-shadow: 0 .3rem .5rem rgba(0, 0, 0, 0.11) ;
    border-radius: 1rem;
}
.rule-result > div{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.rule-result p{
    /* align-self: center; */
    /* height: 100%; */
    float: right;
    text-align: center;
    /* margin-top: 50%; */
    /* height: min-content; */
    margin: auto;
}
.rule-result img{
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
}

.zone-rules-elem{
    text-align: center;
    /* margin: auto; */
    margin-top: 4rem;
}

/* .zone-rules-elem h1{
    width: max-content;
} */
.slider{
    display: flex;
    flex-direction: row;
}
.slideTrack{
    display: flex;
    flex-direction: row;
}
.slide{
    margin-left: 2rem;
}

.cost-effective-elem{
    background-color: white;
    padding-left: var(--borderMargin);
    /* padding-right: var(--borderMargin); */
    display: flex;
    grid-template-columns: 3fr 2fr;
    height: min-content;
    /* padding-bottom: 2rem; */
    margin-top: 4rem;
}
.cost-effective-content{
    padding-top: 4rem;
    padding-right: 2rem;
    height: max-content;
    margin-bottom: 4rem;
}
.acc-img-wrapper{
    display: flex;
    /* width: 6rem; */
    width: 70%;
    position: relative;
}
.acc-img-wrapper > img{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
}
.hardware-components{
    display: flex;
    margin: auto;
    width: fit-content;
    column-gap: 2rem;
}
.hardware-components p{
    margin: .5rem;
}


.hero-elem{
    padding-bottom: 4rem !important;
 }
 .hero-elem > div{
    width: 55%;
 }

.rules-items-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.rules-items-wrapper div{
    padding: 1rem;
    border-radius: 1rem;
}
.rules-items-wrapper li{
    margin-bottom: .75rem;
}
.highlighted{
    background-color: white;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.121);
}
