/* about page */
.about-hero-section {
    background-image: url(https://www.4pneus.ch/wp-content/uploads/2026/01/about-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* about section */
.about-image img {
    height: 100%;
    width: auto;
}

/* value section */
.our-values-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
}
.our-values {
    max-width: 304px;
}
.our-values p {
    margin: 0px;
}
.our-values p strong {
    display: block;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.our-values p:first-child {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

/* FAQ section */
@media (max-width: 700px) {
    .faq-section .btn--gutumberg a {
        display: none;
    }
}