@media screen and (max-width: 1023px) and (min-width: 768px){
  .sp-slider.architecture-slide .sppb-sp-slider-image img {
    width: 70% !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 250px){
#sp-header .logo {
    margin: 0px 0px 0px 20px !important;
}
.burger-icon>span {
    background-color: #16304f !important;
  }
  .offcanvas-menu .offcanvas-inner ul.menu>li.active>a {
    color: #16304f !important;
}
}
@media (max-width: 767px){
#logo-right.justify-content-between {
    justify-content: right !important;
}
#sp-header.header-with-modal-menu #logo-right {
    padding-right: 30px !important;
}
}