.map {
  position: relative;
  width: 100%;
  padding: 120px 32px;
}

.map .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.map h2 {
  max-width: 1010px;
}
.map .content {
  display: flex;
  gap: 48px;
}
.map .content > div:first-of-type {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.map .grid .feat {
  padding: 32px 8px;
  border-radius: 4px;
  background-color: #f4f6fd;
}
.map .content .image {
  width: 54.09%;
}
.map .content .image > img {
  width: 100%;
  height: auto;
  aspect-ratio: 714/396;
  object-fit: cover;
}

.map .container .brands {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.map .container .brands > div {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.map .container .brands > div > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.map .container .brands > div > img {
  width: 223px;
  height: 27px;
}
.map .container .brands > section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.map .container .brands > section > div > img {
  object-fit: contain;
}

@media (max-width: 1279px) {
  .map .content {
    gap: 32px;
  }
  .map .content .image {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .map .container .brands > section {
    row-gap: 24px;
  }
  .map .container .brands > section > div {
    width: 20%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .map {
    position: relative;
    padding: 48px 32px;
  }
  .map .content {
    gap: 32px;
  }
  .map .grid .feat span {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 899px) {
  .map .content {
    flex-direction: column;
  }
  .map .content .image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 799px) {
  .map .container .brands > section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .map .container .brands > section > div {
    width: 100%;
    padding: 0 14px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .map {
    position: relative;
    padding: 48px 16px 32px;
  }
  .map .container {
    gap: 16px;
  }
  .map .content > div:first-of-type {
    gap: 32px;
  }
  .map .grid {
    column-gap: 16px !important;
    row-gap: 0px !important;
  }
  .map .grid .feat {
    padding: 15px 8px;
  }
  .map .container .brands > div {
    margin-top: 16px;
    padding: 37px 0px;
    align-items: center;
  }
}
