.flow{
    text-align:center;
}


.bird{
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
}
.bird1{
    top:23px;
    left:270px;
}
.bird2{
    top:-20px;
    left:330px;
}
.bird3{
    top:80px;
    left:600px;
}


@media screen and (max-width:480px){
    .bird{
        width:11%;
    }
    .bird1{
        top:18%;
        left:20%;
    }
    .bird2{
        top:-20%;
        left:34%;
    }
    .bird3{
        top:31%;
        left:75%;
    }
    .flowClickHear {
        margin-bottom:1rem;   
    }
    .flowClickHear span{
        display:inline-block;
       font-size:0.8rem;
       padding:0.5rem;
       border-radius:0.5rem;
       background-color:#F8F4E8;

    }
}
