@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */
/* =======================
.bestRate
========================== */
.bestRate_box {
  background-color: #000;
  color: #c9ac5e;
  padding: 20px 5px;
  margin: 0 auto 0;
  text-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  box-sizing: border-box;
  text-box: trim-both cap alphabetic;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7em 15px;
}
.bestRate_heading,
.bestRate_body {
  text-box: trim-both cap alphabetic;
}
.bestRate_heading {
  line-height: 1.35;
}
.bestRate_body {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .bestRate_bar {
    margin-bottom: 15px;
  }
  .bestRate_box {
    margin: 0 auto;
    padding: 15px 5px;
  }
}
