.ec-navbar #menu-right-menu{
  gap:15px;
  align-items: center;
}

.ec-navbar .partners-menu-link img{
  margin-right: 10px;
  height: 24px;
}

.ec-navbar .partners-menu-link a{
  margin-right: 20px;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  line-height: 25px;
  text-decoration: none;
}

.qr-menu-hover{
  display: none;
}
.menu-qr-code:hover .qr-menu-hover{
  display: flex;
}
.about-market{
  margin-top: 34px;
}
@media screen and (max-width:991px){
  .about-market{
    flex-direction: column;
    margin-top: 10px !important;
  }
  .about-market figure{
    margin: auto !important;
    float: none !important;
  }
  .why-trade-section{
    padding:44px 16px !important;
  }
  .why-trade-section .wp-block-cover__inner-container{
    padding:0;
  }
  .why-trade-section h4{
    margin-bottom: 34px !important;
  }
  .why-trade-section figure{
    display:table;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 14px !important;
  }
  .why-trade-section h4{
    text-align:center!important;
  }
}
@media screen and (min-width:578px) and (max-width:991px){
  .why-trade-section .wp-block-columns{
        flex-wrap: wrap !important;
  }
  .why-trade-section .wp-block-columns .wp-block-column{
    	flex:45%;
  }
}

@media screen and (max-width:1280px){
  .menu-qr-code{
    display: none;
  }
}