.agency .hero-homepage .full_grid .hero-homepage__text h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}
.agency__address p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.agency__advantages {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.agency__advantages h2 {
  max-width: 960px;
}
.agency__solution {
  background-color: var(--color-primary--4);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.agency__solution > h2 {
  padding: 0 var(--px160-percent);
  max-width: 800px;
}
.agency__solution-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.agency__details {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: fit-content;
  border-top: 1px solid var(--color-primary--1);
  border-bottom: 1px solid var(--color-primary--1);
}
.agency__global-informations {
  padding: 0 var(--px160-percent);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.agency__services {
  background-color: var(--color-primary--1);
  color: var(--color-white);
  padding: 32px var(--px160-percent);
  margin: 0 var(--px160-percent);
}
.agency__address-secondary,
.agency__contact {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 8px;
}
.agency__address-secondary::before {
  content: "";
  display: block;
  width: 28px;
  height: 45px;
  background-image: url("../../images/agency/agency-address-secondary.svg");
  background-size: contain;
  background-repeat: no-repeat;
  justify-self: center;
}
.agency__address-secondary p,
.agency__contact p {
  margin: 0;
}
.agency__contact::before {
  content: "";
  display: block;
  width: 50px;
  height: 39px;
  background-image: url("../../images/agency/agency-contact.svg");
  background-size: contain;
  background-repeat: no-repeat;
  justify-self: center;
}
.agency__about::before {
  content: '';
  display: block;
  background-image: url("../../images/agency/about--icon.svg");
  width: 62px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
}
.agency__services-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
 
  .service{
    display: flex;
    flex-direction: row-reverse;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    align-items: center;
    align-self: stretch;
    justify-content: start;

    .service__name{}
    .service__icon{
      width: 71px;
      height: 71px;
      margin: 0 12px;
      img{
        width: 100%;
        height: 100%;
      }
    }
  }
}
.agency__images {
  background-color: var(--color-primary--4);
  padding-left: var(--px160-percent);
  padding-right: var(--px160-percent);
  position: relative;
  z-index: 1;
}
.agency__images::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 1920px;
    height: 100%;
    z-index: -1;
    background-image: url("../../images/agency/iamges-bg-shape.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.agency__images-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.agency__map {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
.agency__cross-content {
  display: flex;
  flex-direction: column;
}
.agency__clients {
  overflow: hidden;
}
.agency__other {
  background-color: var(--color-primary--2);
  color: var(--color-white);
  padding: 4rem var(--px160-percent);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.agency__other h2 {
  max-width: 440px;
}
.other-agencies__wrapper {
  display: flex;
  flex-direction: column;
}
.agency--teaser a {
  padding: 8px 32px;
  border-top: 1px solid var(--color-white);
  display: block;
  display: flex;
  gap: 10px;
  position: relative;
  transition: ease all 150ms;
}
.agency--teaser:last-child a {
  border-bottom: 1px solid var(--color-white);
}
.agency--teaser a:hover {
  text-decoration: none;
  background-color: var(--color-primary--1);
}
.agency--teaser a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('../../images/agency/arrow.svg');
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-color: var(--color-white);
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  transition: ease all 150ms;
}
.agency--teaser a:hover::after {
  background-color: var(--color-primary--4);
}
.agency--teaser a span {
  font-weight: 700;
}
@media all and (min-width: 550px){
  .agency__details {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 750px){
  .agency__images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1000px){
  .agency__solution > h2 {
    padding: 0 0 0 var(--px160-percent);
  }
  .agency__address p {
    font-size: 1.313rem;
  }
  .agency__advantages {
    gap: 48px;
  }
  .agency__solution-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .agency__services {
    padding: 64px;
    margin: 0;
  }
  .agency__images-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .agency__map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .agency__map-title {
    padding-top: 2rem;
  }
  .agency__cross-content {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}

@media all and (min-width: 1460px) {
  .agency .hero-homepage .full_grid .hero-homepage__text {
    padding-right: 64px;
  }
}
