#lifestyle_platform_div{
    width: 100%;
    height: 700px;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
   
    
}
#lifestyle_header{
    width: 65%;
    height: 29%;
    /* border: 1px solid black; */
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
   
}
#lifestyle_image{
    width: 70%;
    height: 29%;
    /* border: 1px solid black; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
#lifestyle_footer{
    width: 65%;
    height: 10%;
    /* border: 1px solid black; */
    margin: auto;
    text-align: center;
    margin-bottom: 0px;
    font-size: 20px;
    color: #888888;
    margin-top: 5px;
}
#lifestyle_heading{
    width: 95%;
    height: 21%;
    /* border: 1px solid black; */
    margin: auto;
    /* margin-top: 50px;
    margin-bottom: 40px; */
    font-size: 36px;
    color: #666666;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
   
}
#lifestyle_header_image_div{
    width: 50%;
    height: 26%;
    /* border: 1px solid black; */
    justify-content: space-between;
    display: flex;
    margin: auto;
}
#lifestyle_header_lastline{
    height: 18%;
    width: 90%;
    /* border: 1px solid black; */
    margin: auto;
    font-size: 30px;
    color: #888888;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#image_introducation{
    width: 38%;
    height: 100%;
    /* border: 1px solid black; */
    font-size: 20px;
    color: #999999;
    text-align: center;
    /* align-items: center; */
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin-top: 7px;
    /* margin: auto; */

}
#lifestyle_image_div_one{
    width: 60%;
    height: 100%;
    /* border: 1px solid black; */
}
img{
    width: 100%;
    height: 100%;
}
.blueprint_div{
    width: 230px;
    height: 210px;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #cccccc;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    vertical-align: middle;
}
.common_image_properties{
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.blue_print_footer{
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
    
}

