/*----------------------min-max-responsive-----------------------*/

@media only screen and (min-width:300px) and (max-width: 540px) {}

@media only screen and (min-width:300px) and (max-width: 767px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width:540px) and (max-width: 767px) {}

@media only screen and (min-width:767px) and (max-width: 991px) {}

@media only screen and (min-width:991px) and (max-width: 1024px) {}

@media only screen and (min-width:1024px) and (max-width: 1199px) {}

@media only screen and (min-width:1199px) and (max-width: 1600px) {}

/*---------------------end-min-max-responsive-----------------------*/
