
.section-title h2 span {
    font-weight: 500;
}

/*produkty*/

.product__features{
    margin-top: 1.5rem;
    display: block;
}

@media (min-width: 992px) {
    .shop-layout__sidebar {
        width: 305px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (min-width: 992px) {
    .shop-layout__content {
        width: calc(100% - 285px);
    }
}

/*_components/page-top*/

.main-menu__logo img{
    height: 2.3rem;
}


/*tilesIconText*/

.feature-two__item__icon::before{
    border-radius: 2rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
}
.feature-two__item::after{
    display: none !important;
}
.feature-two__item{
    padding: 0rem 0rem !important;
}
.feature-two__item__icon{
    background: transparent !important;
}
.feature-two__item__icon {
    & svg {
        width: 3rem !important;
        height: 3rem !important;
        position: relative !important;
        top: 0.2rem !important;
        right: 0.2rem !important;
        transition: 0.3s !important;
    }
}
.feature-two__item__icon::after{
    opacity: 0 !important;
}
.feature-two__item__content{
    height: 100% !important;
}


/*imagesTextColumns*/

.company-experience-counter {
    width: 4rem;
}

.company-experience{
    right: auto;
    left: 23rem;
}

.about-us{
    .col-lg-6:nth-of-type(1){
        order: 2;
        transform: scaleX(-1);
    }
    .col-lg-6:nth-of-type(2){
        order: 1;
    }
}
.about-image{
    margin-right: 0px !important;
}

/*footer*/

.footer-logo img {
    max-width: 350px !important;
}

/*hero*/

/*.hero-section .section-header__main{*/
/*    text-align: center;*/
/*}*/

.hero-section__logo{
    text-align: center;
    margin-top: 4rem;
}
.hero-section__logo-inside{
    width: 22rem;
    background: white;
    padding: 1rem;
    display: inline-block;
    border-radius: 1rem;
}
.hero-section__title-big{
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 7rem;
    font-weight: bold;
    margin-bottom: 6rem;
}


/*////////////*/

.image-and-text__inside {
    align-items: flex-start !important;
}