.brokers h2 {
  text-align: left;
  font: italic normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
  margin-bottom: 19.84px;
}

.brokers h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 116px;
  height: 3px;
  background: var(--accent-color) 0% 0% no-repeat padding-box;
  opacity: 1;
  left: 0;
  bottom: -6px;
}

.brokers .swiper-horizontal {
  overflow: hidden;
  padding-bottom: 10px;
}

.brokers .swiper-pagination,
.brokers .swiper-button-next,
.brokers .swiper-button-prev,
.brokers span.swiper-notification {
  display: none;
}

.brokers .broker {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #17191d 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 3px 6px #00000029; */
  opacity: 1;
  padding-bottom: 18.28px;
  min-width: 184px;
  border-radius: 8px;
}

.brokers .broker .number {
  text-align: center;
  font: italic normal bold 18px/23px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  width: 22px;
  height: 23px;
  background: transparent linear-gradient(90deg, #fac011 0%, #fdaf03 100%) 0% 0%
    no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16.26px;
}

.brokers .broker img {
  width: 115px;
  height: 36px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 15.26px;
}

.brokers .broker .rating {
  color: #ffd522;
  font-size: 10px;
  margin-bottom: 25.92px;
}

.brokers .broker .visit {
  text-align: center;
  font: normal normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  width: 105px;
  height: 26px;
  background: transparent linear-gradient(108deg, #fac011 0%, #fdb003 100%) 0%
    0% no-repeat padding-box;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 9px;
}

.brokers .broker .visit .arrow {
  display: none;
}

.brokers .broker .read {
  text-align: center;
  text-decoration: underline;
  font: normal normal normal 12px/16px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}

.brokers .broker .read:hover {
  color: var(--accent-color);
}

.light-mode .brokers .broker {
  background: #efeff2 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 6px 10px #0d0d0d1f; */
  opacity: 1;
}

.light-mode .brokers .broker .read {
  color: #000000;
}

/* ASIDE */

aside .brokers .swiper-slide {
  opacity: 1;
  display: flex;
  align-items: center;
  min-height: 74px;
}

aside .brokers .broker {
  height: 100%;
  padding: 0 14px 0 10px;
  background: #17191d 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 10px 0px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  width: 100%;
}

aside .brokers .broker span.number {
  display: none;
}

aside .brokers .broker img {
  border-radius: 6px 6px 6px 0px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  background-color: #fff;

  grid-area: 1 / 1 / 2 / 2;

  margin: 0;
}

.brokers .broker span.name {
  display: none;
}

.dark-mode aside .brokers .broker span.name {
  display: block;
  text-align: left;
  font: normal normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;

  grid-area: 1 / 2 / 2 / 3;

  align-self: center;
  position: relative;
  bottom: 8px;
}

.light-mode aside .brokers .broker span.name {
  display: block;
  text-align: left;
  font: normal normal bold 16px/21px "Open Sans";
  letter-spacing: 0px;
  color: #000;
  opacity: 1;

  grid-area: 1 / 2 / 2 / 3;

  align-self: center;
  position: relative;
  bottom: 8px;
}

aside .brokers .broker span.rating {
  display: none;
}

aside .brokers .broker .visit {
  background: #fac011 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 10px 0px;
  opacity: 1;
  padding: 6px 12px;
  margin: 0;
  grid-area: 1 / 3 / 2 / 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15.34px;
}

aside .brokers .broker .read {
  grid-area: 1 / 2 / 2 / 3;
  text-align: left;
  align-self: center;
  top: 8px;
  position: relative;

  text-align: left;
  font: normal normal normal 12px/16px "Open Sans";
  letter-spacing: 0px;
  color: #7c7c7c;
  opacity: 1;
}

aside .brokers .broker .arrow {
  display: inline !important;
}
