.section-rates {
  padding: 52px 0 103px 0;
}
.section-rates .row {
  justify-content: center;
  row-gap: 50px;
}
.section-rates .row .col-6 {
  max-width: 450px;
}
.section-rates .currency-info-box {
  padding: 29px 32px 36px 32px;
  border: 1px solid rgba(0, 42, 49, 0.2);
  border-radius: 10px;
}
.section-rates .currency-info-box:hover {
  box-shadow: 0 9px 25px 0 rgba(116, 116, 116, 0.55);
}
.section-rates .currency-info-box .currencies-title {
  font-size: 24px;
  line-height: 30px;
  color: var(--primary-color);
  margin-bottom: 27px;
  font-weight: bold;
}
@media all and (min-width: 1025px) {
  .section-rates .currency-info-box .currencies-title {
    line-height: 28px;
  }
}
.section-rates .currency-info-box ul {
  margin: 0 0;
  padding: 0 0;
}
.section-rates .currency-info-box ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(149, 149, 149, 0.5);
  padding: 15px 0 7px 0;
}
.section-rates .currency-info-box ul li .currency-unit {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.section-rates .currency-info-box ul li .currency-info {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

/*# sourceMappingURL=rates.css.map */
