.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;
}

.menu-qr-code a{
  position: relative;
  float: left;
}
.menu-qr-code img:nth-child(1){
  float: left;
}
.menu-qr-code img:nth-child(2){
  display: none;
  height: 150px;
  width: 150px;
  position: absolute;
  right: 0;
  max-width: unset;
  top: 48px;
}
.menu-qr-code img:hover +img:nth-child(2){
  display: block;
}
.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%;
  }
}