@media (max-width:600px){
    .top_header {
    display: none;
}

.fixed-top {
    top: 0;
}

.header .logo img {
    width: 46px;
    height: 33px;
}
section#milestone {
    padding-bottom: 0;
}

}