/* O nás -> /o-nas, /despre-noi */
.aboutUs img {
  min-width: unset;
}

.aboutUs .aboutUs__desc {
  max-width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
}

.aboutUs .aboutUs__desc img {
  margin: 0 auto;
}

.aboutUs .aboutUs__numbers {
  margin-bottom: 80px;
}

.aboutUs .list-of-benefits {
  color: #1e7aad;
}

.aboutUs .showroom__brands {
  margin-bottom: -50px;
}

.aboutUs .logo__o2 {
  margin: 0 auto 30px;
}

.aboutUs ul {
  display: flex;
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding-left: 0;
}

@media (min-width: 451px) and (max-width: 850px) {
  .aboutUs ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 450px) {
  .aboutUs ul {
    flex-direction: column;
    align-items: center;
  }
}

.aboutUs li {
  list-style: none;
  width: 25%;
}

@media (max-width: 850px) {
  .aboutUs li {
    margin-bottom: 30px;
    width: auto;
  }
}

@media (min-width: 451px) and (max-width: 850px) {
  .aboutUs li {
    flex: 1 0 50%;
  }
}

@media (max-width: 450px) {
  .aboutUs li {
    flex: 1 0 100%;
  }
}

.aboutUs li:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 850px) {
  .aboutUs li:not(:first-child) {
    margin-left: 0;
  }
}

.aboutUs .circle {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  border: 2px solid #1e7aad;
  text-align: center;
}

.aboutUs .circle:after {
  background-color: #1e7aad;
  border: 3px solid;
  color: white;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
}

.aboutUs .icon {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  fill: #fff;
  z-index: 2;
}

.aboutUs .count {
  font-size: 65px;
}

.aboutUs .count small {
  position: relative;
  left: -5px;
  letter-spacing: -1px;
}

.aboutUs .count-of {
  display: block;
  position: relative;
  font-size: 17px;
  top: -15px;
}

.aboutUs .text {
  margin-top: 10px;
  text-align: center;
  color: #25282a;
}
