#google_header{
    background: rgb(44,98,187);
    background: linear-gradient(133deg, rgba(66,133,244,1) 35%, rgba(44,98,187,1) 100%);
    color: #FFF;
}

#google_header_content_container{
    padding: 100px 0px 50px 0px;
}

#google_header_content_container_inner{
    max-width: 300px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

#google_header_image{
    width: 100%;
    max-width: 229px;
}

#google_header_content_alert{
    line-height: 30px;
    border: 1px solid transparent;
    font-family: ralewayregular, sans-serif;
    font-size: 0.8rem;
    border-radius: 4px;
    color: #fff;
    background-color: rgba(44,98,187);
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
}

@media only screen and (min-width: 900px){

    #google_header_content_container_inner{
        max-width: 600px;
    }

    #google_header_content_container{
        padding: 150px 0px 100px 0px;
    }
    

    #google_header_image{
        max-width: 229px;
    }

}

.google_getting_started_button{
    margin-top: 30px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    color: #FFF;
    background-color: rgba(66,133,244,1);
    font-size: 1rem;
    font-weight: bold;
}

.google_getting_started_button i{
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.google_getting_started_button:hover{
    background-color: rgb(44,98,187,1);
}

#google_section1_title1{
    font-size: 1rem;
    font-weight: bold;
    line-height: 35px;
}

#google_section1_title2{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: rgb(44,98,187,1);
    border-radius: 4px;
    /*background: linear-gradient(133deg, rgba(66,133,244,1) 35%, rgba(15,48,136,1) 100%);*/
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;;
}

#google_section1_title2 img{
    height: 22px;
    margin-right: 10px;
}

#google_section1_title2 span{
    font-size: 1.2rem;
    position: relative;
    top: 1.5px;
    white-space: nowrap;
    position: relative;
    top: -0px;
}

#google_section1_text{
    margin-top: 20px;
    line-height: 30px;
    font-size: 1rem;
}

#google_section1_list{
    margin-top: 30px;
    margin-bottom: 20px;
}

.google_section1_list_item{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.google_section1_list_item_box{
    color: #FFF;
    background-color: rgba(66,133,244,1);
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.google_section1_list_item_text {
    line-height: 25px;
    font-size: 1rem;
}

#google_section1_right{
    margin-top: 80px;
}

@media only screen and (min-width: 900px){
    #google_section1_right{
        margin-top: 0;
    }
}

#google_section1_right_images{
    position: relative;
    margin-top: 30px;
}

#google-instagram-graphic-image{
    max-width: 100%;
}

@media only screen and (min-width: 900px){

    #google_section1{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 50px;
    }

    #google_section1_left{
        width: 45%;
    }

    #google_section1_right{
        width: 50%;
    }

}




.google_section2_item{
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
}

.google_section2_item:first-child{
    margin-top: 0;
}

.google_section2_item_inner{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.google_section2_item_stat{
    font-size: 1rem;
    font-weight: bold;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    min-width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(44,98,187,1);
    color: #fff;
    border-radius: 50%;
    transition: 0.4s;
}

.google_section2_item:hover .google_section2_item_stat{
    transform: scale(1.1);
}

.google_section2_item_stat img{
    width: 25px;
    position: relative;
    top: 7px;
}

.google_section2_item_text{
    line-height: 20px;
}

.google_section2_item_title{
    font-weight: bold;
}

.google_section2_item_info_modal{
    text-decoration: underline;
    color: #404041;
}

@media only screen and (min-width: 900px){

    #google_section2{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: baseline;
        margin-top: 100px;
    }

    .google_section2_item{
        width: 30%;
    }

    .google_section2_item_inner{
        display: block;
        text-align: center;
    }

    .google_section2_item_stat{
        margin: 0 auto;
        font-size: 1.5rem;
        height: 70px;
        width: 70px;
        min-width: 70px;
        line-height: 70px;
    }

    .google_section2_item_text{
        margin-top: 10px;
        line-height: initial;
    }

    .google_section2_item_title{
        font-size: 1.2rem;
        line-height: 25px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .google_section2_item_info{
        font-size: 1rem;
        line-height: 25px;
        margin-top: 10px;
    }

}



#google_section3_left{
    position: relative;
    z-index: 4;
}

#google_section3_title1{
    font-size: 1rem;
    font-weight: bold;
    line-height: 35px;
}

#google_section3_title2{
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background: rgb(44,98,187,1);
    border-radius: 4px;
    line-height: 35px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;;
}

#google_section3_title2 img{
    height: 22px;
    margin-right: 10px;
}

#google_section3_title2 span{
    font-size: 1.2rem;
    position: relative;
    top: 1.5px;
    white-space: nowrap;
    position: relative;
    top: 0px;
}

#google_section3_text{
    margin-top: 20px;
    line-height: 30px;
    font-size: 1rem;
}

#google_section3_list_outer_container{
    position: relative;
    margin-top: 20px;
}

.google_section3_list{
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 20px;
    padding: 20px;
    background-color: #FFF;
    position: relative;
    z-index: 5;
}

#google_section3_list_image{
    transition: 0.4s;
    position: absolute;
    right: -150px;
    top: -50px;
    z-index: 3;
    max-width: 230px;
    display: none;
    border-radius: 10px;
}

@media only screen and (min-width: 900px){
    #google_section3_text{
        max-width: 350px;
    }
    #google_section3_list_image{
        display: block;
        width: auto;
    }
}

@media only screen and (min-width: 1200px){
    #google_section3_text{
        max-width: 500px;
    }
}

@media only screen and (min-width: 1250px){
    #google_section3_list_image{
        z-index: 6;
    }
}

@media only screen and (min-width: 1350px){
    #google_section3_text{
        max-width: 600px;
    }
}

.google_section3_list_item{
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
}

.google_section3_list:first-child{
    margin-top: 0;
}

.google_section3_list_item_box{
    color: #FFF;
    background-color: rgba(66,133,244,1);
    height: 25px;
    line-height: 25px;
    min-width: 25px;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.google_section3_list_item_text{
    line-height: 25px;
    font-weight: bold;
}

.google_section3_list_item_text_small{
    line-height: 25px;
    font-size: 0.8rem;
}

@media only screen and (min-width: 1250px){
    .google_section3_list_item_text_small{
        max-width: 450px;
    }
}


@media only screen and (min-width: 1350px){
    .google_section3_list_item_text_small{
        max-width: 500px;
    }
}

.google_section3_list_item_text_images{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.google_section3_list_item_text_images_item{
    margin-right: 5px;
    width: 40px;
    border-radius: 3px;
}

.google_section3_list_item_text_images_item:last-child{
    border: 1px solid #ddd;
}

#google_section3_right_images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 300px;
    align-items: center;
    text-align: center;
}

.google_section3_right_images_item{
    width: 50%;
}

.google_section3_right_images_item_image{
    filter: grayscale(1);
    transition: 0.8s;
}

#google_section3:hover .google_section3_right_images_item_image{
    filter: grayscale(0);
}


@media only screen and (min-width: 900px){

    #google_section3{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    #google_section3_left{
        width: 70%;
    }

    #google_section3_right{
        width: 100%;
    }

    #google_section3_right_images{
        height: initial;
    }

    .google_section3_right_images_item{
        width: auto;
        margin-top: 150px;
    }

}



.google_section4_button{
    text-align: center;
}