#showHeurekaBadgeHere-11,
.retino-badge-container-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 27px;
}
.rating-bannery {
  justify-content: center;
  display: inline-flex;
  width: -webkit-fill-available;
}
.rating-bannery img
{
  max-width: 250px !important;
}
@media only screen and (max-width: 768px) {
    .rating-bannery 
    {
        display: block;
    }
    #showHeurekaBadgeHere-11, .retino-badge-container-icon {
    margin-right: auto;
    margin-left: auto;
    width: -webkit-fill-available;
    text-align: center;
}
.retino-badge-container-icon
{
    margin-top: 0px;
}
}

.napsali-o-nas {
  background-color: #e3004f;
  /*background: linear-gradient(45deg, #fabb00, #e3004f);*/
  padding: 60px 20px 110px;
  color: #fff;
  text-align: center;
  margin-top: 65px;
}

.napsali-o-nas h2 {
  margin-bottom: 40px;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  font-weight: 800;
}

.napsali-o-nas .articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.napsali-o-nas .article {
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.napsali-o-nas .article:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.napsali-o-nas .article img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
  border: 3px solid #e3004f;
  padding: 5px;
}

.napsali-o-nas .article h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.napsali-o-nas .article a {
  display: inline-block;
  text-decoration: none;
  background-color: #e3004f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  margin-top: auto;
}

.article a:hover {
  background-color: #000;
}
.rating-bannery div{
  height: fit-content !important;
  margin-top: 10px;
}

.rating-bannery a
{
  text-align: left;
}

@media (max-width: 768px) {
  .napsali-o-nas .articles {
    grid-template-columns: repeat(2, 1fr);
  }
  .napsali-o-nas .article:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
}

/* max-width 480px -> jeden sloupec */
@media (max-width: 480px) {
  .napsali-o-nas .articles {
    grid-template-columns: 1fr;
  }
  .napsali-o-nas {
     margin-top: 110px;
     margin-bottom: 60px;
}
.napsali-o-nas .article:nth-child(3) {
  width: 100%;
}
}
