 <!-- konkurenční bannery podtržení, nadpisy na střed, mobilní úpravy zobrazení-->

.benefitBanner .benefitBanner__title {
margin-top: 4px;
line-height: 22px;
}

.benefitBanner__picture {
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefitBanner .benefitBanner__picture img {
 max-height: unset !important;
} 
.benefitBanner__picture 
img[src*="cdn.myshoptet.com/usr/www.theikos.cz/user/banners/garance_vraceni_penez_2.png?64d0c205"] {
    height: auto;
    width: 215% !important;
    max-height: unset !important;
    max-width: unset !important;
    padding-bottom: 30px;
    }
.benefitBanner__picture 
img[src*="cdn.myshoptet.com/usr/www.theikos.cz/user/banners/farmar_theikos_olivy_sklizen.png?68527b7b"] 
{
    height: auto;
    width: 160% !important;
    max-height: unset !important;
    max-width: unset !important;
    padding-bottom: 15px;
}

/* Přidání horního okraje prvkům následujícím po 2. prvku na mobilních obrazovkách */
@media screen and (max-width: 768px) {
    .benefitBanner__item:nth-of-type(2), .benefitBanner__item:nth-of-type(4)
	 {
        padding-top: 20px;
    }
}
@media (min-width: 768px) {
    .benefitBanner__item {
        padding-top: 20px;
    }
.benefitBanner .benefitBanner__item, .benefitBanner .benefitBanner__link {
justify-content: start;
}
}

.benefitBanner__item:hover .benefitBanner__title {
  text-decoration: none;
}
.benefitBanner__item:hover .benefitBanner__link .benefitBanner__title {
  text-decoration: underline;
}
.benefitBanner__item
.benefitBanner .benefitBanner__item, .benefitBanner .benefitBanner__link {
width: 80%!important;
}