.img-next-container {
  display: flex;
  width: 100%;
  background: blue;
  padding: 10px;
  flex-flow: row wrap;
  align-items: center;
}

.round-img {
  left: -10px;
  border-radius: 20%;
  heigth: 50%;
  width: 50%;
  margin-left: 10px;
}

.round-img:hover {
  border-radius: 0%;
  heigth: 50%;
  width: 50%;
  position: absolute;
}

.service-content > p {
  display: none;
}

.service-content::before {
  content: "Zapraszamy do zapoznania się z naszą ofertą.";
}

.main-title {
margin: 50px;
}


.section-wrapper.cta-text-section-wrapper {
  padding: 10px 0;
}

section.widget_text  {
  text-align: center;
}

section.widget_text > div.textwidget > i  {
  margin: 0 10px;
}

section.widget_text > div.textwidget {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-btn {
  display: none;
}

.about-content-wrapper .tg-column-3 {
  display: inline-block;
  float: none;
  text-align: center;
}

.home .widget_text {
    text-align: center;
}

.home #content .widget_text {
    text-align: center;
}

.header-image::after {
    background-color: rgba(0,0,0,0.6);
}