.wp-about-section {
  background-color: #f8f8f8;
}
.wp-about-section .wp-main-body {
  display: flex;
}
.wp-about-section .wp-main-body .wp-image {
  width: 100%;
  max-width: 50%;
}
.wp-about-section .wp-main-body .wp-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-about-section .wp-content {
  padding-left: 45px;
  padding-top: 35px;
}
.wp-about-section .wp-content .section-hadding {
  max-width: 480px;
  margin-bottom: 35px;
}
.wp-about-section .wp-content .section-hadding h3 {
  text-align: left;
}
.wp-about-section .wp-content .signature {
  padding-bottom: 20px;
}
.wp-about-section .wp-content .wp-discr {
  max-width: 530px;
}

.wp-about-gellery-section {
  padding: 95px 0;
  position: relative;
}
.wp-about-gellery-section .wp-section-continer {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.wp-about-gellery-section .wp-section-continer .section-hadding {
  margin-bottom: 30px;
}
.wp-about-gellery-section .gellery-card {
  display: grid;
  margin: 0 -20px;
  grid-template-columns: repeat(4, 1fr);
}
.wp-about-gellery-section .gellery-card .gellery-image {
  padding: 20px;
}
.wp-about-gellery-section .gellery-card .gellery-image img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 991px) {
  .wp-logo-har-du-section {
    background: #f8f8f8;
  }
  .wp-logo-har-du-section .wp-logo-har-continer .logo-har-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wp-logo-har-du-section .wp-logo-har-continer .logo-har-cart .logo-har a img {
    width: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .wp-about-gellery-section .gellery-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .wp-about-gellery-section .gellery-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-about-gellery-section .gellery-card .gellery-image {
    padding: 10px;
  }
}/*# sourceMappingURL=style.css.map */