.c-tme-tech-master__main-photo {
  width: 100%;
}[dir] .c-tme-tech-master__main-photo {
  margin-bottom: 1rem;
  border-radius: 0.8rem;
}

[dir] .c-tme-tech-master__section-container {
  margin: 1rem auto;
}
[dir] .c-tme-tech-master__section-container--large {
  margin: 4rem auto;
}
[dir] .c-tme-tech-master__section-container--gray {
  padding: 1rem 0;
  background-color: #F5F5F5;
}

.c-tme-tech-master__container {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  grid-template-areas: "text" "image" "button";
}

[dir] .c-tme-tech-master__container {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .c-tme-tech-master__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    grid-template-areas: "image text" "image button";
  }
  [dir] .c-tme-tech-master__container {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .c-tme-tech-master__container--image-right {
    grid-template-areas: "text image" "button image";
  }
}

.c-tme-tech-master__text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

[dir] .c-tme-tech-master__text p {
  margin-top: 0;
}

.c-tme-tech-master__button-container {
  grid-area: button;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 768px) {
  .c-tme-tech-master__button-container {
    align-items: flex-start;
  }
}
[dir] .c-tme-tech-master__button-container--centered {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .c-tme-tech-master__button-container--centered {
    width: 100%;
    align-items: center;
  }
}

.c-tme-tech-master__button {
  word-break: break-word;
}
@media (min-width: 768px) {
  .c-tme-tech-master__button {
    width: 100%;
    max-width: 20rem;
  }
}

.c-tme-tech-master__photo {
  width: 100%;
  grid-area: image;
}

[dir] .c-tme-tech-master__photo {
  margin-bottom: 1.5rem;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  [dir] .c-tme-tech-master__photo {
    margin: auto;
  }
}

[dir] .c-tme-tech-master__multiple-paragraphs p:not(:last-child) {
  margin-bottom: 0;
}

.c-tme-tech-master__project-container {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-tme-tech-master__project-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .c-tme-tech-master__project-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) {
  .c-tme-tech-master__project-container .o-news-box__image {
    object-fit: cover;
  }
}

.c-tme-tech-master__slider-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-tme-tech-master__slider-arrows {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1279.98px) {
  .c-tme-tech-master__slider-arrows {
    column-gap: 3rem;
  }
}

[dir] .c-tme-tech-master__slider-wrapper {
  padding-bottom: 2.5rem;
}

.c-tme-tech-master__slider-link {
  display: flex;
  justify-content: center;
}

.c-tme-tech-master__slider-photo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-tme-tech-master__slider-photo-wrapper {
    width: calc(100% - 1rem);
  }
}

.c-tme-tech-master__slider-ig-svg {
  position: absolute;
  bottom: 2.5rem;
  height: 3.5rem;
  width: 3.5rem;
  fill: #FFF;
}

[dir=ltr] .c-tme-tech-master__slider-ig-svg {
  right: 3.5rem;
}

[dir=rtl] .c-tme-tech-master__slider-ig-svg {
  left: 3.5rem;
}

.c-tme-tech-master__slider-ig-photo {
  height: 30rem;
  width: 100%;
  object-fit: cover;
}

[dir] .c-tme-tech-master__slider-ig-photo {
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .c-tme-tech-master__slider-ig-photo {
    height: 24rem;
  }
}
@media (min-width: 1280px) {
  .c-tme-tech-master__slider-ig-photo {
    height: 30rem;
  }
}

.c-tme-tech-master__purpose-container {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
}

[dir] .c-tme-tech-master__purpose-container {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .c-tme-tech-master__purpose-container {
    grid-template-columns: 1fr minmax(auto, 20rem);
    column-gap: 3rem;
  }
}

[dir] .c-tme-tech-master__purpose-text p {
  margin: 0;
}

.c-tme-tech-master__purpose-button-container {
  display: flex;
  align-items: center;
}

.c-tme-tech-master__purpose-button {
  word-break: break-word;
  width: 100%;
}

.c-tme-tech-master__media-content {
  width: 100%;
}

[dir] .c-tme-tech-master__media-content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-tme-tech-master__media-content {
    width: 80rem;
  }
}

.c-tme-tech-master__media-links-container {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3rem 7rem;
  gap: 3rem 7rem;
  justify-content: center;
  align-items: center;
}

[dir] .c-tme-tech-master__media-links-container {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .c-tme-tech-master__media-links-container {
    grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 1280px) {
  .c-tme-tech-master__media-links-container {
    grid-template-columns: repeat(4, auto);
  }
}

.c-tme-tech-master__media-link {
  display: grid;
  grid-template-columns: 4rem auto;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.c-tme-tech-master__media-svg {
  height: 2rem;
  width: 2rem;
  fill: #FFF;
}

[dir] .c-tme-tech-master__media-svg {
  padding: 0.7rem;
  border-radius: 0.5rem;
  background: #183884;
}

.c-tme-tech-master__media-text {
  display: inline-flex;
  align-self: center;
  color: #183884;
  font-weight: 700;
}

[dir] .c-tme-tech-master__media-text {
  margin: 0;
}