
@media (min-width: 992px) {
.position--benefitHomepage {
background: #fff;
padding: 0;
box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
border-radius: 5px;
}
}
.benefitBanner__item {
margin: 0;
padding: 35px 20px;
}
.benefitBanner__picture {
max-width: 45px;
}
.benefitBanner__title {
text-transform: uppercase;
}
.in-o-nas h1, .in-catering h1 {display: none;}
.in-catering article img { width: 100%; max-height: 250px; object-fit: cover}
.in-catering article a {color: #ce1a26;}
.in-catering article p {font-weight: 500;}
.basic-page h2 {
font-size: 26px;
font-weight: 700;
}
.basic-page h3 {
color: #ce1a26;
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
}
.basic-page .separator:before {
content: '';
display: inline-block;
width: 80px;
height: 3px;
background: #ce1a26;
vertical-align: middle;
}
.basic-page .separator {
margin-bottom: 20px;
}
.basic-page p {
font-family: "Open Sans", sans-serif;
font-weight: 400;
margin-bottom: 20px;
line-height: 25px;
font-size: 15px;
}
.about-us h2 {
margin-bottom: 0;
}
.about-us .top-content {
display: flex;
align-items: stretch;
gap: 30px;
}
.about-us .top-content > div:first-child {
flex: 1.2;
}
.about-us .top-content > div {
flex: 1;
}
.about-us .top-content img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-us .bottom-content {
max-width: 550px;
margin: 0 auto 50px;
}
.about-us .image-wrap {
margin: 100px auto 50px;
}