@media(max-width:1024px){
    .nav-block{
        display: none;
    }
    .burger-bar{
        display: block;
        margin-right: 30px;
    }
}
@media(max-width:1024px){
    .section-top{
        flex-direction: column;
        align-items: center;
    }
    .text-div{
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    .bottom-block:nth-child(even){
        margin-right: 30px;
    }
    .bottom-block:nth-child(odd){
        margin-left: 30px;
    }
}
@media(max-width:600px){
    .bottom-content{
        justify-content: center;
    }
    .bottom-block:nth-child(even){
        margin-left: 30px;
    }
    .bottom-block:nth-child(odd){
        margin-right: 30px;
    }
}


