/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0rem 0.68rem;
}
.header img{
    width: 22%;
}

/* TEXT */
.text_module{
    display: -ms-grid;
    display: grid;
    padding: 0rem 0.6rem;
    margin-top: 2.2rem;
    font-size: 0.48rem;
    grid-gap: 1.3rem;
}

.first_child{
    margin-top: 0;
    padding-top: 2rem;
}

/* IMAGES */
.columns_image{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.7rem 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.7rem;
    padding: 0rem 0.6rem;
    margin-top: 0.6rem;
}

.column_image{
    margin-top: 1.7rem;
    display: -ms-grid;
    display: grid;
    padding: 0rem 0.6rem;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#slider img{
    width: 14%;
}


.text_module h1{
    font-size: 1rem;
}

.text_module ul{
    display: -ms-grid;
    display: grid;
    grid-gap: 0.5rem;
    font-size: 0.62rem;
}

#lite{
    background-color: #FAFAFA;
}

#grey{
    color: #787878;
}

#checked li{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10% 90%;
    grid-template-columns: 10% 90%;
}
#checked li img{
    width: 75%;
}

.text_module ul li{
    /* list-style: disc;
    margin-left: 0.35rem; */
}

.text_module ul li p{
    /* margin-top: 0.3rem; */
}

.module:last-child{
    margin-top: 2rem;
}

.app_btn{
    width: 27.5%;
    height: 19%;
    /* background: blue; */
    position: absolute;
    opacity: 0.35;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 22px;
    cursor: pointer;
}

.installHead{
    right: 4%;
    height: 34%;
    top: 32%;
}

.installBlock{
    right: 36%;
    top: 67%;
}


/* effect */
#focus{
    text-decoration: none;
    color: #EF5466;
    font-weight: bold;
}