.btn--white.btn--outline:hover {
background: #121b24;
color: #fff;
}
.btn__icon svg {
    fill: #0dc143;
}
/* Galerry mobile
----------------------------------------------------*/
@media (max-width: 768px) {
  .row.no-gutter {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
.space-top {
    margin-left: 15px !important;
    margin-top: -15px !important;
    z-index: 1 !important;
    position: absolute;
  }  
}
 .ui-icon svg {
    width: 1.9rem !important;  
  }
/* RESET RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
  margin: 0;
  padding: 0;
}

ol,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  color: var(--black);
  font: 1rem/1.3 sans-serif;
}

.space-top {
  margin-top: 100px;
}

.container {
  margin: 0 auto;
}

.button-white {
  --tw-border-opacity: 1;
  border-color: rgb(5 20 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 20 31 / var(--tw-text-opacity));
  display: block;
  text-decoration: none;
  font-family: sans-serif !important;
  font-weight: 500;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-inline-end: 2.5rem;
  padding-top: 0.75rem;
  font-size: medium;
}

.button-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 20 31 / var(--tw-text-opacity));
  border-style: solid;
  text-decoration: none;
  --tw-border-opacity: 1;
  border-color: rgb(5 20 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(5 20 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));

}

/* INFO
------------------------------------------------ */
.space-botton {
  margin-bottom: 10px;
}

.center-price {
  align-items: center;
  display: flex;
}

.margin-info {
  margin: 0.5rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.zise {
  max-width: 2.3rem;
  margin-bottom: 15px;
}

.text-sm {
  font-size: small;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.info-auto {
  display: flex;
  align-items: center;
  flex-direction: column
}

.name-car {
  font-size: 3rem;
  line-height: 1;
}

.Price-inf {
  padding-bottom: 0.125rem;
  font-size: 1rem;
  margin-right: 10px;
  display: block;
  color: white;
}

.price {
  font-size: 1.2rem !important;
  display: block;
  margin-inline-end: 15px;
  font-weight: 700;
  line-height: 2rem;
  color: white;
}

lign-items: baseline;
}

.footer {
  font-size: 1rem;
  padding: 0 1.5rem;
  text-align: right;
}

.footer span {
  color: #e31b23;
}
.col-flex {
    flex-direction: row;
    margin-top: 80px;
    display: flex;
    margin-bottom: 150px;
    align-items: baseline;
}
/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 1000px) {
.col-flex {
  flex-direction: row;
  margin-top: 100px;
  display: flex;
  margin-bottom: 200px;
  margin-left: 800px;
  align-items: baseline;
}
  .md\:text-5xl {
    font-size: 2.5rem !important;
    padding-right: 5rem !important;
}
  .md\:text-2xl {
    font-size: 1.4rem !important;
}
  
}
  @media screen and (min-width: 1700px) {
.col-flex {
  flex-direction: row;
  margin-top: 100px;
  display: flex;
  margin-bottom: 200px;
  margin-left: 1400px;
  align-items: baseline;
}
    .xl\:px-20 {
    padding-left: 5rem;
    padding-top: 20rem !important;
    padding-right: 5rem;
}
}


@media screen and (max-width: 900px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 14px;
  }
.mobile-top {
    margin-left: 30px;
    margin-top: 50px;
    margin-bottom: 350px;
  }
  .colum-mobile {
    display: flex;
  }
/*
  .space-top {
    margin-top: 30px;
    margin-left: 50px;
  } */

  .zise-image-mobile {
    margin-bottom: 20px;
    width: 3.5rem;
    margin-right: 20px;
  }

  .zise {
    margin-bottom: 15px;
    max-width: -webkit-fill-available;
  }

  .colum-list-mobile {
    flex-direction: column;
  }

  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}