.text-container ul {
  text-transform: uppercase;
  padding-left: var(--space-26);
}

.article {
  margin-bottom: var(--space-60);
}

.article .article-media-container .filter {
  background: var(--black-opacity-03);
}

.ellipse {
  width: 110%;
  height: 38%;
  left: calc(50% - 110% / 2);
  top: calc(50% - 38% / 2);
}

.ownership-section .button.stroke {
  margin-top: var(--space-60);
}

.bg-section .content {
  position: relative;
  z-index: var(--z-index-2);
}

.aftersales-section .headline-2,
.delivery-section .headline-2 {
  max-width: 560px;
}

.aftersales-section {
  background-image: url("../../assets/our-services/aftersales-background.webp");
  background-position: center bottom;
}

.aftersales-section .filter-1 {
  position: absolute;
  width: 100%;
  height: calc(100% + 2px);
  left: 0;
  bottom: -1px;

  background: var(--after-sales-filter-1-gradient);
}

.aftersales-section .filter-2 {
  position: absolute;
  width: 100%;
  height: 47%;
  left: 0;
  top: -1px;

  background: var(--after-sales-filter-2-gradient);
}

.aftersales-section .filter-3 {
  position: absolute;
  width: 51%;
  height: 60%;
  left: 0;
  bottom: 0;

  background: var(--after-sales-filter-3-gradient);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.aftersales-section .text-block-frame {
  min-height: auto;
  position: relative;
}

.workshop-section {
  position: relative;
}

.workshop-section .perfomance-img {
  object-position: right;
}

.contact-section {
  height: 700px;

  background-image: url("../../assets/our-services/contact-background.webp");
  background-position: right;
}

.contact-section .filter-1 {
  position: absolute;

  width: 100%;
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;

  background: var(--contact-section-filter-1-gradient);
}

.contact-section .filter-2 {
  position: absolute;

  width: 80%;
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;

  background: var(--contact-section-filter-2-gradient);
}

.contact-section .section-title {
  max-width: 710px;
  margin: 0;
}

.contact-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.contact-section .text-container {
  max-width: 740px;
  gap: var(--space-20);
}

.contact-section .button {
  margin-top: var(--space-60);
}

.premier-section .owl-stage {
  display: flex;
}

.premier-section .premier-card {
  max-width: 750px;
  height: 100%;

  display: flex;
  flex-direction: column;

  border-radius: var(--border-radius-2);
}

.premier-section .premier-card .image-container {
  width: 100%;
  max-height: 430px;
  height: 430px;
}

.premier-section .premier-card img {
  height: 100%;
}
.premier-section .premier-card .content-container {
  width: 100%;
  position: relative;

  padding: var(--space-30);
  background: var(--background-gradient-black);
  flex-grow: 1;
}

.premier-section .premier-card .body-text {
  margin-top: var(--space-16);
}

.premier-section .car-carousel-wrapper {
  margin-bottom: var(--space-14);
}

.premier-section .owl-carousel .owl-stage-outer {
  margin-bottom: var(--space-10);
}

.quality-section {
  position: relative;
  padding-top: 0;
}

.delivery-section {
  width: 100%;
  background-image: url("../../assets/our-services/delivery-background.webp");
}

.delivery-section .filter-1 {
  position: absolute;
  width: 88%;
  height: calc(100% + 2px);
  left: -1px;
  bottom: -1px;

  background: var(--delivery-section-filter-1-gradient);
}

.delivery-section .filter-2 {
  position: absolute;
  width: calc(100% + 1px);
  height: 46%;
  left: -1px;
  top: -1px;

  background: var(--delivery-section-filter-2-gradient);
}

.delivery-section .filter-3 {
  position: absolute;
  width: 51%;
  height: 62%;
  left: -1px;
  bottom: -1px;

  background: var(--delivery-section-filter-3-gradient);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.accessories-section .article {
  max-height: 600px;
}

@media (max-width: 1440px) {
  .contact-section .text-container {
    max-width: 500px;
  }

  .premier-section .premier-card .image-container {
    max-height: 380px;
    height: 380px;
  }
}

@media (max-width: 1240px) {
  .contact-section {
    height: 620px;
  }

  .aftersales-section .headline-2,
  .delivery-section .headline-2 {
    max-width: 500px;
  }

  .premier-section .premier-card .image-container {
    max-height: 300px;
    height: 300px;
  }
}

@media (max-width: 1023px) {
  .text-container ul {
    gap: 0px;
  }

  .article {
    margin-bottom: var(--space-40);
  }

  .aftersales-section .headline-2,
  .delivery-section .headline-2 {
    max-width: 440px;
  }

  .ownership-section .article {
    min-height: 359px;
  }

  .ownership-section .button.stroke {
    margin-top: var(--space-40);
  }

  .aftersales-section.bg-section {
    background-position: 26% 12px;
  }

  .workshop-section .article {
    min-height: 361px;
  }

  .contact-section {
    height: 500px;

    background-position-x: 80%;
  }

  .contact-section .text-container {
    gap: var(--space-16);
  }

  .contact-section .button {
    margin-top: var(--space-40);
  }

  .premier-section .premier-card .image-container {
    max-height: 249px;
    height: 249px;
  }

  .premier-section .premier-card .content-container {
    padding: var(--space-24);
  }

  .premier-section .owl-carousel .owl-stage-outer {
    margin-bottom: var(--space-6);
  }

  .quality-section .article,
  .quality-section .article .article-media-container,
  .quality-section .article .article-media-container .article-media-image {
    min-height: 293px;
  }

  .delivery-section {
    margin-top: var(--space-93);
  }

  .accessories-section .article img {
    object-position: left;
  }
}

@media (max-width: 767px) {
  .workshop-section .article,
  .quality-section .article {
    gap: var(--space-16);
  }

  .aftersales-section .headline-2,
  .delivery-section .headline-2 {
    max-width: 360px;
  }

  .ownership-section .button {
    width: 100%;
  }

  .aftersales-section .text-container {
    gap: var(--space-20);
  }

  .contact-section {
    height: 335px;
  }

  .contact-section .text-container {
    max-width: 360px;
  }

  .premier-section .premier-card {
    max-width: 400px;
  }
  .premier-section .premier-card .content-container {
    padding: var(--space-16);
  }

  .premier-section .owl-carousel .owl-dots {
    margin-top: -9px !important;
  }

  .quality-section {
    margin-top: var(--space-4);
  }

  .quality-section .section-title {
    margin-bottom: var(--space-40);
  }

  .delivery-section {
    margin: 0;
  }
}

@media (max-width: 700px) {
  .article .article-media-container,
  .article .article-media-container .article-media-image {
    aspect-ratio: 320/200;
    max-height: 370px !important;
  }

  .ownership-section .article {
    flex-direction: column-reverse;
  }

  .article.equipment img {
    object-position: bottom;
  }
}

@media (max-width: 520px) {
  .article .article-media-container,
  .article .article-media-container .article-media-image {
    min-height: auto !important;
    max-height: auto !important;
    height: auto !important;
  }
}

@media (max-width: 500px) {
  .contact-section .button {
    width: 100%;
  }
}
