#wrapper,
#wrapper #main {
  padding-left: 0;
  padding-right: 0;
}

.container {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

body.page-index #main h1 {
  font-weight: 700;
  text-transform: none;
}

.services {
  padding: 80px 20px;
  background: var(--bg-light-blue);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
.service-item {
  background: var(--white);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px var(--dark-blue-opacity-05);
  transition: all 0.3s ease;
}

.service-item h4 {
  color: var(--dark-blue-color-alt);
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-item p {
  color: var(--grey-6c7);
  line-height: 1.6;
}

.width-100-120px {
  width: calc(100% - 120px);
}
.about {
  padding: 80px 20px;
  background: var(--white);
}
.about-content {
  display: grid;
  @media (min-width: 768px) {
    grid-template-columns: 1fr 1fr;
  }
  gap: 60px;
  align-items: center;
  margin-top: 40px;
}
.about-image {
  background: var(--bg-light-blue);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.embed-responsive.embed-responsive-16by9 {
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: 2.8rem;
  }
  .productlist-viewmode-grid .product-container,
  .productlist-swiper .product-container,
  .product-container.flyover {
    width: 100% !important;
  }

  .services-grid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  .container,
  body #wrapper {
    width: 100%;
    max-width: 100%;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
