.featured-products .products-section-title, .about_us-title {
  margin-top: 20px !important;
}

.bottom-logo {
    width: 100%;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 80px;
}

.image-text {
   background: url(https://oilmed.com.pl/img/cms/zdjecie.jpg) no-repeat;
   background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 160px 0;
   width: 100%;
}

.image-text span {
       color: #fff;
    text-shadow: 1px 1px 14px rgb(41 40 40);
    font-size: 50px;
    font-weight: bold;
}

.custom-column ul {
  list-style: circle;
}

.custom-row {
  display: flex;
  flex-direction :column;
margin-top: 30px;
}

.custom-column {
    width: 100%;
text-align: center;
}

.custom-column img {
    max-width: 100%;
    height: auto;
    padding: 20px;
padding-top: 0;
}
@media(min-width: 768px) {

.custom-row {
  flex-direction :row;
}

.custom-column {
    width: 30%;
text-align: left;
}

.third-column {
  padding-left: 30px;
}
}

@media(max-width: 640px) {
     .bottom-logo {
            margin-top: 113px;
       }
}

@media(max-width: 890px) {
.anthemeblocks-homeslider.owl-carousel.owl-drag .owl-item .item img { visibility: hidden; }
.owl-carousel.owl-drag .owl-item { background: #f3f3f3;}
}