.alert.alert-danger {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 900;
  color: red;
}
.accordion-body ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact_c ul {
  display: block;
  width: inherit;
}
.accordion-body ul li {
  flex: 31%;
}
.sections_p .section:last-child .seperator__image {
  display: none;
}
.menu__container .menu__list {
  flex-wrap: wrap;
}
.menu__container .menu__list .menu__item {
  margin-top: 0.6em;
}
.slide__button {
  width: inherit;
}
a {
  text-decoration: none;
}
.pages__container nav {
  position: inherit;
  display: block;
  background: inherit;
  padding: inherit;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none !important;
  border-radius: 0.25rem;
}
.pagination li {
  list-style: none !important;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #9f6d2e;
  background-color: #fff;
  margin-inline-start: 0.2em;
  padding: 0.5em 1em;
  border-radius: 8px;
  font-weight: bold;
}

.pagination li.page-item.active .page-link {
  color: #fff;
  background-color: #9f6d2e;
}
.pagination li.page-item.disabled .page-link {
  cursor: not-allowed;
  background-color: #ffffffc8;
}
blockquote.blockquote {
  background: #373737;
  padding: 1em;
  margin-bottom: 2em;
  /* max-width: 390px; */
}
.internal__header .header__content {
  width: 30%;
  padding-bottom: 12.5em;
}
.flex_100 li {
  flex: 100% !important;
}
.img_auctions{
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 293px;
  width: 100%;
  margin-bottom: 1em;
}
.text_auctions{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 96px;
  line-height: 25px !important;
}
.header__content .header__title{
  font-size: 5rem;
}
.swiper-button-prev, .swiper-button-next {
  padding: 1em;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.swiper-button-prev::after,.swiper-button-next::after {
  margin-left: 0;
  margin-right: 0;
  font-size: 22px;
  font-weight: bold;
}
.auction_img_float{
  display: block;
  /* float: right; */
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 1400px;
  text-align: center;
  margin: auto;
}
/* @media screen and (max-width: 992px) {
.auction_img_float {
  float: inherit !important;
  width: 100%;
  max-width: inherit;
  margin-bottom: 3em;
}
} */
.text-section p,
.text-section span,
.text-section li,
.text-section a,
.text-section td{
  font-size: 1.125rem;
}

.auction-content *{
  font-size: 22px!important;
  line-height: 1.5!important;
  font-weight: 400!important;
  color: #fff!important;  
  text-align: center!important;
}
@media screen and (max-width: 480px)
{
  .text-section p,
  .text-section span,
  .text-section li,
  .text-section a,
  .text-section td {
      font-size: 1.125rem;
  }
  .internal__header .header__content{
    width: 85% !important;
  }
  .auction-content {
    margin-top: 2em;
}
.internal__header {
  background-size: cover;
  background-position: initial;
}
}