/* Tutaj jest miejsce na Twoje style */
h5 {
    margin-bottom: 15px;
}

body{

   background: #ffffff;
}

.tabela{
    background-color: #d8e5f3;
    padding-top: 30px;
    padding-bottom: 30px;
}

img.img-logo-table{
    max-width: 80%;
    max-height: 80px;

}

@media (min-width: 576px) {
img.img-logo-table{
    max-height: 100px;

}
}

bold.procent{
    font-size: 2rem;
    font-weight: 700;

}

bold.text{
   
    font-weight: 700;

}

.header #vendor{
    min-height: 65px;
    margin-left: 30px;
}


.top__wrapper--2 {
	background-image: url('../../img/main/bg-top-mobile.jpg');
}

.top__wrapper {
    height: 100vh;
    align-items: unset;
    padding-top: 135px;
}

@media (min-width: 576px) {
    .top__wrapper--2 {
        background-image: url('../../img/main/bg-top-1.jpg');
    }

    .top__wrapper {
        align-items: center;
        padding-top: 50px;
        height: auto;
        min-height: 650px;
    }
}

