#location .container {
  display: flex;
  flex-direction: column;
  gap: 82px;
  margin: 100px auto;
}

@media (max-width: 700px) {
  #location .container {
    gap: 42px;
  }
}

#location .container h2 {
  font-size: 84px;
  line-height: 84px;
  text-transform: capitalize;
}

#location .container h3 {
  font-size: 50px;
  line-height: 84px;
  background: linear-gradient(180deg, #231f20 0%, #50555c 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

#location .hero-part .banner-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#location .hero-part .banner-img img {
  width: 100%;
}

#location .hero-part .banner-img p {
  font-family: "PPFormula-Medium";
  color: white;
  position: absolute;
  top: 50%;
  left: 14%;
  z-index: 1;
  font-size: 84px;
}

@media screen and (max-width: 1400px) {
  #location .hero-part .banner-img p {
    top: 47% !important;
    font-size: 64px !important;
  }
}

@media screen and (max-width: 992px) {
  #location .hero-part .banner-img p {
    font-size: 44px !important;
  }
}

@media screen and (max-width: 768px) {
  #location .hero-part .banner-img p {
    font-size: 24px !important;
    left: 15% !important;
    top: 45% !important;
  }
}
@media screen and (max-width: 585px) {
  #location .hero-part .banner-img p {
    left: 5% !important;
  }
}
@media screen and (max-width: 425px) {
  #location .hero-part .banner-img p {
    font-size: 22px !important;
  }
}

#location .body {
  @media screen and (min-width: 1000px) {
    padding: 0 64px;
  }
}

#location .body .card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

#location .body .card:hover .overlay {
  height: 100%;
  align-items: center;
}

#location .body .card .overlay {
  transition: all 0.3s;
  align-items: end;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: 0;
  height: 140px;
  width: 100%;
  border-radius: 30px;
  background: linear-gradient(0deg, #ed1c24 0%, rgba(237, 28, 36, 0) 100%);
}

#location .body .card .overlay .text {
  font-family: "PPFormula-Medium";
  padding: 32px;
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -1.35px;
}

@media (max-width: 1440px) {
  #location .body .card .overlay .text {
    font-size: 35px;
  }
}

@media (max-width: 760px) {
  #location .body .card .overlay .text {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  #location .body .card .overlay .text {
    font-size: 45px;
  }
}

#location .body .card img {
  width: 100%;
}

#location .body .card .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  object-fit: cover;
}
