/* Start custom CSS for html, class: .elementor-element-c851aea */.currency-devise {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.currency-item {
  width: 18%;
  align-items: center;
  justify-content: center;
  margin-bottom: 7%;
  margin-left: 15px;
  margin-right: 15px;
}

.currency-name-flag {
  display: flex;
  align-items: center;
}

.currency-name {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 700;
  color: #009FE3;
}

.currency-flag {
  width: 30px;
  height: 20px;
  margin-right: 10px;
}

.currency-rate {
  font-size: 14px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.currency-rate::after {
  content: " FCFA";
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.currency-item span {
  font-size: 14px;
  font-family: "Futura";
  text-align: center;
}

.devise--update--panel {
  color: #707070;
  text-align: center;
  padding: 15px 10px;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: -40px;
}


.devise--update--panel span:first-of-type {
  color: #A7A7A7;
  font-weight: 900;
}

@media (max-width: 768px) {
  .currency-item {
    width: 33.3333%; 
  }
  .devise--update--panel {
   margin-top: 0;
   margin-bottom: 0;
 }
}/* End custom CSS */