.wp-block-site-logo {
    border-radius: 0px;
}
.list-badge {
list-style-type: none;

}
body.home .no-home {
display: none;
}
.list-badge li {
display: inline-block;
    padding: 10px 15px;
    margin: 5px 0px;
    color: #0A1D3B;
    background-color: #C3D0E3;
    border-radius: 20px;
    line-height: 1;
}

.header-position .wp-block-site-logo {
height: 40px;
  width: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -20px;
}

@media only screen and (min-width:320px) and (max-width:767px) {
.download {
width: 100%;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {

}
@media only screen and (min-width:992px) and (max-width:1199px){

}

@media only screen and (max-width:1200px) {

}