.iot_container{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    .section{
        background-color: #F5F7FA;
        width: 100%;
        height: 20px;
        margin-bottom: 10px;

    }   
}